Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release v0.8.4 #70

Merged
merged 2 commits into from
Sep 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 18 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [0.8.1]
## [0.8.4] - 2024-09-05

* Redirect canister snapshot calls in `limit_resource` module
* Add `keep_name_section` option to the `metadata` subcommand.

## [0.8.0]
## [0.8.3] - 2024-08-27

* Fix memory id in limit_resource.

## [0.8.2] - 2024-08-27

* Add support for limiting Wasm heap memory.

## [0.8.1] - 2024-08-20

* Redirect canister snapshot calls in `limit_resource` module.

## [0.8.0] - 2024-07-09

* Upgrade dependency walrus.
* This enables ic-wasm to process memory64 Wasm modules.

## [0.7.3]
## [0.7.3] - 2024-06-27

* Enable WebAssembly SIMD in `optimize` subcommand.

## [0.7.2]
## [0.7.2] - 2024-04-06

* Bump dependency for libflate

## [0.7.1]
## [0.7.1] - 2024-03-20

* `utils::parse_wasm` and `utils::parse_wasm_file` can take both gzipped and original Wasm inputs.

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ic-wasm"
version = "0.8.3"
version = "0.8.4"
authors = ["DFINITY Stiftung"]
edition = "2021"
description = "A library for performing Wasm transformations specific to canisters running on the Internet Computer"
Expand Down
Loading