Start new development cycle.

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

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

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

Loading…
Cancel
Save