Skip to content

Commit b6a403e

Browse files
committed
Release wasm4-common v0.1.2
1 parent da10a8e commit b6a403e

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

wasm4-common/CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.1.2 (2022-01-17)
9+
10+
### Commit Statistics
11+
12+
<csr-read-only-do-not-edit/>
13+
14+
- 2 commits contributed to the release.
15+
- 2 commits where understood as [conventional](https://www.conventionalcommits.org).
16+
- 0 issues like '(#ID)' where seen in commit messages
17+
18+
### Commit Details
19+
20+
<csr-read-only-do-not-edit/>
21+
22+
<details><summary>view details</summary>
23+
24+
* **Uncategorized**
25+
- fix crates' descriptions ([`2bed060`](https://github.com/ZetaNumbers/wasm4-rs/commit/2bed0608fe6d1f95412b53e4b2a100c6d9413898))
26+
- fix license ([`7e163bd`](https://github.com/ZetaNumbers/wasm4-rs/commit/7e163bdedd898202b4009fd19a79e286592174a0))
27+
</details>
28+
829
## 0.1.1 (2022-01-14)
930

1031
### New Features
@@ -15,7 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1536

1637
<csr-read-only-do-not-edit/>
1738

18-
- 3 commits contributed to the release.
39+
- 4 commits contributed to the release.
1940
- 3 commits where understood as [conventional](https://www.conventionalcommits.org).
2041
- 0 issues like '(#ID)' where seen in commit messages
2142

@@ -26,6 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2647
<details><summary>view details</summary>
2748

2849
* **Uncategorized**
50+
- Release wasm4-common v0.1.1 ([`2869077`](https://github.com/ZetaNumbers/wasm4-rs/commit/2869077643b320e0645b9ea387499f78197841ee))
2951
- update changelogs ([`a0f0eb4`](https://github.com/ZetaNumbers/wasm4-rs/commit/a0f0eb4c388e0b91a9edda291aa61f10e3388229))
3052
- bump versions ([`ac05404`](https://github.com/ZetaNumbers/wasm4-rs/commit/ac05404fc96f0089d40dd55f238da870f683526f))
3153
- add `include_sprites!` macro ([`06dc6af`](https://github.com/ZetaNumbers/wasm4-rs/commit/06dc6afedf6ea051c5927fd06f0b7fd84a6bb55b))

wasm4-common/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-common"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Daria Sukhonina <[email protected]>"]
55
license = "MIT"
66
repository = "https://github.com/ZetaNumbers/wasm4-rs"

0 commit comments

Comments
 (0)