Skip to content

Commit

Permalink
Merge branch 'release/v0.11.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
ja573 committed Jun 20, 2023
2 parents bf9f839 + 5bec6a1 commit 5737c46
Show file tree
Hide file tree
Showing 15 changed files with 365 additions and 174 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_and_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
toolchain: stable
- uses: jetli/wasm-pack-action@v0.3.0
with:
version: 'v0.11.1'
version: 'v0.12.0'
- name: Install rollup
run: sudo npm install -g rollup@3.23.1
- name: Compile WASM
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
toolchain: stable
- uses: jetli/wasm-pack-action@v0.3.0
with:
version: 'v0.11.1'
version: 'v0.12.0'
- name: Install rollup
run: sudo npm install -g rollup@3.23.1
- name: Compile WASM
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [[0.11.2]](https://github.com/thoth-pub/thoth/releases/tag/v0.11.2) - 2023-06-19
### Changed
- Upgrade `wasm-pack` to [v0.12.0](https://github.com/rustwasm/wasm-pack/releases/tag/v0.12.0)
- Upgrade `clap` to v2.34.0

## [[0.11.1]](https://github.com/thoth-pub/thoth/releases/tag/v0.11.1) - 2023-06-15
### Added
- Add CC0 license to MARC records
Expand Down
Loading

0 comments on commit 5737c46

Please sign in to comment.