Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and tversteeg committed Nov 24, 2024
1 parent eca56c6 commit 465f19b
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@ 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.3.1] - 2024-11-24

### Bug Fixes

#### Camera

- Calculate proper camera position for text by @tversteeg

#### Deps

- Update rust crate [bytemuck](https://crates.io/crates/bytemuck), rust crate [fastrand](https://crates.io/crates/fastrand), rust crate [glam](https://crates.io/crates/glam), rust crate [kira](https://crates.io/crates/kira), rust crate [smol_str](https://crates.io/crates/smol_str) and rust crate [proc-macro2](https://crates.io/crates/proc-macro2) by @tversteeg


### Documentation

#### Math

- Fix return comment for `chuot::lerp` by @tversteeg

[0.3.1]: https://github.com/tversteeg/chuot/compare/0.3.0..0.3.1

<!-- generated by git-cliff -->
## [0.3.0] - 2024-11-17

### Refactor
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chuot"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
authors = ["Thomas Versteeg <[email protected]>"]
license = "AGPL-3.0"
Expand Down Expand Up @@ -47,7 +47,7 @@ embed-assets = ["chuot-macros/embed-assets", "dep:imgref"]
read-texture = []

[dependencies]
chuot-macros = { path = "crates/macros", version = "0.2.2" }
chuot-macros = { path = "crates/macros", version = "0.2.3" }
chuot-packer = { path = "crates/packer", version = "0.2.1" }

bytemuck = { version = "1.20.0", features = ["derive"] }
Expand Down
11 changes: 11 additions & 0 deletions crates/macros/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ 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.2.3] - 2024-11-24

### Bug Fixes

#### Deps

- Update rust crate [bytemuck](https://crates.io/crates/bytemuck), rust crate [fastrand](https://crates.io/crates/fastrand), rust crate [glam](https://crates.io/crates/glam), rust crate [kira](https://crates.io/crates/kira), rust crate [smol_str](https://crates.io/crates/smol_str) and rust crate [proc-macro2](https://crates.io/crates/proc-macro2) by @tversteeg

[0.2.3]: https://github.com/tversteeg/chuot/compare/0.2.2..0.2.3

<!-- generated by git-cliff -->
## [0.2.2] - 2024-11-17

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion crates/macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chuot-macros"
version = "0.2.2"
version = "0.2.3"
edition = "2021"
authors = ["Thomas Versteeg <[email protected]>"]
license = "AGPL-3.0"
Expand Down

0 comments on commit 465f19b

Please sign in to comment.