Skip to content

Commit

Permalink
0.20.1
Browse files Browse the repository at this point in the history
Signed-off-by: Brian L. Troutwine <[email protected]>
  • Loading branch information
blt committed Dec 5, 2023
1 parent 81aff48 commit 2af257a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
13 changes: 4 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.20.1-rc3]
### Changed
- Disabled ANSI codes in logging.

## [0.20.1-rc2]
### Changed
- Adjusted logging in block cache construction.

## [0.20.1-rc0]
## [0.20.1]
### Changed
- Internal shutdown sequence is now changed to an advisory signal. There is no
user-facing change.
- Disabled ANSI codes in logging.
### Fixed
- Removed generational storage in capture management, resolving a runtime hang.

## [0.20.0]
### Added
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 lading/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lading"
version = "0.20.1-rc3"
version = "0.20.1"
authors = ["Brian L. Troutwine <[email protected]>", "George Hahn <[email protected]"]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit 2af257a

Please sign in to comment.