Skip to content

Commit 5c6a544

Browse files
chore(main): release 0.3.0 (#12)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a826ba5 commit 5c6a544

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.1"
2+
".": "0.3.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.3.0](https://github.com/uncenter/purr/compare/v0.2.1...v0.3.0) (2024-06-07)
4+
5+
6+
### Features
7+
8+
* **whiskerify:** warn if original content to identical to output ([7e74694](https://github.com/uncenter/purr/commit/7e74694e78bb4d6a24e73608e268078f40b3df27))
9+
10+
11+
### Bug Fixes
12+
13+
* **whiskerify:** use regex to match while ignoring hex casing ([a826ba5](https://github.com/uncenter/purr/commit/a826ba569fae27886a29e4ce1b2d2565e012739d))
14+
315
## [0.2.1](https://github.com/uncenter/purr/compare/v0.2.0...v0.2.1) (2024-06-03)
416

517

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "catppuccin-purr"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
authors = ["uncenter <uncenter@uncenter.dev>"]
55
license = "MIT"
66
description = "Unoffical CLI for developing Catppuccin ports"

0 commit comments

Comments
 (0)