Skip to content

Commit

Permalink
chore(release): prepare for 0.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gh0st42 committed Oct 9, 2022
1 parent 16a5fc0 commit 6588a91
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 2 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,41 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.18.1] - 2022-10-09

### Bug Fixes

- Fixed minor shell scripting bugs in test scripts
- Removed debug symbols from release profile and enabled stripping binaries
- Filtering bundles from store by address no longer returns deleted BIDs (#40)
- Ignore beacons from self for broadcast IPND packets

### Documentation

- Updated README, removed tool help output and described recent feature additions.
- Added badge with link to dtn7 matrix space to README
- Changed help output regarding local endpoints in dtnrecv and dtntrigger tools

### Features

- CLAs can now indicate if the are accepting new bundles, e.g., useful for discovery only CLAs
- Support for sprayandwait routing strategy (#29)
- Added support for broadcast sockets
- Added warning if no CLA is configured

### Miscellaneous Tasks

- Bumped minimum ubuntu version in cd.yml to 20.04
- Pleased clippy of rust 1.64

### Refactor

- Reexport all external client relevant pieces of code to dtn7::client

### Testing

- Added clab scenario with two subnets

## [0.18.0] - 2022-07-21

### 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.18.0" # managed by release.sh
version = "0.18.1" # managed by release.sh
authors = ["Lars Baumgaertner <[email protected]>"]
description = "Rust delay-tolerant-networking daemon and CLI tools implementing Bundle Protocol Version 7 (RFC9171)"
edition = "2018"
Expand Down

0 comments on commit 6588a91

Please sign in to comment.