Skip to content

Commit 5d952ac

Browse files
committed
chore(release): prepare for v0.10.2
1 parent f26d5c5 commit 5d952ac

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

4+
## [0.10.2] - 2022-02-05
5+
6+
### Bug Fixes
7+
8+
- Fixed a bug where payload data was double encoded
9+
410
## [0.10.1] - 2022-02-04
511

612
### 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.10.1" # managed by release.sh
3+
version = "0.10.2" # 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)