From 2869077643b320e0645b9ea387499f78197841ee Mon Sep 17 00:00:00 2001 From: Daria Sukhonina Date: Fri, 14 Jan 2022 07:20:55 +0300 Subject: [PATCH] Release wasm4-common v0.1.1 --- wasm4-common/CHANGELOG.md | 7 ++++--- wasm4-common/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/wasm4-common/CHANGELOG.md b/wasm4-common/CHANGELOG.md index 66bb760..ed1654f 100644 --- a/wasm4-common/CHANGELOG.md +++ b/wasm4-common/CHANGELOG.md @@ -5,7 +5,7 @@ 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). -## Unreleased +## 0.1.1 (2022-01-14) ### New Features @@ -15,8 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - - 2 commits contributed to the release. - - 2 commits where understood as [conventional](https://www.conventionalcommits.org). + - 3 commits contributed to the release. + - 3 commits where understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' where seen in commit messages ### Commit Details @@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
view details * **Uncategorized** + - 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-common/Cargo.toml b/wasm4-common/Cargo.toml index 1a3c265..e97f622 100644 --- a/wasm4-common/Cargo.toml +++ b/wasm4-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasm4-common" -version = "0.1.0" +version = "0.1.1" authors = ["Daria Sukhonina "] license = "ISC" repository = "https://github.com/ZetaNumbers/wasm4-rs"