We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aff5494 + 5e08888 commit ce24efbCopy full SHA for ce24efb
CHANGELOG.MD
@@ -1,6 +1,14 @@
1
# Changelog
2
3
-## v0.5.1-rc.1 /2025-04-28
+## v0.5.1 /2025-06-11
4
+
5
+## What's Changed
6
+* fix annotation by @basfroman in https://github.com/opentensor/bittensor-drand/pull/32
7
+* Add `arm` wheels by @basfroman in https://github.com/opentensor/bittensor-drand/pull/34
8
9
+**Full Changelog**: https://github.com/opentensor/bittensor-drand/compare/v0.5.0...v0.5.1
10
11
+## v0.5.0 /2025-04-28
12
13
## What's Changed
14
* Rename package to `bittensor-drand` by @basfroman in https://github.com/opentensor/bittensor-drand/pull/25
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bittensor-drand"
-version = "0.5.1-rc.1"
+version = "0.5.0"
edition = "2021"
[lib]
0 commit comments