Skip to content
This repository was archived by the owner on Aug 31, 2023. It is now read-only.

Commit 8733912

Browse files
bors[bot]1010Tomholzeis
authored
Merge #512
512: Release version 0.3.1 r=holzeis a=itchymax Hi `@holzeis!` This PR was created in response to a manual trigger of the release workflow here: https://github.com/itchysats/10101/actions/runs/3601736476. I've bumped the versions in the manifest files in this commit: eff120d. Merging this PR will create a GitHub release! Co-authored-by: itchymax <itchymax@itchysats.network> Co-authored-by: Richard Holzeis <richard@holzeis.me>
2 parents e365916 + d2deaf6 commit 8733912

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.1] - 2022-12-02
11+
12+
### Fixed
13+
14+
- Update on-chain balance immediately after channel closure.
15+
- Set log level to debug so the attached logs on the feedback emails are more helpful.
16+
1017
## [0.3.0] - 2022-12-02
1118

1219
### Fixes
@@ -58,7 +65,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5865
- Backup seed view
5966
- Mocked CFD trading view
6067

61-
[Unreleased]: https://github.com/itchysats/10101/compare/0.3.0...HEAD
68+
[Unreleased]: https://github.com/itchysats/10101/compare/0.3.1...HEAD
69+
[0.3.1]: https://github.com/itchysats/10101/compare/0.3.0...0.3.1
6270
[0.3.0]: https://github.com/itchysats/10101/compare/0.2.1...0.3.0
6371
[0.2.1]: https://github.com/itchysats/10101/compare/0.2.0...0.2.1
6472
[0.2.0]: https://github.com/itchysats/10101/compare/0.1.0...0.2.0

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: ten_ten_one
22
description: A non-custodial Bitcoin and Lightning wallet for the masses. Trade derivatives, bet on your favorite team or set up a non-custodial savings account on Bitcoin. Powered by Lightning and DLCs. Built with ❤️.
33
publish_to: none
4-
version: 0.3.0
4+
version: 0.3.1
55
environment:
66
sdk: ">=2.17.0 <3.0.0"
77
dependencies:

0 commit comments

Comments
 (0)