diff options
Diffstat (limited to 'restic-crd')
-rw-r--r-- | restic-crd/CHANGELOG.md | 14 | ||||
-rw-r--r-- | restic-crd/Cargo.toml | 2 |
2 files changed, 15 insertions, 1 deletions
diff --git a/restic-crd/CHANGELOG.md b/restic-crd/CHANGELOG.md new file mode 100644 index 0000000..36a5095 --- /dev/null +++ b/restic-crd/CHANGELOG.md @@ -0,0 +1,14 @@ +# 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-crd-v0.1.0...restic-crd-v0.1.1) - 2024-12-15 + +### Fixed + +- add shortname and category to CRD definitions diff --git a/restic-crd/Cargo.toml b/restic-crd/Cargo.toml index 9741908..dc7ff81 100644 --- a/restic-crd/Cargo.toml +++ b/restic-crd/Cargo.toml @@ -2,7 +2,7 @@ name = "restic-crd" description = "Restic Operator CRD definitions" authors = ["Anshul Gupta <ansg191@anshulg.com>"] -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "MIT" publish = ["anshulg"] |