We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1ec95e commit 50bf439Copy full SHA for 50bf439
CHANGELOG.md
@@ -1,6 +1,14 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+## [0.10.0] - 2022-02-04
5
+
6
+### Bug Fixes
7
8
+- Explictly drop CString references in bundle_metadata_free of ffi
9
+- DtnAdress::new now adds '//' before node name
10
+- Enforce trailing slash for endpoint IDs that are the node ID
11
12
## [0.9.3] - 2022-02-03
13
14
### Bug Fixes
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bp7"
-version = "0.9.3" # managed by release.sh
+version = "0.10.0" # managed by release.sh
authors = ["Lars Baumgaertner <baumgaertner@cs.tu-darmstadt.de>"]
edition = "2018"
description = "Rust implementation of dtn Bundle Protocol Version 7 ([RFC 9171]"
0 commit comments