Skip to content

Commit

Permalink
chore(main): release 2.5.0 (#22)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Sep 8, 2024
1 parent 0bbf66e commit ea86857
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.4.0"
".": "2.5.0"
}
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "catppuccin-whiskers"
version = "2.4.0"
version = "2.5.0"
authors = ["backwardspy <[email protected]>"]
edition = "2021"
description = "😾 Soothing port creation tool for the high-spirited!"
Expand Down

0 comments on commit ea86857

Please sign in to comment.