Skip to content

Commit

Permalink
chore(main): release 0.3.0 (#12)
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 7, 2024
1 parent a826ba5 commit 5c6a544
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.2.1"
".": "0.3.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.3.0](https://github.com/uncenter/purr/compare/v0.2.1...v0.3.0) (2024-06-07)


### Features

* **whiskerify:** warn if original content to identical to output ([7e74694](https://github.com/uncenter/purr/commit/7e74694e78bb4d6a24e73608e268078f40b3df27))


### Bug Fixes

* **whiskerify:** use regex to match while ignoring hex casing ([a826ba5](https://github.com/uncenter/purr/commit/a826ba569fae27886a29e4ce1b2d2565e012739d))

## [0.2.1](https://github.com/uncenter/purr/compare/v0.2.0...v0.2.1) (2024-06-03)


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

0 comments on commit 5c6a544

Please sign in to comment.