Skip to content

Commit 70a02c0

Browse files
authored
Merge pull request #90 from opentensor/backmerge-300
Backmerge main to staging for 300
2 parents 391aca4 + 0d76279 commit 70a02c0

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG.MD

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

3+
## 3.0.0 /2024-12-18
4+
5+
## What's Changed
6+
* Feat/wallet lib by @distributedstatemachine, @keithtensor, @ibraheem-opentensor in https://github.com/opentensor/btwallet/pull/73
7+
* Remove `py-substrate-interface` from deps by @roman-opentensor in https://github.com/opentensor/btwallet/pull/83
8+
* Add `subclass` into `pyclass` macro for classes by @roman-opentensor in https://github.com/opentensor/btwallet/pull/82
9+
10+
## New Contributors
11+
* @distributedstatemachine made their first contribution in https://github.com/opentensor/btwallet/pull/73
12+
* @keithtensor made their first contribution in https://github.com/opentensor/btwallet/pull/73
13+
14+
**Full Changelog**: https://github.com/opentensor/btwallet/compare/v2.1.3...v3.0.0
15+
316
## 2.1.3 /2024-11-27
417

518
## What's Changed

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_wallet"
3-
version = "2.1.3"
3+
version = "3.0.0"
44
edition = "2021"
55

66
[lib]

bittensor_wallet/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
utils = utils
2626
wallet = wallet
2727

28-
__version__ = "2.1.3"
28+
__version__ = "3.0.0"

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-wallet"
3-
version = "2.1.3"
3+
version = "3.0.0"
44
description = ""
55
readme = "README.md"
66
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)