Skip to content

Commit

Permalink
Release wasm4-sys v0.1.1, wasm4-impl v0.1.1, wasm4 v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zetanumbers committed Jan 17, 2022
1 parent b6a403e commit 9587707
Show file tree
Hide file tree
Showing 6 changed files with 70 additions and 6 deletions.
24 changes: 23 additions & 1 deletion wasm4-impl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.1.1 (2022-01-17)

### Commit Statistics

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

- 2 commits contributed to the release.
- 2 commits where understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' where seen in commit messages

### Commit Details

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

<details><summary>view details</summary>

* **Uncategorized**
- fix crates' descriptions ([`2bed060`](https://github.com/ZetaNumbers/wasm4-rs/commit/2bed0608fe6d1f95412b53e4b2a100c6d9413898))
- fix license ([`7e163bd`](https://github.com/ZetaNumbers/wasm4-rs/commit/7e163bdedd898202b4009fd19a79e286592174a0))
</details>

## 0.1.0 (2022-01-14)

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

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

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

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

* **Uncategorized**
- Release wasm4-impl v0.1.0 ([`2031d7b`](https://github.com/ZetaNumbers/wasm4-rs/commit/2031d7b5dfe38b8a5394942e1777811e5c70812b))
- update changelogs ([`a0f0eb4`](https://github.com/ZetaNumbers/wasm4-rs/commit/a0f0eb4c388e0b91a9edda291aa61f10e3388229))
- bump versions ([`ac05404`](https://github.com/ZetaNumbers/wasm4-rs/commit/ac05404fc96f0089d40dd55f238da870f683526f))
- add `include_sprites!` macro ([`06dc6af`](https://github.com/ZetaNumbers/wasm4-rs/commit/06dc6afedf6ea051c5927fd06f0b7fd84a6bb55b))
Expand Down
2 changes: 1 addition & 1 deletion wasm4-impl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasm4-impl"
version = "0.1.0"
version = "0.1.1"
authors = ["Daria Sukhonina <[email protected]>"]
license = "MIT"
repository = "https://github.com/ZetaNumbers/wasm4-rs"
Expand Down
23 changes: 22 additions & 1 deletion wasm4-sys/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.1.1 (2022-01-17)

### Commit Statistics

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

- 1 commit contributed to the release.
- 1 commit where understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' where seen in commit messages

### Commit Details

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

<details><summary>view details</summary>

* **Uncategorized**
- fix license ([`7e163bd`](https://github.com/ZetaNumbers/wasm4-rs/commit/7e163bdedd898202b4009fd19a79e286592174a0))
</details>

## 0.1.0 (2022-01-02)

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

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

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

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

* **Uncategorized**
- Release wasm4-sys v0.1.0, wasm4 v0.0.3 ([`9a8c498`](https://github.com/ZetaNumbers/wasm4-rs/commit/9a8c498c6ebff2e2a2520a74defaf407fc39f36f))
- regenerate and adjust changelog ([`ceaee04`](https://github.com/ZetaNumbers/wasm4-rs/commit/ceaee049373326d74f9fffe14f9b7d13e87cc69e))
- bump crates versions ([`2c68e02`](https://github.com/ZetaNumbers/wasm4-rs/commit/2c68e023407205b7bb4f10a8111e9e78e368bbab))
- remove `libc` dependency ([`6ced143`](https://github.com/ZetaNumbers/wasm4-rs/commit/6ced143e05815ebe858f1d8c20b4ac035f165c6c))
Expand Down
2 changes: 1 addition & 1 deletion wasm4-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasm4-sys"
version = "0.1.0"
version = "0.1.1"
authors = ["Daria Sukhonina <[email protected]>"]
license = "MIT"
repository = "https://github.com/ZetaNumbers/wasm4-rs"
Expand Down
23 changes: 22 additions & 1 deletion wasm4/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.1.1 (2022-01-17)

### Commit Statistics

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

- 1 commit contributed to the release.
- 1 commit where understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' where seen in commit messages

### Commit Details

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

<details><summary>view details</summary>

* **Uncategorized**
- fix license ([`7e163bd`](https://github.com/ZetaNumbers/wasm4-rs/commit/7e163bdedd898202b4009fd19a79e286592174a0))
</details>

## 0.1.0 (2022-01-14)

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

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

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

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

* **Uncategorized**
- Release wasm4 v0.1.0 ([`dddc3a8`](https://github.com/ZetaNumbers/wasm4-rs/commit/dddc3a86365bf86473f81e36936b4ace3ffdf4b5))
- add named header into a changelog ([`c3651cf`](https://github.com/ZetaNumbers/wasm4-rs/commit/c3651cfe79df786726597ee17fb73c325cc77869))
- update changelogs ([`a0f0eb4`](https://github.com/ZetaNumbers/wasm4-rs/commit/a0f0eb4c388e0b91a9edda291aa61f10e3388229))
- embed preview image ([`c55457c`](https://github.com/ZetaNumbers/wasm4-rs/commit/c55457c26fa610b0556fb08a9f7e4ca02c96059f))
Expand Down
2 changes: 1 addition & 1 deletion wasm4/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasm4"
version = "0.1.0"
version = "0.1.1"
authors = ["Daria Sukhonina <[email protected]>"]
license = "MIT"
repository = "https://github.com/ZetaNumbers/wasm4-rs"
Expand Down

0 comments on commit 9587707

Please sign in to comment.