From e063a6abee426606b166b288d5d82f2dc9a556f5 Mon Sep 17 00:00:00 2001 From: Miikka Koskinen Date: Sun, 3 Oct 2021 10:03:06 +0300 Subject: [PATCH] chore(release): prepare for 0.1.2 --- CHANGELOG.md | 15 +++++++++++++++ bin/update-changelog.sh | 2 +- cliff.toml | 2 +- pom.xml | 2 +- 4 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bcce174..a556540 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ +## 0.1.2 (2021-10-03) + +### Features + +- Allow passing the current time as an Inst ([5705f01](https://git.sr.ht/~miikka/clj-branca/commit/5705f015d5331886c0103cfc656b6ca5f6878bb3)) + +### Miscellaneous Tasks + +- Use Conventional Commits and git-cliff ([ab5eac3](https://git.sr.ht/~miikka/clj-branca/commit/ab5eac33622fca51905678f034830a6458702c9e)) +- Fix warnings when running Kaocha ([6aa8b8b](https://git.sr.ht/~miikka/clj-branca/commit/6aa8b8bf932e2ee5948b1d9d0371f0f8718d0905)) + +### Testing + +- Fix an assertion that did not assert anything ([047474d](https://git.sr.ht/~miikka/clj-branca/commit/047474d6fe9256f098cdce9ba97d6473fb37291b)) + ## 0.1.1 (2020-10-11) diff --git a/bin/update-changelog.sh b/bin/update-changelog.sh index 7723f45..22888a9 100755 --- a/bin/update-changelog.sh +++ b/bin/update-changelog.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -git cliff b691219db85033aca512193b7e042759ab214128.. > CHANGELOG.md +git cliff b691219db85033aca512193b7e042759ab214128.. "$@" > CHANGELOG.md diff --git a/cliff.toml b/cliff.toml index e27284b..dc33d66 100644 --- a/cliff.toml +++ b/cliff.toml @@ -12,7 +12,7 @@ header = """ # https://tera.netlify.app/docs/#introduction body = """ {% if version %}\ - ## {{ version | trim_start_matches(pat="v") }} - {{ timestamp | date(format="%Y-%m-%d") }} + ## {{ version | trim_start_matches(pat="v") }} ({{ timestamp | date(format="%Y-%m-%d") }}) {% else %}\ ## Unreleased {% endif %}\ diff --git a/pom.xml b/pom.xml index 56361bf..221c789 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 miikka clj-branca - 0.1.2-SNAPSHOT + 0.1.2 clj-branca Encode and decode Branca tokens in Clojure https://sr.ht/~miikka/clj-branca/ -- 2.38.5