Skip to content

Commit

Permalink
chore(main): release 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 20, 2024
1 parent cb66e1b commit 4ac78ca
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.6](https://github.com/sudoblockio/icon-contracts/compare/v0.2.5...v0.2.6) (2024-11-20)


### Bug Fixes

* rm missing value in proto ([cb66e1b](https://github.com/sudoblockio/icon-contracts/commit/cb66e1b325f7474ab825f20d8c93a5804f85ed03))

## [0.2.5](https://github.com/sudoblockio/icon-contracts/compare/v0.2.4...v0.2.5) (2024-10-14)


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.5" # x-release-please-version
VERSION: str = "v0.2.6" # 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.5",
version="0.2.6",
author="Geometry Labs, Inc.",
license="CLOSED",
python_requires=">=3.6",
Expand Down

0 comments on commit 4ac78ca

Please sign in to comment.