Skip to content

Commit

Permalink
Release 2.1.0 (#65)
Browse files Browse the repository at this point in the history
* add PasswordError and bound to python

* formatter

* add `from bittensor_wallet.errors import PasswordError`

* return encrypted password, remove debug

* [fix] Use user home directory for wallet path (#59)

* Updates local -> environment vars in changelog

* closes GH #51 (#56)

* [fix] Use userhome for default wallet path ~ (#57)

* use userhome for default path ~

* bump ver

* expand path on init and use as _path

---------

Co-authored-by: ibraheem-opentensor <[email protected]>
Co-authored-by: ibraheem-opentensor <[email protected]>
Co-authored-by: Cameron Fairchild <[email protected]>

* Fix ruff (#62)

* add rustup to CI (#63)

* add rustup to CI

* make rustup accept all

* add to path

* Update CHANGELOG.MD

* Update CHANGELOG.MD

* fix changelog

* bump ver

* bump cargo toml ver

* Update CHANGELOG.MD

---------

Co-authored-by: Roman <[email protected]>
Co-authored-by: Roman <[email protected]>
Co-authored-by: ibraheem-opentensor <[email protected]>
Co-authored-by: ibraheem-opentensor <[email protected]>
  • Loading branch information
5 people authored Nov 12, 2024
1 parent bd5ed7d commit f41da22
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 2.1.0 /2024-11-12

## What's Changed

* Fix hot/coldkey passwords in env by @roman-opentensor in https://github.com/opentensor/btwallet/pull/55
* Fix wallet paths outside userhome by @camfairchild in https://github.com/opentensor/btwallet/pull/59
* fix https://github.com/opentensor/btwallet/issues/51 by @camfairchild in https://github.com/opentensor/btwallet/pull/56
* password fixes and new PasswordError by @roman-opentensor

**Full Changelog**: https://github.com/opentensor/btwallet/compare/v2.0.2...v2.1.0

## 2.0.2 /2024-10-10

## What's Changed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bittensor_wallet"
version = "2.0.3"
version = "2.1.0"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion bittensor_wallet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
wallet as wallet,
)

__version__ = "2.0.0"
__version__ = "2.1.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "bittensor-wallet"
version = "2.0.3"
version = "2.1.0"
description = ""
readme = "README.md"
license = {file = "LICENSE"}
Expand Down

0 comments on commit f41da22

Please sign in to comment.