Skip to content

Commit 9587707

Browse files
committed
Release wasm4-sys v0.1.1, wasm4-impl v0.1.1, wasm4 v0.1.1
1 parent b6a403e commit 9587707

File tree

6 files changed

+70
-6
lines changed

6 files changed

+70
-6
lines changed

wasm4-impl/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.1 (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.0 (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-impl v0.1.0 ([`2031d7b`](https://github.com/ZetaNumbers/wasm4-rs/commit/2031d7b5dfe38b8a5394942e1777811e5c70812b))
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-impl/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-impl"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = ["Daria Sukhonina <[email protected]>"]
55
license = "MIT"
66
repository = "https://github.com/ZetaNumbers/wasm4-rs"

wasm4-sys/CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ 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.1 (2022-01-17)
9+
10+
### Commit Statistics
11+
12+
<csr-read-only-do-not-edit/>
13+
14+
- 1 commit contributed to the release.
15+
- 1 commit 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 license ([`7e163bd`](https://github.com/ZetaNumbers/wasm4-rs/commit/7e163bdedd898202b4009fd19a79e286592174a0))
26+
</details>
27+
828
## 0.1.0 (2022-01-02)
929

1030
### Documentation
@@ -20,7 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2040

2141
<csr-read-only-do-not-edit/>
2242

23-
- 8 commits contributed to the release over the course of 18 calendar days.
43+
- 9 commits contributed to the release over the course of 18 calendar days.
2444
- 4 commits where understood as [conventional](https://www.conventionalcommits.org).
2545
- 0 issues like '(#ID)' where seen in commit messages
2646

@@ -31,6 +51,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3151
<details><summary>view details</summary>
3252

3353
* **Uncategorized**
54+
- Release wasm4-sys v0.1.0, wasm4 v0.0.3 ([`9a8c498`](https://github.com/ZetaNumbers/wasm4-rs/commit/9a8c498c6ebff2e2a2520a74defaf407fc39f36f))
3455
- regenerate and adjust changelog ([`ceaee04`](https://github.com/ZetaNumbers/wasm4-rs/commit/ceaee049373326d74f9fffe14f9b7d13e87cc69e))
3556
- bump crates versions ([`2c68e02`](https://github.com/ZetaNumbers/wasm4-rs/commit/2c68e023407205b7bb4f10a8111e9e78e368bbab))
3657
- remove `libc` dependency ([`6ced143`](https://github.com/ZetaNumbers/wasm4-rs/commit/6ced143e05815ebe858f1d8c20b4ac035f165c6c))

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

wasm4/CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ 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.1 (2022-01-17)
9+
10+
### Commit Statistics
11+
12+
<csr-read-only-do-not-edit/>
13+
14+
- 1 commit contributed to the release.
15+
- 1 commit 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 license ([`7e163bd`](https://github.com/ZetaNumbers/wasm4-rs/commit/7e163bdedd898202b4009fd19a79e286592174a0))
26+
</details>
27+
828
## 0.1.0 (2022-01-14)
929

1030
### Framebuffer support
@@ -91,7 +111,7 @@ Other framebuffer functionality also is added (`oval`, `text` and others).
91111

92112
<csr-read-only-do-not-edit/>
93113

94-
- 20 commits contributed to the release.
114+
- 21 commits contributed to the release.
95115
- 20 commits where understood as [conventional](https://www.conventionalcommits.org).
96116
- 0 issues like '(#ID)' where seen in commit messages
97117

@@ -102,6 +122,7 @@ Other framebuffer functionality also is added (`oval`, `text` and others).
102122
<details><summary>view details</summary>
103123

104124
* **Uncategorized**
125+
- Release wasm4 v0.1.0 ([`dddc3a8`](https://github.com/ZetaNumbers/wasm4-rs/commit/dddc3a86365bf86473f81e36936b4ace3ffdf4b5))
105126
- add named header into a changelog ([`c3651cf`](https://github.com/ZetaNumbers/wasm4-rs/commit/c3651cfe79df786726597ee17fb73c325cc77869))
106127
- update changelogs ([`a0f0eb4`](https://github.com/ZetaNumbers/wasm4-rs/commit/a0f0eb4c388e0b91a9edda291aa61f10e3388229))
107128
- embed preview image ([`c55457c`](https://github.com/ZetaNumbers/wasm4-rs/commit/c55457c26fa610b0556fb08a9f7e4ca02c96059f))

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

0 commit comments

Comments
 (0)