Skip to content

Commit e842963

Browse files
committed
feat: add versioning & changelog
1 parent 87d5e5e commit e842963

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

geniusyield-dex-api/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Revision history for geniusyield-dex-api
22

3+
## 0.3.1.0 -- 2024-06-06
4+
5+
* Adds a fix to earlier `0.3.0.0`, to actually consider `poiRawDatum` as witness.
6+
37
## 0.3.0.0 -- 2024-06-05
48

59
* Updates to make use of latest Atlas commit, `1c20f2a65de8e087b495d1f3ad524d6e659167ad`.

geniusyield-dex-api/geniusyield-dex-api.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: geniusyield-dex-api
44
-- PVP summary: +-+------- breaking API changes
55
-- | | +----- non-breaking API additions
66
-- | | | +--- code changes with no API change
7-
version: 0.3.0.0
7+
version: 0.3.1.0
88
synopsis: API code to interact with GeniusYield DEX.
99
description:
1010
API code to interact with GeniusYield DEX. Learn more about GeniusYield by visiting https://www.geniusyield.co/.

geniusyield-server-lib/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Revision history for geniusyield-server-lib
22

3+
## 0.5.1 -- 2024-06-06
4+
5+
* Incorporates 0.3.1.0 of `geniusyield-dex-api`.
6+
37
## 0.5.0 -- 2024-06-05
48

59
* Makes use of latest `geniusyield-dex-api` version, namely, v0.3.0.0. It includes a fix where original UTxO's datum bytes are used to provide for witness.

geniusyield-server-lib/geniusyield-server-lib.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.6
22
name: geniusyield-server-lib
3-
version: 0.5.0
3+
version: 0.5.1
44
synopsis: GeniusYield server library
55
description: Library for GeniusYield server.
66
license: Apache-2.0

0 commit comments

Comments
 (0)