diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..da69d39 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +# Changelog + +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.2.2](https://github.com/Shuftle/shuftle-client/compare/v0.2.1...v0.2.2) - 2026-03-12 + +### Added + +- Blur unplayable cards ([#16](https://github.com/Shuftle/shuftle-client/pull/16)) + +### Other + +- adding workaround to fix release-plz failure ([#14](https://github.com/Shuftle/shuftle-client/pull/14)) +- adding configs for release-plz ([#13](https://github.com/Shuftle/shuftle-client/pull/13)) +- *(deps)* bump olegtarasov/get-tag from 2.1.2 to 2.1.4 ([#11](https://github.com/Shuftle/shuftle-client/pull/11)) +- *(deps)* bump actions/download-artifact from 4 to 8 ([#10](https://github.com/Shuftle/shuftle-client/pull/10)) +- adding config file for release-plz ([#12](https://github.com/Shuftle/shuftle-client/pull/12)) +- release-plz fix ([#8](https://github.com/Shuftle/shuftle-client/pull/8)) +- release-plz fix ([#7](https://github.com/Shuftle/shuftle-client/pull/7)) +- CI/CD improvements ([#6](https://github.com/Shuftle/shuftle-client/pull/6)) diff --git a/Cargo.lock b/Cargo.lock index 126c03a..cc21f59 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4333,7 +4333,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "shuftle-client-core" -version = "0.2.1" +version = "0.2.2" dependencies = [ "bevy", "getrandom 0.4.2", diff --git a/Cargo.toml b/Cargo.toml index 8e78128..8c716c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shuftle-client-core" -version = "0.2.1" +version = "0.2.2" edition = "2024" authors = ["Sebastiano Giordano"] categories = ["game-development"]