Skip to content

Commit

Permalink
chore(release): prepare for v0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gh0st42 committed Mar 27, 2024
1 parent 82badab commit 4d1f6e0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.21.0] - 2024-03-27

### Features

- Minimal implementation of UDP CL without any of the extensions (#64)

## [0.20.2] - 2024-03-14

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/dtn7/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dtn7"
version = "0.20.2" # managed by release.sh
version = "0.21.0" # managed by release.sh
authors = ["Lars Baumgaertner <baumgaertner@cs.tu-darmstadt.de>"]
description = "Rust delay-tolerant-networking daemon and CLI tools implementing Bundle Protocol Version 7 (RFC9171)"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ anyhow = "1.0.57"
serde_cbor = "0.11"
humantime = "2.1.0"
rand = "0.8.5"
dtn7 = { path = "../core/dtn7", default-features = false, version = "0.20.2"} # managed by release.sh
dtn7 = { path = "../core/dtn7", default-features = false, version = "0.21.0"} # managed by release.sh
tokio = { version = "1.36.0", features = [
"net",
"rt-multi-thread",
Expand Down

0 comments on commit 4d1f6e0

Please sign in to comment.