Skip to content

Commit 12f4cb7

Browse files
authored
chore: release 0.8.6 (#75)
1 parent e4e2b90 commit 12f4cb7

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
rust:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v4
1313
- name: Cache cargo build
14-
uses: actions/cache@v2
14+
uses: actions/cache@v4
1515
with:
1616
path: |
1717
~/.cargo/registry

.github/workflows/wasm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
DFX_VERSION: 0.22.0
1313
IC_REPL_VERSION: 0.7.4
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v4
1616
- name: Install dfx
1717
uses: dfinity/setup-dfx@main
1818
with:

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [unreleased]
88

9+
## [0.8.6] - 2024-09-24
10+
11+
* Add data section check when limiting Wasm heap memory.
12+
913
## [0.8.5] - 2024-09-05
1014

1115
* Fix http_request redirect.

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ic-wasm"
3-
version = "0.8.5"
3+
version = "0.8.6"
44
authors = ["DFINITY Stiftung"]
55
edition = "2021"
66
description = "A library for performing Wasm transformations specific to canisters running on the Internet Computer"

0 commit comments

Comments
 (0)