We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51a3c28 commit b0b7592Copy full SHA for b0b7592
CHANGELOG.MD
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## v0.1.0 /2024-12-12
4
+
5
+## What's Changed
6
+* fix reveal_round calculation edge cases by @JohnReedV in https://github.com/opentensor/bittensor-commit-reveal/pull/8
7
+* Adds circleci test config by @ibraheem-opentensor in https://github.com/opentensor/bittensor-commit-reveal/pull/9
8
9
+**Full Changelog**: https://github.com/opentensor/bittensor-commit-reveal/compare/v0.1.0a1...v0.1.0
10
11
## v0.1.0a1 /2024-12-03
12
13
## What's Changed
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "bittensor-commit-reveal"
-version = "0.1.0a1"
+version = "0.1.0"
description = ""
readme = "README.md"
license = {file = "LICENSE"}
0 commit comments