Skip to content

Commit 2037d8e

Browse files
author
Tim Bruijnzeels
committed
Update version and readme for release 0.13.1
1 parent 7a76fa7 commit 2037d8e

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
# Note: some of these values are also used when building Debian packages below.
33
name = "krill"
4-
version = "0.13.0"
4+
version = "0.13.1"
55
edition = "2018"
66
rust-version = "1.63"
77
authors = [ "The NLnet Labs RPKI team <[email protected]>" ]

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ in this [blog post](https://blog.nlnetlabs.nl/testing-the-waters-with-krill/).
2525

2626
# Changelog
2727

28+
## 0.13.1 'Scrollbars!'
29+
30+
The Krill UI includes a CA selection dropdown in case you have multiple CAs.
31+
This dropdown used to have a scrollbar, which accidentally got lost in the
32+
UI overhaul we did in version 0.13.0. This is now fixed (#1071)
33+
2834
## 0.13.0 'DRY'
2935

3036
### Summary

0 commit comments

Comments
 (0)