From fc22c7c87b52c15ad300e7b73ea54eb20cb72570 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 04:34:01 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c0f5510..af522f0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.0" + ".": "1.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b6ac7df..975166d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.0.0](https://github.com/uncenter/purr/compare/v0.5.0...v1.0.0) (2024-07-04) + + +### ⚠ BREAKING CHANGES + +* merge `userstyles` subcommands into root `query` and `init` ([#34](https://github.com/uncenter/purr/issues/34)) + +### Features + +* merge `userstyles` subcommands into root `query` and `init` ([#34](https://github.com/uncenter/purr/issues/34)) ([f39f861](https://github.com/uncenter/purr/commit/f39f8613445bdddc44c44abdfa71ab0b1533ef67)) + ## [0.5.0](https://github.com/uncenter/purr/compare/v0.4.1...v0.5.0) (2024-06-29) diff --git a/Cargo.lock b/Cargo.lock index 3e5777b..866f98c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -172,7 +172,7 @@ dependencies = [ [[package]] name = "catppuccin-purr" -version = "0.5.0" +version = "1.0.0" dependencies = [ "catppuccin", "clap", diff --git a/Cargo.toml b/Cargo.toml index 5ae1305..5c33179 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "catppuccin-purr" -version = "0.5.0" +version = "1.0.0" authors = ["uncenter "] license = "MIT" description = "Unoffical CLI for developing Catppuccin ports"