File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
- ## [ unreleased ]
5
+ ## [ wasm4-v0.2.0 ] - 2024-04-07
6
6
7
7
### Bug Fixes
8
8
@@ -14,7 +14,7 @@ All notable changes to this project will be documented in this file.
14
14
- Document unsafe functions and fix clippy warnings
15
15
- Docs.rs prints required features
16
16
- 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
18
18
19
19
20
20
### Features
@@ -25,6 +25,15 @@ All notable changes to this project will be documented in this file.
25
25
- ** BREAKING** : wasm4 now gates ` impl std::error::Error for OutOfDomainError ` under disabled by default ` std ` feature
26
26
27
27
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
+
28
37
### Build
29
38
30
39
- * (examples)* Use wasm4 package's ` examples ` directory
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " wasm4"
3
- version = " 0.1.2 "
3
+ version = " 0.2.0 "
4
4
authors = [
" Daria Sukhonina <[email protected] >" ]
5
5
license = " MIT"
6
6
repository = " https://github.com/ZetaNumbers/wasm4-rs"
You can’t perform that action at this time.
0 commit comments