From e30964fab9f3aeb8b24bf52d5c61bdfe70bc3485 Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Fri, 18 Oct 2024 11:52:27 +0900 Subject: [PATCH] ver bumps up --- CHANGELOG.md | 7 +++++++ crypton.cabal | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9128e2a1..8dfb8c49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.0.1 + +* Update decaf library. + [#38](https://github.com/kazu-yamamoto/crypton/pull/38) +* Add TypeOperators language extension to EdDSA.hs. + [#36](https://github.com/kazu-yamamoto/crypton/pull/36) + ## 1.0.0 * Versions follow the standard version policy. diff --git a/crypton.cabal b/crypton.cabal index bd1b96c1..5e2edae9 100644 --- a/crypton.cabal +++ b/crypton.cabal @@ -1,6 +1,6 @@ cabal-version: 1.18 name: crypton -version: 1.0.0 +version: 1.0.1 license: BSD3 license-file: LICENSE copyright: Vincent Hanquez