Skip to content

Commit 50bf439

Browse files
committed
chore(release): prepare for v0.10.0
1 parent d1ec95e commit 50bf439

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

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+
412
## [0.9.3] - 2022-02-03
513

614
### Bug Fixes

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bp7"
3-
version = "0.9.3" # managed by release.sh
3+
version = "0.10.0" # managed by release.sh
44
authors = ["Lars Baumgaertner <baumgaertner@cs.tu-darmstadt.de>"]
55
edition = "2018"
66
description = "Rust implementation of dtn Bundle Protocol Version 7 ([RFC 9171]"

0 commit comments

Comments
 (0)