Skip to content

Commit

Permalink
chore: prepare release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dni committed Apr 25, 2024
1 parent 6ad564d commit 68be68d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: release
on:
push:
tags:
- "[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+"
jobs:
build:
runs-on: ubuntu-latest
Expand Down
23 changes: 8 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ Changelog

All notable changes to this project will be documented in this file.

## [v0.5.0] - 2024-04-25
- f92b14a feat: add withdraw execute to core and cli (#31)
- 10cb8a2 feat: add lnurlauth from lnbits (#28)
- 054bae3 chore: only run ci once on PR (#30)
- 65951bb feat: add lnaddress (#29)
- 9fb7e5e chore(deps): bump idna from 3.6 to 3.7 (#27)
- 61fe7e3 chore(deps-dev): bump black from 23.11.0 to 24.3.0 (#26)

## [0.4.0] - 2023-07-05
- sanity release

Expand Down Expand Up @@ -118,18 +126,3 @@ All notable changes to this project will be documented in this file.
### Added
- Initial commit, based on `bech32` package.
- `encode()` and `decode()` functions.


[unreleased]: https://github.com/lnbits/lnurl/compare/0.3.6...HEAD
[0.3.6]: https://github.com/lnbits/lnurl/compare/0.3.5...0.3.6
[0.3.5]: https://github.com/lnbits/lnurl/compare/0.3.4...0.3.5
[0.3.4]: https://github.com/lnbits/lnurl/compare/0.3.3...0.3.4
[0.3.3]: https://github.com/lnbits/lnurl/compare/0.3.2...0.3.3
[0.3.2]: https://github.com/lnbits/lnurl/compare/0.3.1...0.3.2
[0.3.1]: https://github.com/lnbits/lnurl/compare/0.3.0...0.3.1
[0.3.0]: https://github.com/lnbits/lnurl/compare/0.2.0...0.3.0
[0.2.0]: https://github.com/lnbits/lnurl/compare/0.1.1...0.2.0
[0.1.1]: https://github.com/lnbits/lnurl/compare/0.1.0...0.1.1
[0.1.0]: https://github.com/lnbits/lnurl/compare/0.0.2...0.1.0
[0.0.2]: https://github.com/lnbits/lnurl/compare/0.0.1...0.0.2
[0.0.1]: https://github.com/lnbits/lnurl/releases/tag/0.0.1
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lnurl"
version = "0.4.2"
version = "0.5.0"
description = "LNURL implementation for Python."
authors = ["Alan Bits <alan@lnbits.com>"]
license = "MIT"
Expand Down

0 comments on commit 68be68d

Please sign in to comment.