From 54d9c87d6d16223cf1216cf074c412c014ff0903 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 08:12:56 -0700 Subject: [PATCH] chore(main): release 0.16.0 (#311) :robot: I have created a release *beep* *boop* --- ## [0.16.0](https://github.com/scottames/dots/compare/v0.15.1...v0.16.0) (2024-09-02) ### Features * add nerdfetch ([4478e27](https://github.com/scottames/dots/commit/4478e27d1d7fa44f7d9ea490ed7f49f641a87e39)) * **gnome:** add gravatar extension ([c63a299](https://github.com/scottames/dots/commit/c63a299de14b1d4c56830042fae93b05b31be04a)) * **keymapp:** autostart on gnome ([44e0efd](https://github.com/scottames/dots/commit/44e0efd61f759cff68aa85c96635301feff26f7a)) * **tenv:** always autoinstall ([76a3f60](https://github.com/scottames/dots/commit/76a3f609e92e448d8d14a4055f3121248b0a090e)) ### Bug Fixes * **chezmoi/gnome-ext:** cleanup + no ignore ([0a02856](https://github.com/scottames/dots/commit/0a02856aab3d730217a999cc26e1b5cf73133b97)) * init help message + unused comment in gh.fish ([354ee71](https://github.com/scottames/dots/commit/354ee7183c8776f7fca762db0b0d91abdd744133)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97e40001..51434dd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [0.16.0](https://github.com/scottames/dots/compare/v0.15.1...v0.16.0) (2024-09-02) + + +### Features + +* add nerdfetch ([4478e27](https://github.com/scottames/dots/commit/4478e27d1d7fa44f7d9ea490ed7f49f641a87e39)) +* **gnome:** add gravatar extension ([c63a299](https://github.com/scottames/dots/commit/c63a299de14b1d4c56830042fae93b05b31be04a)) +* **keymapp:** autostart on gnome ([44e0efd](https://github.com/scottames/dots/commit/44e0efd61f759cff68aa85c96635301feff26f7a)) +* **tenv:** always autoinstall ([76a3f60](https://github.com/scottames/dots/commit/76a3f609e92e448d8d14a4055f3121248b0a090e)) + + +### Bug Fixes + +* **chezmoi/gnome-ext:** cleanup + no ignore ([0a02856](https://github.com/scottames/dots/commit/0a02856aab3d730217a999cc26e1b5cf73133b97)) +* init help message + unused comment in gh.fish ([354ee71](https://github.com/scottames/dots/commit/354ee7183c8776f7fca762db0b0d91abdd744133)) + ## [0.15.1](https://github.com/scottames/dots/compare/v0.15.0...v0.15.1) (2024-08-15)