From 7a9afdd39acccfddf0ea37d53384dfecb7c4335d Mon Sep 17 00:00:00 2001 From: Leon Linhart Date: Sun, 5 Feb 2023 13:58:41 +0100 Subject: [PATCH] chore: prepare 0.1.0 release --- docs/changelog/0.1.0.md | 2 +- docs/changelog/README.md | 2 +- docs/changelog/full.md | 11 +++++++++++ docs/changelog/latest.md | 11 +++++++++++ 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/docs/changelog/0.1.0.md b/docs/changelog/0.1.0.md index d583edd..2618e8f 100644 --- a/docs/changelog/0.1.0.md +++ b/docs/changelog/0.1.0.md @@ -1,6 +1,6 @@ ### 0.1.0 -_Not Released Yet_ +_Released 2023 Feb 05_ #### Overview diff --git a/docs/changelog/README.md b/docs/changelog/README.md index 4214ced..2645cd3 100644 --- a/docs/changelog/README.md +++ b/docs/changelog/README.md @@ -4,7 +4,7 @@ ### Version History -* ????-??-?? [0.1.0](0.1.0.md) (TBD; work in progress) +* 2023-02-05 [0.1.0](0.1.0.md) (latest) This library is strictly following [SemVer 2.0.0](https://semver.org/spec/v2.0.0.html). \ No newline at end of file diff --git a/docs/changelog/full.md b/docs/changelog/full.md index e69de29..2618e8f 100644 --- a/docs/changelog/full.md +++ b/docs/changelog/full.md @@ -0,0 +1,11 @@ +### 0.1.0 + +_Released 2023 Feb 05_ + +#### Overview + +OneTrickPony is a modern Java library that implements support for One-Time +Passwords (OTPs). The library requires Java 11 or later and is fully compatible +with Java's module system. It has zero runtime dependencies on external +libraries. Built-In support is provided for the HOTP ([RFC 4226](https://www.rfc-editor.org/rfc/rfc4226)) +and TOTP ([RFC 6238](https://www.rfc-editor.org/rfc/rfc6238)) algorithms. \ No newline at end of file diff --git a/docs/changelog/latest.md b/docs/changelog/latest.md index e69de29..2618e8f 100644 --- a/docs/changelog/latest.md +++ b/docs/changelog/latest.md @@ -0,0 +1,11 @@ +### 0.1.0 + +_Released 2023 Feb 05_ + +#### Overview + +OneTrickPony is a modern Java library that implements support for One-Time +Passwords (OTPs). The library requires Java 11 or later and is fully compatible +with Java's module system. It has zero runtime dependencies on external +libraries. Built-In support is provided for the HOTP ([RFC 4226](https://www.rfc-editor.org/rfc/rfc4226)) +and TOTP ([RFC 6238](https://www.rfc-editor.org/rfc/rfc6238)) algorithms. \ No newline at end of file