Skip to content

Commit

Permalink
release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
keng42 committed Sep 7, 2023
1 parent d80828e commit 92d3eeb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 17 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,17 @@
## [Unreleased]


<a name="v0.2.1"></a>
## [v0.2.1] - 2023-09-07
### Chore
- **deps:** bump github.com/ethereum/go-ethereum from 1.11.2 to 1.12.1

### Pull Requests
- Merge pull request [#7](https://github.com/keng42/xwallet/issues/7) from keng42/dependabot/go_modules/github.com/ethereum/go-ethereum-1.12.1


<a name="v0.2.0"></a>
## [v0.2.0] - 2023-02-23
## [v0.2.0] - 2023-09-05
### Chore
- **deps:** update go to 1.20
- **deps:** bump github.com/ethereum/go-ethereum
Expand Down Expand Up @@ -45,5 +54,6 @@
- **wallet:** add package wallet


[Unreleased]: https://github.com/keng42/xwallet/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/keng42/xwallet/compare/v0.2.1...HEAD
[v0.2.1]: https://github.com/keng42/xwallet/compare/v0.2.0...v0.2.1
[v0.2.0]: https://github.com/keng42/xwallet/compare/v0.1.0...v0.2.0
18 changes: 3 additions & 15 deletions RELEASELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,12 @@
## [v0.2.0] - 2023-02-23
## [v0.2.1] - 2023-09-07

### Chore

- **deps:** update go to 1.20
- **deps:** bump github.com/ethereum/go-ethereum


### Docs

- **readme:** add badges


### Feat

- cache Bip32ExtendedKey to generate addresses in bulk faster
- upgraded btcd package
- **deps:** bump github.com/ethereum/go-ethereum from 1.11.2 to 1.12.1


### Pull Requests

- Merge pull request [#1](https://github.com/keng42/xwallet/issues/1) from keng42/dependabot/go_modules/github.com/ethereum/go-ethereum-1.10.17
- Merge pull request [#7](https://github.com/keng42/xwallet/issues/7) from keng42/dependabot/go_modules/github.com/ethereum/go-ethereum-1.12.1


0 comments on commit 92d3eeb

Please sign in to comment.