Skip to content

Commit

Permalink
Merge pull request #9 from sudoblockio/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 0.2.1
  • Loading branch information
robcxyz authored Oct 6, 2024
2 parents 902dbe0 + 506fe6b commit 3ebb737
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.1](https://github.com/sudoblockio/icon-contracts/compare/v0.2.0...v0.2.1) (2024-10-06)


### Bug Fixes

* add tags on router ([902dbe0](https://github.com/sudoblockio/icon-contracts/commit/902dbe06f0799423a4fae4e29c370e9b476b3a71))

## [0.2.0](https://github.com/sudoblockio/icon-contracts/compare/v0.1.2...v0.2.0) (2023-04-25)


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

0 comments on commit 3ebb737

Please sign in to comment.