Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading