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 f26d5c5 commit 5d952acCopy full SHA for 5d952ac
CHANGELOG.md
@@ -1,6 +1,12 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
+## [0.10.2] - 2022-02-05
5
+
6
+### Bug Fixes
7
8
+- Fixed a bug where payload data was double encoded
9
10
## [0.10.1] - 2022-02-04
11
12
### Bug Fixes
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bp7"
-version = "0.10.1" # managed by release.sh
+version = "0.10.2" # 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