Skip to content

Commit

Permalink
Bump 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lsunsi committed Dec 5, 2023
1 parent 4f912f8 commit 3c51e55
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.3](https://github.com/lsunsi/lnurlkit/compare/v0.1.2...v0.1.3) - 2023-12-05

### Added
- *(channel)* add action to channel server callback
- *(withdraw)* add k1 to withdraw server callback
- *(channel)* add client/server and a test for withdraw (lud02)
- *(withdraw)* add client/server and a test for withdraw (lud03)

### Fixed
- change bitor for logical one (typo)

### Other
- cover serializations with unit tests
- remove nedless clone on urls serialization
- add re-exports top level for ease of use
- rename, reorganize, simplify, evolve
- rename withdrawal to withdraw (so confusing)

## [0.1.2](https://github.com/lsunsi/lnurlkit/compare/v0.1.1...v0.1.2) - 2023-12-04

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lnurlkit"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
rust-version = "1.60"
authors = ["Lucas Sunsi Abreu <lsunsi@pm.me>"]
Expand Down

0 comments on commit 3c51e55

Please sign in to comment.