Skip to content

Commit

Permalink
bump: 2.1.0 → 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EvolveArt committed Aug 7, 2024
1 parent f0e3041 commit ad473f9
Show file tree
Hide file tree
Showing 21 changed files with 27 additions and 21 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v2.1.1 (2024-08-08)

### Fix

- get vrf status in pending block

## v2.1.0 (2024-08-07)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0
2.1.1
2 changes: 1 addition & 1 deletion checkpointer/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0
2.1.1
2 changes: 1 addition & 1 deletion checkpointer/checkpointer/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.1.0"
__version__ = "2.1.1"
2 changes: 1 addition & 1 deletion checkpointer/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "checkpointer"
version = "2.1.0"
version = "2.1.1"
authors = ["0xevolve <matthias@pragma.build>"]
description = "Checkpoints service for Pragma."
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion merkle-maker/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0
2.1.1
2 changes: 1 addition & 1 deletion merkle-maker/merkle_maker/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.1.0"
__version__ = "2.1.1"
2 changes: 1 addition & 1 deletion merkle-maker/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "merkle-maker"
version = "2.1.0"
version = "2.1.1"
authors = ["0xevolve <matthias@pragma.build>"]
description = "Service used to publish Merkle Feeds on chain."
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion pragma-sdk/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0
2.1.1
2 changes: 1 addition & 1 deletion pragma-sdk/pragma_sdk/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.1.0"
__version__ = "2.1.1"
2 changes: 1 addition & 1 deletion pragma-sdk/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pragma-sdk"
version = "2.1.0"
version = "2.1.1"
authors = ["0xevolve <matthias@pragma.build>"]
description = "Core package for rollup-native Pragma Oracle"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion pragma-utils/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0
2.1.1
2 changes: 1 addition & 1 deletion pragma-utils/pragma_utils/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.1.0"
__version__ = "2.1.1"
2 changes: 1 addition & 1 deletion pragma-utils/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pragma-utils"
version = "2.1.0"
version = "2.1.1"
authors = ["0xevolve <matthias@pragma.build>"]
description = "Utils functions shared accross Pragma python packages."
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion price-pusher/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0
2.1.1
2 changes: 1 addition & 1 deletion price-pusher/price_pusher/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.1.0"
__version__ = "2.1.1"
2 changes: 1 addition & 1 deletion price-pusher/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "price-pusher"
version = "2.1.0"
version = "2.1.1"
authors = ["0xevolve <matthias@pragma.build>"]
description = "Price pushing service for Pragma."
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pragma-monorepo"
version = "2.1.0"
version = "2.1.1"
description = "Monorepo container"
license = "MIT"
authors = ["0xevolve <matthias@pragma.build>"]
Expand All @@ -14,7 +14,7 @@ build-backend = "poetry.core.masonry.api"

[tool.commitizen]
name = "cz_conventional_commits"
version = "2.1.0"
version = "2.1.1"
tag_format = "v$version"
version_files = [
"VERSION",
Expand Down
2 changes: 1 addition & 1 deletion vrf-listener/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.0
2.1.1
2 changes: 1 addition & 1 deletion vrf-listener/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "vrf-listener"
version = "2.1.0"
version = "2.1.1"
authors = ["0xevolve <matthias@pragma.build>"]
description = "VRF pushing service for Pragma."
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion vrf-listener/vrf_listener/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.1.0"
__version__ = "2.1.1"

0 comments on commit ad473f9

Please sign in to comment.