Skip to content

Commit

Permalink
Release v0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Dec 6, 2021
1 parent 3672547 commit 5d80130
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
Change Log
==========

v0.5.3
------
- Complete Tlv implementation
- Improved code formatting and fixed lints

v0.5.2
------
- Noise_XK transcoder intrgration into TCP-based connections

v0.5.0
------
- Microservices are made into a separate repository
- Removed Tor Onion v2 address support
- Unmarshaller improvements

v0.4.0-alpha.1
--------------
v0.4.0
------
- Lightning encoding moved into a separate crate within LNP Core Lib

v0.3.5
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "internet2"
version = "0.5.2"
version = "0.5.3"
license = "Apache-2.0"
authors = ["Dr. Maxim Orlovsky <[email protected]>"]
description = "Rust implementation for the stack of Internet2 protocols"
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# rust-internet2
# Internet2: library for decentralized networking written in rust

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

0 comments on commit 5d80130

Please sign in to comment.