summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Anshul Gupta <ansg191@anshulg.com> 2024-11-30 14:40:31 -0800
committerGravatar GitHub <noreply@github.com> 2024-11-30 14:40:31 -0800
commitf0dd1f46d602bc0b46886624e7c56e04d85603e2 (patch)
tree0d830a01db74de428a4578e4f9853f4729c8f454
parent225485dc88519368e8b3e59e685ef8d6a3207cfa (diff)
downloadkanidm-auth-plugin-f0dd1f46d602bc0b46886624e7c56e04d85603e2.tar.gz
kanidm-auth-plugin-f0dd1f46d602bc0b46886624e7c56e04d85603e2.tar.zst
kanidm-auth-plugin-f0dd1f46d602bc0b46886624e7c56e04d85603e2.zip
-rw-r--r--CHANGELOG.md15
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
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
diff --git a/Cargo.lock b/Cargo.lock
index dd2d612..a90ebd4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -501,7 +501,7 @@ checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
[[package]]
name = "kanidm-auth-plugin"
-version = "0.1.0"
+version = "0.1.1"
dependencies = [
"anyhow",
"clap",
diff --git a/Cargo.toml b/Cargo.toml
index 1012f7c..c2be52b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"]