Skip to content

Commit

Permalink
Release wasm4-common v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zetanumbers committed Apr 6, 2024
1 parent cabd35c commit f15333d
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 12 deletions.
67 changes: 56 additions & 11 deletions wasm4-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,54 @@ 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.3 (2024-04-06)

### Documentation

- <csr-id-5baa652f0e98c17df295db8043bde90a3766f84a/> change wasm32-unknown-unknown to be the default target for docs.rs
- <csr-id-60b3c5307b97a414e492d1e429f3d1de068411f3/> document unsafe functions and fix clippy warnings
In particular added documentation to unsafe functions with safety sections.

### New Features

- <csr-id-ff7957dfe5065a0e738ec2feb7e8e305fe2e30a5/> add `no_std` support

### Commit Statistics

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

- 3 commits contributed to the release.
- 810 days passed between releases.
- 3 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages

### Commit Details

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

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

* **Uncategorized**
- Change wasm32-unknown-unknown to be the default target for docs.rs ([`5baa652`](https://github.com/zetanumbers/wasm4-rs/commit/5baa652f0e98c17df295db8043bde90a3766f84a))
- Document unsafe functions and fix clippy warnings ([`60b3c53`](https://github.com/zetanumbers/wasm4-rs/commit/60b3c5307b97a414e492d1e429f3d1de068411f3))
- Add `no_std` support ([`ff7957d`](https://github.com/zetanumbers/wasm4-rs/commit/ff7957dfe5065a0e738ec2feb7e8e305fe2e30a5))
</details>

## 0.1.2 (2022-01-17)

### Chore

- <csr-id-2bed0608fe6d1f95412b53e4b2a100c6d9413898/> fix crates' descriptions
- <csr-id-7e163bdedd898202b4009fd19a79e286592174a0/> fix license

### 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
- 3 commits contributed to the release.
- 3 days passed between releases.
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages

### Commit Details

Expand All @@ -22,12 +61,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<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))
- Release wasm4-common v0.1.2 ([`b6a403e`](https://github.com/zetanumbers/wasm4-rs/commit/b6a403e50f877c66113ebff16d12a8d4919c03b1))
- 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.1 (2022-01-14)

### Chore

- <csr-id-a0f0eb4c388e0b91a9edda291aa61f10e3388229/> update changelogs
- <csr-id-ac05404fc96f0089d40dd55f238da870f683526f/> bump versions

### New Features

- <csr-id-06dc6afedf6ea051c5927fd06f0b7fd84a6bb55b/> add `include_sprites!` macro
Expand All @@ -37,8 +82,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<csr-read-only-do-not-edit/>

- 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
- 3 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages

### Commit Details

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

* **Uncategorized**
- Release wasm4-common v0.1.1 ([`2869077`](https://github.com/ZetaNumbers/wasm4-rs/commit/2869077643b320e0645b9ea387499f78197841ee))
- 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))
- Release wasm4-common v0.1.1 ([`2869077`](https://github.com/zetanumbers/wasm4-rs/commit/2869077643b320e0645b9ea387499f78197841ee))
- 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))
</details>

2 changes: 1 addition & 1 deletion wasm4-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasm4-common"
version = "0.1.2"
version = "0.1.3"
authors = ["Daria Sukhonina <[email protected]>"]
license = "MIT"
repository = "https://github.com/ZetaNumbers/wasm4-rs"
Expand Down

0 comments on commit f15333d

Please sign in to comment.