Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(main): release 0.2.6
Browse files Browse the repository at this point in the history
github-actions[bot] authored Nov 28, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 7822d51 commit 848ea36
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.6](https://github.com/sudoblockio/icon-contracts/compare/v0.2.5...v0.2.6) (2024-11-28)


### Bug Fixes

* logic for out of order processing ([d2e0f6b](https://github.com/sudoblockio/icon-contracts/commit/d2e0f6be46d1f17517a26679d13f7e238ab14ddc))
* 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)


2 changes: 1 addition & 1 deletion icon_contracts/config.py
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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",

0 comments on commit 848ea36

Please sign in to comment.