Skip to content

Commit

Permalink
Merge pull request #10 from sudoblockio/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 0.2.2
  • Loading branch information
robcxyz authored Oct 7, 2024
2 parents 4220fb3 + a99f946 commit b7815ee
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.2.2](https://github.com/sudoblockio/icon-contracts/compare/v0.2.1...v0.2.2) (2024-10-07)


### Bug Fixes

* makefile compose cmds ([b0389e6](https://github.com/sudoblockio/icon-contracts/commit/b0389e65e13165c143adf3be4e641134b29ade3e))
* snub get first tx test [#11](https://github.com/sudoblockio/icon-contracts/issues/11) ([4220fb3](https://github.com/sudoblockio/icon-contracts/commit/4220fb367cf99bb25f8ca23cb49fee00eb3c6c4c))

## [0.2.1](https://github.com/sudoblockio/icon-contracts/compare/v0.2.0...v0.2.1) (2024-10-06)


Expand Down
2 changes: 1 addition & 1 deletion icon_contracts/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class Settings(BaseSettings):
NAME: str = "contracts"
VERSION: str = "v0.2.1" # x-release-please-version
VERSION: str = "v0.2.2" # x-release-please-version
NETWORK_NAME: str = "mainnet"

# Ports
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="vaults-etl",
version="0.2.1",
version="0.2.2",
author="Geometry Labs, Inc.",
license="CLOSED",
python_requires=">=3.6",
Expand Down

0 comments on commit b7815ee

Please sign in to comment.