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

Commit

Permalink
Merge #512
Browse files Browse the repository at this point in the history
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 <[email protected]>
Co-authored-by: Richard Holzeis <[email protected]>
  • Loading branch information
3 people authored Dec 2, 2022
2 parents e365916 + d2deaf6 commit 8733912
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.1] - 2022-12-02

### Fixed

- Update on-chain balance immediately after channel closure.
- Set log level to debug so the attached logs on the feedback emails are more helpful.

## [0.3.0] - 2022-12-02

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

[Unreleased]: https://github.com/itchysats/10101/compare/0.3.0...HEAD
[Unreleased]: https://github.com/itchysats/10101/compare/0.3.1...HEAD
[0.3.1]: https://github.com/itchysats/10101/compare/0.3.0...0.3.1
[0.3.0]: https://github.com/itchysats/10101/compare/0.2.1...0.3.0
[0.2.1]: https://github.com/itchysats/10101/compare/0.2.0...0.2.1
[0.2.0]: https://github.com/itchysats/10101/compare/0.1.0...0.2.0
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: ten_ten_one
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 ❤️.
publish_to: none
version: 0.3.0
version: 0.3.1
environment:
sdk: ">=2.17.0 <3.0.0"
dependencies:
Expand Down

0 comments on commit 8733912

Please sign in to comment.