From d75d4561ca7c627083d117340a893dfd3a3ed259 Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 20 Dec 2024 15:40:55 -0500 Subject: [PATCH 1/2] chore: add changelog bump instructions --- cliff.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/cliff.toml b/cliff.toml index df2520f1..fd82fdbe 100644 --- a/cliff.toml +++ b/cliff.toml @@ -1,5 +1,13 @@ # git-cliff ~ configuration file # https://git-cliff.org/docs/configuration +# +# To bump the changelog: +# +# ```console +# $ TAG="x.y.z" +# $ TAG=v"$TAG" +# $ git-cliff --github-token (gh auth token) --prepend CHANGELOG.md --tag "$TAG" --unreleased +# ``` [changelog] header = """ From 7b41eed77a28cdbf76ce6ed1ddb85a6b9e90c7c4 Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 20 Dec 2024 15:41:06 -0500 Subject: [PATCH 2/2] chore: v1.2.0 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e04c9a3..8d3ac456 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.2.0](https://github.com/catppuccin/nix/releases/tag/v1.2.0) - 2024-12-20 + +This will (hopefully) be the final release before 2.0.0. In preparation for the next major release, our +modules have been moved to a standard `catppuccin` namespace (i.e., `programs.bat.catppuccin.enable` is now +`catppuccin.bat.enable`), but aliases to the old options remain for backwards compatibility. **These will be +removed in 2.0.0** + +### 🚀 Features + +- **home-manager**: add transparent option for micro by [@henrisota](https://github.com/henrisota) +- **home-manager**: add support for zed-editor by [@isabelroses](https://github.com/isabelroses) +- **modules**: move to catppuccin namespace by [@isabelroses](https://github.com/isabelroses) + +### 📚 Documentation + +- fully document nix library by [@getchoo](https://github.com/getchoo) + ## [1.1.1](https://github.com/catppuccin/nix/releases/tag/v1.1.1) - 2024-12-12 ### 🐛 Bug Fixes