Releases: lnbits/bolt11
Releases · lnbits/bolt11
2.1.0
What's Changed
- Bump setuptools from 68.1.2 to 70.0.0 by @dependabot in #44
- feat: add coincurve instead of secp256k1 by @dni in #46
Full Changelog: 2.0.6...2.1.0
2.0.6
What's Changed
- [CHORE] cleanup unused files by @dni in #38
- [TEST] add codecov coverage to workflows by @dni in #19
- feat: add
expiry_date
property for Bolt11 model by @dni in #39 - Bump black from 23.7.0 to 24.3.0 by @dependabot in #41
- fix typing for python 3.8 by @sutt in #42
- fix: expiry should default to 3600 by @dni in #43
New Contributors
- @dependabot made their first contribution in #41
- @sutt made their first contribution in #42
Full Changelog: 2.0.5...2.0.6
2.0.5
2.0.4
What's Changed
Full Changelog: 2.0.3...2.0.4
2.0.3
Full Changelog: 2.0.2...2.0.3
2.0.2
What's Changed
- chore(exception): remove unnecessary exception
Bolt11PrefixInvalidException
by @theborakompanioni in #33 - [CHORE] update deps and remove type ignores by @dni in #34
New Contributors
- @theborakompanioni made their first contribution in #33
Full Changelog: 2.0.1...2.0.2
2.0.1
What's Changed
- [FIX] add missing exports by @michael1011 in #29
- Style fixes by @michael1011 in #30
- [FEAT] better errorhandling of prefix and hrp, fix for signet decoding by @dni in #31
- [BUG] Feature encoding was not working all the time by @dni in #32
New Contributors
- @michael1011 made their first contribution in #29
Full Changelog: 2.0.0...2.0.1
2.0.0
What's Changed
- [TEST] precommit add pylint by @dni in #20
- [TEST] add ruff [CHORE] fixed line-length by @dni in #23
- [FEAT] add proper bolt11 validation with tests + encode cli by @dni in #18
- [BUG] fix missing feature by @dni in #25
- [REFACTOR] add class Tags, Tag, TagChar by @dni in #27
- [BUG] multiple routing hints by @dni in #28
Full Changelog: 1.0.4...2.0.0
1.0.4
backwards compatibility for amount_msat and date
1.0.3
make feature extra bits more generic