Skip to content

Commit

Permalink
Update readme and version for release 0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Bruijnzeels committed Nov 6, 2023
1 parent 0be1b15 commit eafb258
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
# Note: some of these values are also used when building Debian packages below.
name = "krill"
version = "0.14.1"
version = "0.14.2"
edition = "2018"
rust-version = "1.65"
authors = ["NLnet Labs <[email protected]>"]
Expand Down
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,17 @@ in this [blog post](https://blog.nlnetlabs.nl/testing-the-waters-with-krill/).

# Changelog

## 0.14.2 'Extra, Extra, Extra!'

This release fixes an additional corner case in the migration code that affects
certain installations that archived 'surplus' commands (issue: #1147). There is
no need to upgrade to this version if you already upgraded to 0.14.0 or 0.14.1.

## 0.14.1 'Extra, Extra!'

This release fixes a bug in the migration code where 'surplus' directories
for archived events should be skipped (issue: #1147).
This release fixes a bug in the migration code that affects certain installations
that archived 'surplus' data (issue: #1147). There is no need to upgrade to
this version if you already upgraded to 0.14.0.

## 0.14.0 'ASPA'

Expand Down

0 comments on commit eafb258

Please sign in to comment.