From cabd35cccc6983f9fc9d01a237b6c97f3cb67bf3 Mon Sep 17 00:00:00 2001 From: Daria Sukhonina Date: Sat, 6 Apr 2024 22:15:52 +0300 Subject: [PATCH] Release wasm4-sys v0.1.2 --- wasm4-sys/CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/wasm4-sys/CHANGELOG.md b/wasm4-sys/CHANGELOG.md index f8a362c..0c6ec38 100644 --- a/wasm4-sys/CHANGELOG.md +++ b/wasm4-sys/CHANGELOG.md @@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 2 commits contributed to the release. + - 3 commits contributed to the release. - 810 days passed between releases. - 2 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -31,12 +31,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - Release wasm4-sys v0.1.2 ([`3fd2b4b`](https://github.com/zetanumbers/wasm4-rs/commit/3fd2b4bdd62729b25876391355be139314e43f85)) - Change wasm32-unknown-unknown to be the default target for docs.rs ([`5baa652`](https://github.com/zetanumbers/wasm4-rs/commit/5baa652f0e98c17df295db8043bde90a3766f84a)) - Add `no_std` support ([`ff7957d`](https://github.com/zetanumbers/wasm4-rs/commit/ff7957dfe5065a0e738ec2feb7e8e305fe2e30a5))
## 0.1.1 (2022-01-17) + + ### Chore - fix license @@ -63,6 +66,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## 0.1.0 (2022-01-02) + + ### Chore - bump crates versions