Skip to content
This repository was archived by the owner on Jul 10, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v2.0.0 /2026-18-06

## What's Changed
* Bump rand from 0.8.5 to 0.8.6 by @dependabot[bot] in https://github.com/latent-to/bittensor-drand/pull/70
* Dynamic tempo support by @basfroman in https://github.com/latent-to/bittensor-drand/pull/71

**Full Changelog**: https://github.com/latent-to/bittensor-drand/compare/v1.3.0...v.2.0.0

## v1.3.0 /2026-19-02

## What's Changed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "bittensor-drand"
# version is read from Cargo.toml by maturin
dynamic = ["version"]
description = ""
description = "Rust-backed Python library for generating timelock-encrypted weight commitments for Bittensor's commit-reveal mechanism using drand randomness."
readme = "README.md"
license = {file = "LICENSE"}
keywords = ["substrate", "scale", "codec", "bittensor", "commit reveal", "drand", "TLE"]
Expand Down
Loading