2 Commits

Author SHA1 Message Date
17bd8483c7 chore(release): 1.2.0
Some checks failed
Build and Deploy / nix-check (push) Has been cancelled
Build and Deploy / build-deploy-ubuntu (push) Successful in 34m19s
2025-09-17 18:41:14 -05:00
6a2a9b8c91 no banner needed here 2025-09-17 18:37:23 -05:00
3 changed files with 15 additions and 2 deletions

View File

@@ -2,6 +2,19 @@
All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
## [1.2.0](https://gitea.deepak.science:2222/deepak/nix-builder-image/compare/1.1.0...1.2.0) (2025-09-17)
### Features
* adds findutils ([0a4d71d](https://gitea.deepak.science:2222/deepak/nix-builder-image/commit/0a4d71da9ad96da975744b6598e341abddcc075b))
* update flakes and fix dependencies with nixpkgs follows ([991e6dc](https://gitea.deepak.science:2222/deepak/nix-builder-image/commit/991e6dc2d3090f7cd07ec18fd2a7a72009f49d32))
### Bug Fixes
* try removing the always allow substitutes config ([9b412d6](https://gitea.deepak.science:2222/deepak/nix-builder-image/commit/9b412d6fe3c1a7b90e78a96b95e9910c047bf24c))
## [1.1.0](https://gitea.deepak.science:2222/deepak/nix-builder-image/compare/1.0.0...1.1.0) (2025-03-25)

View File

@@ -15,7 +15,7 @@ banner() {
echo "========================================================"
}
banner "List what we start with"
echo "List what we start with"
ls -alh
banner "Deploying Docker image to registry"

View File

@@ -1 +1 @@
1.1.0
1.2.0