Skip to content

Commit 89bd40e

Browse files
committed
Merge branch 'master' into backmerge/master-to-staging-844
2 parents a1e1f5a + f26db80 commit 89bd40e

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

3+
## 8.4.3 /2024-12-02
4+
5+
## What's Changed
6+
7+
* Fix logging config parsing by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2500
8+
* Improve `submit_extrinsic` util by @thewhaleking in https://github.com/opentensor/bittensor/pull/2502
9+
* Backmerge master to staging for 843 by @ibraheem-opentensor in https://github.com/opentensor/bittensor/pull/2505
10+
* WS ensure_connected socket catch by @thewhaleking in https://github.com/opentensor/bittensor/pull/2507
11+
12+
**Full Changelog**: https://github.com/opentensor/bittensor/compare/v8.4.2...v8.4.3
13+
314
## 8.4.2 /2024-11-28
415

516
## What's Changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.4.2
1+
8.4.3

bittensor/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1616
# DEALINGS IN THE SOFTWARE.
1717

18-
__version__ = "8.4.2"
18+
__version__ = "8.4.3"
1919

2020
import os
2121
import re

0 commit comments

Comments
 (0)