Skip to content

Commit

Permalink
chore: v1.2.0 (#414)
Browse files Browse the repository at this point in the history
* chore: add changelog bump instructions

* chore: v1.2.0
  • Loading branch information
getchoo authored Dec 20, 2024
1 parent dede06d commit 23ee86d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 8 additions & 0 deletions cliff.toml
Original file line number Diff line number Diff line change
@@ -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 = """
Expand Down

0 comments on commit 23ee86d

Please sign in to comment.