Prepare release v0.9.0.

v0.9 v0.9.0
Martin Dosch 2 months ago
parent e1708129e2
commit ffae83f8ea
No known key found for this signature in database
GPG Key ID: 52A57CFCE13D657D

@ -1,6 +1,6 @@
# Changelog
## UNRELEASED
## [v0.9.0] 2024-03-28
### Changed
- Properly close stream if `Ctrl+C` is pressed in interactive mode.
- Properly close stream if `Ctrl+C` is pressed in listening mode.

@ -5,7 +5,7 @@
package main
const (
version = "0.8.5-dev"
version = "0.9.0"
// defaults
defaultBufferSize = 100
defaultConfigRowSep = 2

Loading…
Cancel
Save