Skip to content

Commit 1b6afb6

Browse files
authored
Merge pull request #61 from opentensor/changelog/1.1.0
Changelog/1.1.0 + bumping version
2 parents f2c2b3a + d515209 commit 1b6afb6

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

CHANGELOG.MD

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## v1.1.0 /2025-11-17
4+
5+
## What's Changed
6+
* Add missing hotkey parameter to test functions by @Gimzou in https://github.com/opentensor/bittensor-drand/pull/48
7+
* Update release workflow by @basfroman in https://github.com/opentensor/bittensor-drand/pull/58
8+
* feat: add encrypt_at_round() for direct Drand round encryption by @ShubhamChndrvnshi in https://github.com/opentensor/bittensor-drand/pull/56
9+
* feat: add decrypt_with_signature() by @ShubhamChndrvnshi in https://github.com/opentensor/bittensor-drand/pull/59
10+
* Python 3.14 support, fix unit tests + move workflow to gh by @basfroman in https://github.com/opentensor/bittensor-drand/pull/60
11+
12+
## New Contributors
13+
* @Gimzou made their first contribution in https://github.com/opentensor/bittensor-drand/pull/48
14+
* @ShubhamChndrvnshi made their first contribution in https://github.com/opentensor/bittensor-drand/pull/56
15+
16+
**Full Changelog**: https://github.com/opentensor/bittensor-drand/compare/v1.0.1...v1.1.0
17+
318
## v1.0.1 /2025-10-29
419
* Updates PyO3 to handle py3.14 by @thewhaleking in https://github.com/opentensor/bittensor-drand/pull/52
520
* Updates workflow to be able to use forks as well by @thewhaleking in https://github.com/opentensor/bittensor-drand/pull/51

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bittensor-drand"
3-
version = "1.0.1"
3+
version = "1.1.0"
44
edition = "2021"
55

66
[lib]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "bittensor-drand"
3-
version = "1.0.1"
3+
version = "1.1.0"
44
description = ""
55
readme = "README.md"
66
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)