Skip to content

Commit 0cc2b8e

Browse files
RC4: bumps version and changelog
1 parent b6afdd0 commit 0cc2b8e

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 9.0.0rc4 /2025-02-07
4+
* Fix for extra fields from chain data by @roman-opentensor in https://github.com/opentensor/bittensor/pull/2647
5+
* Adds get_all_commitments and fixes commitment tests and query_map @thewhaleking in https://github.com/opentensor/bittensor/pull/2644
6+
7+
**Full Changelog**: https://github.com/opentensor/bittensor/compare/v9.0.0rc2...v9.0.0rc3
8+
39
## 9.0.0rc3 /2025-02-06
410

511
## What's Changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.0.0rc3
1+
9.0.0rc4

bittensor/core/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "9.0.0rc3"
1+
__version__ = "9.0.0rc4"
22

33
import os
44
import re

0 commit comments

Comments
 (0)