~miikka/clj-branca

e063a6abee426606b166b288d5d82f2dc9a556f5 — Miikka Koskinen 1 year, 11 months ago 5705f01 master 0.1.2
chore(release): prepare for 0.1.2
4 files changed, 18 insertions(+), 3 deletions(-)

M CHANGELOG.md
M bin/update-changelog.sh
M cliff.toml
M pom.xml
M CHANGELOG.md => CHANGELOG.md +15 -0
@@ 2,6 2,21 @@

<!-- Autogenerated; run bin/update-changelog.sh to update. -->

## 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)


M bin/update-changelog.sh => bin/update-changelog.sh +1 -1
@@ 1,3 1,3 @@
#!/usr/bin/env bash

git cliff b691219db85033aca512193b7e042759ab214128.. > CHANGELOG.md
git cliff b691219db85033aca512193b7e042759ab214128.. "$@" > CHANGELOG.md

M cliff.toml => cliff.toml +1 -1
@@ 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 %}\

M pom.xml => pom.xml +1 -1
@@ 3,7 3,7 @@
  <modelVersion>4.0.0</modelVersion>
  <groupId>miikka</groupId>
  <artifactId>clj-branca</artifactId>
  <version>0.1.2-SNAPSHOT</version>
  <version>0.1.2</version>
  <name>clj-branca</name>
  <description>Encode and decode Branca tokens in Clojure</description>
  <url>https://sr.ht/~miikka/clj-branca/</url>