Skip to content

Commit

Permalink
bump: 2.1.1 → 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
EvolveArt committed Sep 4, 2024
1 parent 46db6fe commit cc82a98
Show file tree
Hide file tree
Showing 21 changed files with 40 additions and 21 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## v2.1.2 (2024-09-04)

### Feat

- merkle-maker buildspec (#191)

### Fix

- **stable_but_slow_vrf**: Revert + Tweak old stable vrf
- **stable_but_slow_vrf**: removed keys
- **stable_but_slow_vrf**: Todo stuff
- **stable_but_slow_vrf**: Indexing without apibara
- **stable_but_slow_vrf**: Fix test
- **stable_but_slow_vrf**: check interval
- **estimate_fee_fix**: fix (#196)
- **merkle_maker**: module name
- remove useless params (#192)
- update lock files in ci (#190)

## v2.1.1 (2024-08-08)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.1
2.1.2
2 changes: 1 addition & 1 deletion checkpointer/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.1
2.1.2
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.1"
__version__ = "2.1.2"
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.1"
version = "2.1.2"
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.1
2.1.2
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.1"
__version__ = "2.1.2"
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.1"
version = "2.1.2"
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.1
2.1.2
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.1"
__version__ = "2.1.2"
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.1"
version = "2.1.2"
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.1
2.1.2
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.1"
__version__ = "2.1.2"
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.1"
version = "2.1.2"
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.1
2.1.2
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.1"
__version__ = "2.1.2"
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.1"
version = "2.1.2"
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.1"
version = "2.1.2"
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.1"
version = "2.1.2"
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.1
2.1.2
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.1"
version = "2.1.2"
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.1"
__version__ = "2.1.2"

0 comments on commit cc82a98

Please sign in to comment.