Skip to content

Commit

Permalink
Release 0.16.1 (#3)
Browse files Browse the repository at this point in the history
Co-authored-by: Christoph Otter <[email protected]>
  • Loading branch information
maurolacy and chipshort authored Jan 13, 2025
1 parent c0e0078 commit 09ccc3d
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.16.1] - 2024-10-11

- Bump Rust to current stable 1.81.0

## [0.16.0] - 2024-06-06
Expand Down Expand Up @@ -281,7 +283,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.16.0...HEAD
[unreleased]: https://github.com/CosmWasm/rust-optimizer/compare/v0.16.1...HEAD
[0.16.1]: https://github.com/CosmWasm/rust-optimizer/compare/v0.16.0...v0.16.1
[0.16.0]: https://github.com/CosmWasm/rust-optimizer/compare/v0.15.1...v0.16.0
[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
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 := "babylonlabs/optimizer"
DN_RUST_OPTIMIZER := "babylonlabs/rust-optimizer"
DN_WORKSPACE_OPTIMIZER := "babylonlabs/workspace-optimizer"
DOCKER_TAG := 0.16.0
DOCKER_TAG := 0.16.1

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

0 comments on commit 09ccc3d

Please sign in to comment.