Skip to content

Commit 0d7af81

Browse files
committed
Merge remote-tracking branch 'origin/feat/thewhaleking/add-parent-hotkeys' into feat/thewhaleking/add-parent-hotkeys
2 parents cb5c956 + 6677b48 commit 0d7af81

File tree

5 files changed

+23
-6
lines changed

5 files changed

+23
-6
lines changed

.github/PULL_REQUEST_TEMPLATE/bug_fix.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,8 @@ Examples:
5656
- Fixed an issue where multiple cursors did not work in a file with a single line.
5757
- Increased the performance of searching and replacing across a whole project.
5858
59-
-->
59+
-->
60+
61+
62+
### Branch Acknowledgement
63+
[ ] I am acknowledging that I am opening this branch against `staging`

.github/PULL_REQUEST_TEMPLATE/feature_change.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,8 @@ Examples:
5151
- Fixed an issue where multiple cursors did not work in a file with a single line.
5252
- Increased the performance of searching and replacing across a whole project.
5353
54-
-->
54+
-->
55+
56+
57+
### Branch Acknowledgement
58+
[ ] I am acknowledging that I am opening this branch against `staging`

.github/PULL_REQUEST_TEMPLATE/performance_improvement.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,8 @@ Examples:
5252
- Fixed an issue where multiple cursors did not work in a file with a single line.
5353
- Increased the performance of searching and replacing across a whole project.
5454
55-
-->
55+
-->
56+
57+
58+
### Branch Acknowledgement
59+
[ ] I am acknowledging that I am opening this branch against `staging`

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
# Changelog
22

3-
## 9.6.2 /2025-05-29
3+
## 9.7.0 /2025-05-29
44

55
## What's Changed
66
* Add `get_subnet_info` by @basfroman in https://github.com/opentensor/bittensor/pull/2894
77
* Fix bug in `get_next_epoch_start_block` by @basfroman in https://github.com/opentensor/bittensor/pull/2899
88
* e2e workflow: improve skipping logic (no error when skip the job) by @basfroman in https://github.com/opentensor/bittensor/pull/2898
99
* Replace `transfer_allow_death` with `transfer_keep_alive` by @basfroman in https://github.com/opentensor/bittensor/pull/2900
10+
* Fix broken pull request template links (#2867) by @AgSpades in https://github.com/opentensor/bittensor/pull/2883
11+
* update pr templates with branch ack by @thewhaleking in https://github.com/opentensor/bittensor/pull/2903
1012

11-
**Full Changelog**: https://github.com/opentensor/bittensor/compare/v9.6.1...v9.6.2
13+
## New Contributors
14+
* @AgSpades made their first contribution in https://github.com/opentensor/bittensor/pull/2883
15+
16+
**Full Changelog**: https://github.com/opentensor/bittensor/compare/v9.6.1...v9.7.0
1217

1318
## 9.6.1 /2025-05-22
1419

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "bittensor"
7-
version = "9.6.2"
7+
version = "9.7.0"
88
description = "Bittensor"
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)