From 23ee86dbf4ed347878115a78971d43025362fab1 Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 20 Dec 2024 16:00:07 -0500 Subject: [PATCH] chore: v1.2.0 (#414) * chore: add changelog bump instructions * chore: v1.2.0 --- CHANGELOG.md | 17 +++++++++++++++++ cliff.toml | 8 ++++++++ 2 files changed, 25 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 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 = """