Skip to content

Commit 6d4bbbc

Browse files
committed
bump kes-agent-crypto to 1.0.0.0
1 parent ceb57a2 commit 6d4bbbc

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

kes-agent-crypto/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Revision history for kes-agent-crypto
22

3-
## 0.1.0.0 -- YYYY-mm-dd
3+
## 1.0.0.0 -- 2026-01-09
44

5-
* First version. Released on an unsuspecting world.
5+
- First major release. See `kes-agent`'s `CHANGELOG.md` for details.

kes-agent-crypto/kes-agent-crypto.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: kes-agent-crypto
3-
version: 0.1.0.0
3+
version: 1.0.0.0
44
synopsis: KES agent crypto library
55
-- description:
66
license: Apache-2.0

kes-agent/kes-agent.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ library
119119
, formatting
120120
, ghc-prim
121121
, io-classes >=1.8.0.0
122-
, kes-agent-crypto ^>= 0.1.0.0
122+
, kes-agent-crypto >=1.0.0.0 && <2
123123
, mtl
124124
, nothunks
125125
, ouroboros-network-framework

0 commit comments

Comments
 (0)