Skip to content

Commit

Permalink
Set version: 0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
webmaster128 committed Feb 25, 2024
1 parent 23e92e4 commit 8d4d7f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [0.15.1] - 2024-02-25

- Bump Rust to current stable 1.75.0.
- Bump wasm-opt to version v116.

Expand Down Expand Up @@ -256,7 +258,8 @@ sources and should not be used. 0.7.0, 0.7.1 and 0.7.3 unaffected.
- Bump emscripten to 1.39.8-fastcomp
- Bump Rust to 1.41.0

[unreleased]: https://github.com/CosmWasm/rust-optimizer/compare/v0.15.0...HEAD
[unreleased]: https://github.com/CosmWasm/rust-optimizer/compare/v0.15.1...HEAD
[0.15.1]: https://github.com/CosmWasm/rust-optimizer/compare/v0.15.0...v0.15.1
[0.15.0]: https://github.com/CosmWasm/rust-optimizer/compare/v0.14.0...v0.15.0
[0.14.0]: https://github.com/CosmWasm/rust-optimizer/compare/v0.13.0...v0.14.0
[0.13.0]: https://github.com/CosmWasm/rust-optimizer/compare/v0.12.13...v0.13.0
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
DN_OPTIMIZER := "cosmwasm/optimizer"
DN_RUST_OPTIMIZER := "cosmwasm/rust-optimizer"
DN_WORKSPACE_OPTIMIZER := "cosmwasm/workspace-optimizer"
DOCKER_TAG := 0.15.0
DOCKER_TAG := 0.15.1

# Native arch
BUILDARCH := $(shell uname -m)
Expand Down

0 comments on commit 8d4d7f5

Please sign in to comment.