diff --git a/Cargo.lock b/Cargo.lock index 2356752..92c2da3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4941,7 +4941,7 @@ checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109" [[package]] name = "tinhorn" -version = "0.2.1" +version = "0.2.2" dependencies = [ "base64", "bevy", diff --git a/crates/tinhorn/CHANGELOG.md b/crates/tinhorn/CHANGELOG.md index 0f13b50..c31ea7b 100644 --- a/crates/tinhorn/CHANGELOG.md +++ b/crates/tinhorn/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.2](https://github.com/puradox/tinhorn/compare/v0.2.1...v0.2.2) - 2026-07-20 + +### Other + +- update Cargo.lock dependencies + ## [0.2.1](https://github.com/puradox/tinhorn/compare/v0.2.0...v0.2.1) - 2026-07-19 ### Added diff --git a/crates/tinhorn/Cargo.toml b/crates/tinhorn/Cargo.toml index 39eca7f..e793f11 100644 --- a/crates/tinhorn/Cargo.toml +++ b/crates/tinhorn/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tinhorn" -version = "0.2.1" +version = "0.2.2" edition = "2024" description = "A dice cup for your terminal: shake the cup, watch dice fly, hear them land." license = "MIT OR Apache-2.0"