Skip to content

Commit

Permalink
Util Version 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed Feb 8, 2023
1 parent 6dba085 commit c7d0814
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions aggligator-util/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to aggligator utilities will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.7.1 - 2023-02-08
### Added
- agg-tunnel: RFCOMM transport support
- agg-tunnel: once connection mode in client
### Fixed
- agg-tunnel: handle multiple connections in server

## 0.7.0 - 2023-02-08
### Changed
- use Aggligator 0.7.0
Expand Down
2 changes: 1 addition & 1 deletion aggligator-util/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aggligator-util"
version = "0.7.0"
version = "0.7.1"
edition = "2021"
rust-version = "1.65"
authors = ["Sebastian Urban <[email protected]>"]
Expand Down

0 comments on commit c7d0814

Please sign in to comment.