Skip to content

Commit 5495361

Browse files
chore(main): release 1.2.0 (#66)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 913a339 commit 5495361

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.0"
2+
".": "1.2.0"
33
}

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/uncenter/purr/compare/v1.1.0...v1.2.0) (2025-01-16)
4+
5+
6+
### Features
7+
8+
* generic value cache support for whiskers statuses & stars ([#38](https://github.com/uncenter/purr/issues/38)) ([9b9753d](https://github.com/uncenter/purr/commit/9b9753dde5e6aa0e0801db21b97bdb3f1ca84e4f))
9+
* **init/userstyle:** gate comment removal behind explicit `--clear-comments` flag ([913a339](https://github.com/uncenter/purr/commit/913a3391eb3f8930aa058d4c3db9ee2ee738e4ee))
10+
11+
12+
### Bug Fixes
13+
14+
* **init/userstyle:** new template url/path, improve comment regex ([9a41fdc](https://github.com/uncenter/purr/commit/9a41fdcc87be6a7da060e9e60605127411ab90bd))
15+
316
## [1.1.0](https://github.com/uncenter/purr/compare/v1.0.1...v1.1.0) (2024-11-12)
417

518

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "catppuccin-purr"
3-
version = "1.1.0"
3+
version = "1.2.0"
44
authors = ["uncenter <[email protected]>"]
55
license = "MIT"
66
description = "Unoffical CLI for developing Catppuccin ports"

0 commit comments

Comments
 (0)