Skip to content

Commit 38bdad8

Browse files
committed
chore(release): release wasm4-v0.2.0
1 parent afac5e6 commit 38bdad8

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

wasm4/CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## [unreleased]
5+
## [wasm4-v0.2.0] - 2024-04-07
66

77
### Bug Fixes
88

@@ -14,7 +14,7 @@ All notable changes to this project will be documented in this file.
1414
- Document unsafe functions and fix clippy warnings
1515
- Docs.rs prints required features
1616
- Include examples into documentation with `include_str!` macro
17-
- Change `wasm32-unknown-unknown` to be the default target for docs.rs
17+
- Change wasm32-unknown-unknown to be the default target for docs.rs
1818

1919

2020
### Features
@@ -25,6 +25,15 @@ All notable changes to this project will be documented in this file.
2525
- **BREAKING**: wasm4 now gates `impl std::error::Error for OutOfDomainError` under disabled by default `std` feature
2626

2727

28+
### Miscellaneous Tasks
29+
30+
- *(release)* Regenerate changelogs with git-cliff
31+
- *(release)* Bump wasm4-sys dependency to 0.1.3
32+
- *(release)* Bump wasm4-common dependency to 0.1.4
33+
- *(release)* Bump wasm4-impl patch version
34+
- *(release)* Exclude example PNG images from the package
35+
36+
2837
### Build
2938

3039
- *(examples)* Use wasm4 package's `examples` directory

wasm4/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasm4"
3-
version = "0.1.2"
3+
version = "0.2.0"
44
authors = ["Daria Sukhonina <[email protected]>"]
55
license = "MIT"
66
repository = "https://github.com/ZetaNumbers/wasm4-rs"

0 commit comments

Comments
 (0)