Skip to content

Commit

Permalink
feat(#81): handle changelog and versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
sourabhxyz committed Aug 30, 2024
1 parent 295bf3f commit 9800372
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
4 changes: 2 additions & 2 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ source-repository-package
source-repository-package
type: git
location: https://github.com/geniusyield/atlas
tag: 6f1f770ea3ffa7c1b8cd6db21262ffd43a619053
--sha256: sha256-xQbzGWDPqXMzYVCr//3nTmS23BixKhCeB7yXQ5NkG60=
tag: v0.6.0
--sha256: sha256-v+tTCIz8uyaQfsMJRc5F36TNK9ZPfrBxwXLYaXqZrZA=

-------- Begin contents from @atlas@'s @cabal.project@ file. --------

Expand Down
6 changes: 5 additions & 1 deletion geniusyield-dex-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Revision history for geniusyield-dex-api

## 0.4.0.0 -- 2024-27-06
## 0.5.0.0 -- 2024-08-30

* Update to Atlas v0.6.0.

## 0.4.0.0 -- 2024-06-27

* Updates definition of `fillMultiplePartialOrders'` to call `buildWithFeeOutput` even in case more than one order is being filled.

Expand Down
2 changes: 1 addition & 1 deletion geniusyield-dex-api/geniusyield-dex-api.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: geniusyield-dex-api
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
version: 0.4.0.0
version: 0.5.0.0
synopsis: API code to interact with GeniusYield DEX.
description:
API code to interact with GeniusYield DEX. Learn more about GeniusYield by visiting https://www.geniusyield.co/.
Expand Down
4 changes: 4 additions & 0 deletions geniusyield-server-lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Revision history for geniusyield-server-lib

## 0.11.0 -- 2024-08-30

* Update to Atlas v0.6.0.

## 0.10.1 -- 2024-08-29

* Updated Atlas & Maestro SDK version to not make use Maestro's recently deprecated protocol parameters & era summaries endpoint.
Expand Down
2 changes: 1 addition & 1 deletion geniusyield-server-lib/geniusyield-server-lib.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.6
name: geniusyield-server-lib
version: 0.10.1
version: 0.11.0
synopsis: GeniusYield server library
description: Library for GeniusYield server.
license: Apache-2.0
Expand Down

0 comments on commit 9800372

Please sign in to comment.