File tree Expand file tree Collapse file tree 5 files changed +23
-6
lines changed
.github/PULL_REQUEST_TEMPLATE Expand file tree Collapse file tree 5 files changed +23
-6
lines changed Original file line number Diff line number Diff line change @@ -56,4 +56,8 @@ Examples:
56
56
- Fixed an issue where multiple cursors did not work in a file with a single line.
57
57
- Increased the performance of searching and replacing across a whole project.
58
58
59
- -->
59
+ -->
60
+
61
+
62
+ ### Branch Acknowledgement
63
+ [ ] I am acknowledging that I am opening this branch against ` staging `
Original file line number Diff line number Diff line change @@ -51,4 +51,8 @@ Examples:
51
51
- Fixed an issue where multiple cursors did not work in a file with a single line.
52
52
- Increased the performance of searching and replacing across a whole project.
53
53
54
- -->
54
+ -->
55
+
56
+
57
+ ### Branch Acknowledgement
58
+ [ ] I am acknowledging that I am opening this branch against ` staging `
Original file line number Diff line number Diff line change @@ -52,4 +52,8 @@ Examples:
52
52
- Fixed an issue where multiple cursors did not work in a file with a single line.
53
53
- Increased the performance of searching and replacing across a whole project.
54
54
55
- -->
55
+ -->
56
+
57
+
58
+ ### Branch Acknowledgement
59
+ [ ] I am acknowledging that I am opening this branch against ` staging `
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## 9.6.2 /2025-05-29
3
+ ## 9.7.0 /2025-05-29
4
4
5
5
## What's Changed
6
6
* Add ` get_subnet_info ` by @basfroman in https://github.com/opentensor/bittensor/pull/2894
7
7
* Fix bug in ` get_next_epoch_start_block ` by @basfroman in https://github.com/opentensor/bittensor/pull/2899
8
8
* e2e workflow: improve skipping logic (no error when skip the job) by @basfroman in https://github.com/opentensor/bittensor/pull/2898
9
9
* 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
10
12
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
12
17
13
18
## 9.6.1 /2025-05-22
14
19
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " bittensor"
7
- version = " 9.6.2 "
7
+ version = " 9.7.0 "
8
8
description = " Bittensor"
9
9
readme = " README.md"
10
10
authors = [
You can’t perform that action at this time.
0 commit comments