From 2662fe08ea773c468a676b431bcd8d52ea317bc6 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Tue, 20 Jun 2023 16:33:22 +0200 Subject: [PATCH] Set version: 0.13.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5cdced..a6cd34f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [0.13.0] - 2023-06-20 + ### Changed - Moved target folder from `/code/target` to `/target`. To upgrade your caller code use one of those diffs. @@ -212,7 +214,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.12.13...HEAD +[unreleased]: https://github.com/CosmWasm/rust-optimizer/compare/v0.13.0...HEAD +[0.13.0]: https://github.com/CosmWasm/rust-optimizer/compare/v0.12.13...v0.13.0 [0.12.13]: https://github.com/CosmWasm/rust-optimizer/compare/v0.12.12...v0.12.13 [0.12.12]: https://github.com/CosmWasm/rust-optimizer/compare/v0.12.11...v0.12.12 [0.12.11]: https://github.com/CosmWasm/rust-optimizer/compare/v0.12.10...v0.12.11