Skip to content

Commit

Permalink
chore: release 0.8.6 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwshang committed Sep 24, 2024
1 parent e4e2b90 commit 12f4cb7
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
rust:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Cache cargo build
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
~/.cargo/registry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
DFX_VERSION: 0.22.0
IC_REPL_VERSION: 0.7.4
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install dfx
uses: dfinity/setup-dfx@main
with:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [0.8.6] - 2024-09-24

* Add data section check when limiting Wasm heap memory.

## [0.8.5] - 2024-09-05

* Fix http_request redirect.
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.5"
version = "0.8.6"
authors = ["DFINITY Stiftung"]
edition = "2021"
description = "A library for performing Wasm transformations specific to canisters running on the Internet Computer"
Expand Down

0 comments on commit 12f4cb7

Please sign in to comment.