Skip to content

Commit

Permalink
chore(main): release 0.4.0 (#16)
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] authored Jun 10, 2024
1 parent 7e0d93f commit 658aac3
Show file tree
Hide file tree
Showing 4 changed files with 15 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 @@
{
".": "0.3.1"
".": "0.4.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.4.0](https://github.com/uncenter/purr/compare/v0.3.1...v0.4.0) (2024-06-10)


### Features

* **whiskerify:** handle hsl colors ([2fa76ea](https://github.com/uncenter/purr/commit/2fa76ea44c64dbb8c48e1e96f6b437dbd8e0fe90))


### Bug Fixes

* better handle invalid --for arguments ([81ad6d7](https://github.com/uncenter/purr/commit/81ad6d75de8e468cd1e053cf7e36a98e1c66859a))

## [0.3.1](https://github.com/uncenter/purr/compare/v0.3.0...v0.3.1) (2024-06-09)


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-purr"
version = "0.3.1"
version = "0.4.0"
authors = ["uncenter <[email protected]>"]
license = "MIT"
description = "Unoffical CLI for developing Catppuccin ports"
Expand Down

0 comments on commit 658aac3

Please sign in to comment.