Skip to content

Commit 5d80130

Browse files
committed
Release v0.5.3
1 parent 3672547 commit 5d80130

File tree

4 files changed

+16
-6
lines changed

4 files changed

+16
-6
lines changed

CHANGELOG.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,23 @@
11
Change Log
22
==========
33

4+
v0.5.3
5+
------
6+
- Complete Tlv implementation
7+
- Improved code formatting and fixed lints
8+
9+
v0.5.2
10+
------
11+
- Noise_XK transcoder intrgration into TCP-based connections
12+
413
v0.5.0
514
------
615
- Microservices are made into a separate repository
716
- Removed Tor Onion v2 address support
817
- Unmarshaller improvements
918

10-
v0.4.0-alpha.1
11-
--------------
19+
v0.4.0
20+
------
1221
- Lightning encoding moved into a separate crate within LNP Core Lib
1322

1423
v0.3.5

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "internet2"
3-
version = "0.5.2"
3+
version = "0.5.3"
44
license = "Apache-2.0"
55
authors = ["Dr. Maxim Orlovsky <[email protected]>"]
66
description = "Rust implementation for the stack of Internet2 protocols"

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
# rust-internet2
1+
# Internet2: library for decentralized networking written in rust
22

3-
Set of rust crates for software supporting Internet2 (Tor, Noise protocol, lightning network-style messaging)
3+
Set of rust crates for software supporting Internet2 (Tor, Noise protocol,
4+
lightning network-style messaging).

0 commit comments

Comments
 (0)