diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a549f59..78baf5b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.4.0" + ".": "2.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index bc55b6f..a58bf99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # Changelog +## [2.5.0](https://github.com/catppuccin/whiskers/compare/v2.4.0...v2.5.0) (2024-09-08) + + +### Features + +* add signed & unsigned integer colour repr ([#27](https://github.com/catppuccin/whiskers/issues/27)) ([6d2f354](https://github.com/catppuccin/whiskers/commit/6d2f354c6665578c37231c2d8689aa0c7059bcce)) + + +### Bug Fixes + +* **deps:** update rust crate clap to v4.5.16 ([#35](https://github.com/catppuccin/whiskers/issues/35)) ([088fc13](https://github.com/catppuccin/whiskers/commit/088fc13867612b7477ec7ff55f69390487927cf5)) +* **deps:** update rust crate clap to v4.5.8 ([#24](https://github.com/catppuccin/whiskers/issues/24)) ([aa47392](https://github.com/catppuccin/whiskers/commit/aa47392358650675e3206b1cb14417f8bf19a81a)) +* **deps:** update rust crate clap to v4.5.9 ([#30](https://github.com/catppuccin/whiskers/issues/30)) ([b138161](https://github.com/catppuccin/whiskers/commit/b1381614ec574db02141d062f6ff230438a290a0)) +* **deps:** update rust crate clap-stdin to 0.5.0 ([#28](https://github.com/catppuccin/whiskers/issues/28)) ([7e123b7](https://github.com/catppuccin/whiskers/commit/7e123b78a2cf0f88962fc14401d156488db1f0ed)) +* **deps:** update rust crate indexmap to v2.3.0 ([#39](https://github.com/catppuccin/whiskers/issues/39)) ([43d31ff](https://github.com/catppuccin/whiskers/commit/43d31ff336f9e9e02a97cc6d47a725098cfa82fe)) +* **deps:** update rust crate indexmap to v2.4.0 ([#44](https://github.com/catppuccin/whiskers/issues/44)) ([09d6d4a](https://github.com/catppuccin/whiskers/commit/09d6d4a32d1020a1f70f679c2acea776817af5bf)) +* **deps:** update rust crate lzma-rust to v0.1.7 ([#33](https://github.com/catppuccin/whiskers/issues/33)) ([644bfbf](https://github.com/catppuccin/whiskers/commit/644bfbf765353817af232047eb92e8b2d4ba9569)) +* **deps:** update rust crate serde to v1.0.204 ([#29](https://github.com/catppuccin/whiskers/issues/29)) ([f81f0b2](https://github.com/catppuccin/whiskers/commit/f81f0b20defcb85de241d6596d8ef62590c1535f)) +* **deps:** update rust crate serde to v1.0.209 ([#41](https://github.com/catppuccin/whiskers/issues/41)) ([d0ca928](https://github.com/catppuccin/whiskers/commit/d0ca92874d84fec6b7fa321dc4df0fb160992187)) +* **deps:** update rust crate serde_json to v1.0.118 ([#21](https://github.com/catppuccin/whiskers/issues/21)) ([9c493fb](https://github.com/catppuccin/whiskers/commit/9c493fb22fabbbd69b3e4c28faf8c132883f5872)) +* **deps:** update rust crate serde_json to v1.0.119 ([#25](https://github.com/catppuccin/whiskers/issues/25)) ([a80a579](https://github.com/catppuccin/whiskers/commit/a80a579af755abbe329e83de898f44c1599f75a8)) +* **deps:** update rust crate serde_json to v1.0.120 ([#26](https://github.com/catppuccin/whiskers/issues/26)) ([007eeae](https://github.com/catppuccin/whiskers/commit/007eeaedb7863ebb3b41c6e2c88446ae7d3f6179)) +* **deps:** update rust crate serde_json to v1.0.122 ([#38](https://github.com/catppuccin/whiskers/issues/38)) ([89f9a8d](https://github.com/catppuccin/whiskers/commit/89f9a8d304a75520e166378d541f86b5e2143693)) +* **deps:** update rust crate serde_json to v1.0.127 ([#43](https://github.com/catppuccin/whiskers/issues/43)) ([0d79de3](https://github.com/catppuccin/whiskers/commit/0d79de3b35a17b481fe8d4f5220386b51b7bd614)) +* **deps:** update rust crate tempfile to v3.12.0 ([#40](https://github.com/catppuccin/whiskers/issues/40)) ([269e8ed](https://github.com/catppuccin/whiskers/commit/269e8ed8bed34531b39ebd8ab6dd50093f951987)) +* **deps:** update rust crate thiserror to v1.0.62 ([#31](https://github.com/catppuccin/whiskers/issues/31)) ([c169d03](https://github.com/catppuccin/whiskers/commit/c169d03f308d831e54974c069fe6637d04c4a095)) +* **deps:** update rust crate thiserror to v1.0.63 ([#34](https://github.com/catppuccin/whiskers/issues/34)) ([855169c](https://github.com/catppuccin/whiskers/commit/855169c3681f0b9f53faeb869a90b01c0987ba1c)) + ## [2.4.0](https://github.com/catppuccin/whiskers/compare/v2.3.0...v2.4.0) (2024-06-14) diff --git a/Cargo.lock b/Cargo.lock index b2c4408..20c041b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -161,7 +161,7 @@ dependencies = [ [[package]] name = "catppuccin-whiskers" -version = "2.4.0" +version = "2.5.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index ab72af7..e4df906 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "catppuccin-whiskers" -version = "2.4.0" +version = "2.5.0" authors = ["backwardspy "] edition = "2021" description = "😾 Soothing port creation tool for the high-spirited!"