Skip to content

Commit a03c2d5

Browse files
committed
Release v0.5
1 parent 758d15a commit a03c2d5

File tree

6 files changed

+94
-115
lines changed

6 files changed

+94
-115
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
strategy:
109109
fail-fast: false
110110
matrix:
111-
toolchain: [ nightly, beta, stable, 1.47.0 ]
111+
toolchain: [ nightly, beta, stable, 1.56.1 ]
112112
steps:
113113
- uses: actions/checkout@v2
114114
- name: Install dependencies

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Change Log
22
==========
33

4+
v0.5.0
5+
------
6+
- Microservices are made into a separate repository
7+
- Removed Tor Onion v2 address support
8+
- Unmarshaller improvements
9+
410
v0.4.0-alpha.1
511
--------------
612
- Lightning encoding moved into a separate crate within LNP Core Lib

0 commit comments

Comments
 (0)