diff options
author | 2024-11-30 14:40:31 -0800 | |
---|---|---|
committer | 2024-11-30 14:40:31 -0800 | |
commit | f0dd1f46d602bc0b46886624e7c56e04d85603e2 (patch) | |
tree | 0d830a01db74de428a4578e4f9853f4729c8f454 | |
parent | 225485dc88519368e8b3e59e685ef8d6a3207cfa (diff) | |
download | kanidm-auth-plugin-f0dd1f46d602bc0b46886624e7c56e04d85603e2.tar.gz kanidm-auth-plugin-f0dd1f46d602bc0b46886624e7c56e04d85603e2.tar.zst kanidm-auth-plugin-f0dd1f46d602bc0b46886624e7c56e04d85603e2.zip |
chore: release v0.1.1v0.1.1release-plz-2024-11-30T22-03-01Z
-rw-r--r-- | CHANGELOG.md | 15 | ||||
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
3 files changed, 17 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..f0ba2db --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# 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/kanidm-auth-plugin/compare/v0.1.0...v0.1.1) - 2024-11-30 + +### Other + +- use PAT for release-plz +- add repository @@ -501,7 +501,7 @@ checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" [[package]] name = "kanidm-auth-plugin" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "clap", @@ -1,7 +1,7 @@ [package] name = "kanidm-auth-plugin" repository = "https://github.com/ansg191/kanidm-auth-plugin" -version = "0.1.0" +version = "0.1.1" edition = "2021" publish = ["anshulg"] |