diff options
author | 2024-12-14 16:37:05 -0800 | |
---|---|---|
committer | 2024-12-14 16:37:05 -0800 | |
commit | 04b64ae9652cc83d2d20bc421ad600c1699827c8 (patch) | |
tree | 5215b2baa5cd5977b241e7720d88f768ea853c7a | |
parent | 9b6ffd34a55397d1c197f5c1ec15b505ae13ff92 (diff) | |
download | restic-operator-04b64ae9652cc83d2d20bc421ad600c1699827c8.tar.gz restic-operator-04b64ae9652cc83d2d20bc421ad600c1699827c8.tar.zst restic-operator-04b64ae9652cc83d2d20bc421ad600c1699827c8.zip |
chore(restic-operator): release v0.1.1
-rw-r--r-- | CHANGELOG.md | 18 | ||||
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
3 files changed, 20 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b4b7528 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.1.1](https://github.com/ansg191/restic-operator/compare/restic-operator-v0.1.0...restic-operator-v0.1.1) - 2024-12-15 + +### Fixed + +- fix missing registry in docker build + +### Other + +- fix docker build tag filter @@ -1262,7 +1262,7 @@ dependencies = [ [[package]] name = "restic-operator" -version = "0.1.0" +version = "0.1.1" dependencies = [ "bon", "futures", @@ -2,7 +2,7 @@ name = "restic-operator" description = "Restic Operator" authors = ["Anshul Gupta <ansg191@anshulg.com>"] -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "MIT" publish = ["anshulg"] |