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 9457ec6 commit ec24314Copy full SHA for ec24314
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.5] - 2022-02-10
5
+
6
+### Features
7
8
+- Load bundles from slices, no need for an owned copy
9
10
## [0.10.4] - 2022-02-07
11
12
### Bug Fixes
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bp7"
-version = "0.10.4" # managed by release.sh
+version = "0.10.5" # 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