Skip to content

Commit

Permalink
Version 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed Feb 10, 2023
1 parent e0c978f commit 291d5a1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aggligator-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ monitor = ["crossterm"]
dump = ["aggligator/dump"]

[dependencies]
aggligator = { version = "0.7.0", path = "../aggligator" }
aggligator = { version = "0.7.1", path = "../aggligator" }

futures = "0.3"
tokio = { version = "1.21", features = ["rt", "rt-multi-thread"] }
Expand Down
5 changes: 5 additions & 0 deletions aggligator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to Aggligator 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-10
### Added
- configuration option `link_test_data_limit` to limit amount of test data
for link testing

## 0.7.0 - 2023-02-08
### Added
- improved error reporting
Expand Down
2 changes: 1 addition & 1 deletion aggligator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aggligator"
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 291d5a1

Please sign in to comment.