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 64abe98 commit 1d9ffe3Copy full SHA for 1d9ffe3
CHANGELOG.md
@@ -1,11 +1,12 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
4
-## [0.10.3] - 2022-02-07
+## [0.10.4] - 2022-02-07
5
6
### Bug Fixes
7
8
- Removed leftover dbg!() in canonical block deserializer
9
+- Workaround for bug in upstream test-case crate (v1.2.2)
10
11
### Refactor
12
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bp7"
-version = "0.10.3" # managed by release.sh
+version = "0.10.4" # managed by release.sh
authors = ["Lars Baumgaertner <[email protected]>"]
edition = "2018"
description = "Rust implementation of dtn Bundle Protocol Version 7 ([RFC 9171]"
0 commit comments