diff --git a/wasm4-impl/CHANGELOG.md b/wasm4-impl/CHANGELOG.md index 378c31e..3e1a53c 100644 --- a/wasm4-impl/CHANGELOG.md +++ b/wasm4-impl/CHANGELOG.md @@ -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 + + + + - 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 + + + +
view details + + * **Uncategorized** + - fix crates' descriptions ([`2bed060`](https://github.com/ZetaNumbers/wasm4-rs/commit/2bed0608fe6d1f95412b53e4b2a100c6d9413898)) + - fix license ([`7e163bd`](https://github.com/ZetaNumbers/wasm4-rs/commit/7e163bdedd898202b4009fd19a79e286592174a0)) +
+ ## 0.1.0 (2022-01-14) ### New Features @@ -15,7 +36,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 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 @@ -26,6 +47,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **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)) diff --git a/wasm4-impl/Cargo.toml b/wasm4-impl/Cargo.toml index 50c72ca..d1fc010 100644 --- a/wasm4-impl/Cargo.toml +++ b/wasm4-impl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasm4-impl" -version = "0.1.0" +version = "0.1.1" authors = ["Daria Sukhonina "] license = "MIT" repository = "https://github.com/ZetaNumbers/wasm4-rs" diff --git a/wasm4-sys/CHANGELOG.md b/wasm4-sys/CHANGELOG.md index 607da87..c4e51b0 100644 --- a/wasm4-sys/CHANGELOG.md +++ b/wasm4-sys/CHANGELOG.md @@ -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 + + + + - 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 + + + +
view details + + * **Uncategorized** + - fix license ([`7e163bd`](https://github.com/ZetaNumbers/wasm4-rs/commit/7e163bdedd898202b4009fd19a79e286592174a0)) +
+ ## 0.1.0 (2022-01-02) ### Documentation @@ -20,7 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 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 @@ -31,6 +51,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **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)) diff --git a/wasm4-sys/Cargo.toml b/wasm4-sys/Cargo.toml index 15ad1b7..3edc4de 100644 --- a/wasm4-sys/Cargo.toml +++ b/wasm4-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasm4-sys" -version = "0.1.0" +version = "0.1.1" authors = ["Daria Sukhonina "] license = "MIT" repository = "https://github.com/ZetaNumbers/wasm4-rs" diff --git a/wasm4/CHANGELOG.md b/wasm4/CHANGELOG.md index 5f0478f..009b575 100644 --- a/wasm4/CHANGELOG.md +++ b/wasm4/CHANGELOG.md @@ -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 + + + + - 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 + + + +
view details + + * **Uncategorized** + - fix license ([`7e163bd`](https://github.com/ZetaNumbers/wasm4-rs/commit/7e163bdedd898202b4009fd19a79e286592174a0)) +
+ ## 0.1.0 (2022-01-14) ### Framebuffer support @@ -91,7 +111,7 @@ Other framebuffer functionality also is added (`oval`, `text` and others). - - 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 @@ -102,6 +122,7 @@ Other framebuffer functionality also is added (`oval`, `text` and others).
view details * **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)) diff --git a/wasm4/Cargo.toml b/wasm4/Cargo.toml index 2306d02..190cec7 100644 --- a/wasm4/Cargo.toml +++ b/wasm4/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasm4" -version = "0.1.0" +version = "0.1.1" authors = ["Daria Sukhonina "] license = "MIT" repository = "https://github.com/ZetaNumbers/wasm4-rs"