From 2820cb0b68c90d8e294e4e2490e2a7931c389a7c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 15:53:36 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..bda70a0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,29 @@ +# Changelog + +## 1.0.0 (2024-04-16) + + +### Features + +* add gh CLI wrapper for jujutsu ([775c236](https://github.com/atomic-studio-org/Utility-Flake-Library/commit/775c2367e85d2b636f260817d9371fdc145cab95)) +* **ci:** project management and pull_request templates ([f39cb00](https://github.com/atomic-studio-org/Utility-Flake-Library/commit/f39cb004d68be04b9cbff797f51dd73bda330c66)) +* lib output for this library + flakehub publish + bluebuild in packages + formatter ([0bdd0e8](https://github.com/atomic-studio-org/Utility-Flake-Library/commit/0bdd0e80f24c3f6c096a5dd3e355dfbb9207c7a3)) +* metadata + secureboot generator ([db1dffd](https://github.com/atomic-studio-org/Utility-Flake-Library/commit/db1dffd3e2b864874e855604e63a36aa76fdbc3b)) +* **template:** template for Atomic Studio packaging projects ([e6d8394](https://github.com/atomic-studio-org/Utility-Flake-Library/commit/e6d8394f41c378d0bdd0cb8b2c69cbe556ec37e8)) +* utility library for atomic studio projects ([a0282cd](https://github.com/atomic-studio-org/Utility-Flake-Library/commit/a0282cdb0c0c146189873491468ccf3f037bc383)) + + +### Bug Fixes + +* add package repo template to nix flake ([d296e60](https://github.com/atomic-studio-org/Utility-Flake-Library/commit/d296e60da5934e53f1d8df156ea9d00953aee664)) +* complaining from pre-commit ([8de0c9d](https://github.com/atomic-studio-org/Utility-Flake-Library/commit/8de0c9dfb2130bb860dc9edf47e22e047bc26752)) +* do not require pre-commit hooks for developer workflow ([f3abb6c](https://github.com/atomic-studio-org/Utility-Flake-Library/commit/f3abb6c070406cdbdaaff9e9ba2fc26d5a4b0059)) +* flake lock with NAR mismatch ([21e5ce4](https://github.com/atomic-studio-org/Utility-Flake-Library/commit/21e5ce4fbfc7a05dae509ab99822d6c000ab25fa)) +* format nix file ([44f78cb](https://github.com/atomic-studio-org/Utility-Flake-Library/commit/44f78cbc1b64444c9bb8d985a5ab0bd8676c71ab)) +* formatting for markdownlint ([ad06079](https://github.com/atomic-studio-org/Utility-Flake-Library/commit/ad06079dee02b79aaa583185bcd554748d1fe016)) +* more complaining from linters ([84be64d](https://github.com/atomic-studio-org/Utility-Flake-Library/commit/84be64d1acc951c0272189c89b8fa39cf8dc7d00)) +* oh my god pre-commit hooks straight up werent being run with nix flake check ([12860f5](https://github.com/atomic-studio-org/Utility-Flake-Library/commit/12860f5d4c4ab13010617651f45b57b763a355fb)) +* **pre-commit:** invalid path for yamllint store path ([003d1a5](https://github.com/atomic-studio-org/Utility-Flake-Library/commit/003d1a598e0bbb0202b7a33071d70cf4b3ab8462)) +* proper configurations for yamllint and markdownlint ([5d38cb3](https://github.com/atomic-studio-org/Utility-Flake-Library/commit/5d38cb38fefa890c82609c1436573463d0d3c4af)) +* template uses latest flakehub version ([94a9476](https://github.com/atomic-studio-org/Utility-Flake-Library/commit/94a94762e30ce9edd12797ff01863090f5ead7c5)) +* typo in template field instead of templates + github metadata ([f0a5769](https://github.com/atomic-studio-org/Utility-Flake-Library/commit/f0a57699709b82c7ea80c0e5d033cb4c380db82d))