Prepare release v0.6.2

v0.6 v0.6.2
Martin Dosch 8 months ago
parent 29bed043a6
commit 9a2789464e
No known key found for this signature in database
GPG Key ID: 52A57CFCE13D657D

@ -1,6 +1,6 @@
# Changelog
## Unreleased
## [v0.6.2] 2023-09-29
### Changed
- Properly close connection to server if ^C is pressed in interactive mode.
- Replace invalid characters by UTF8 replacement char.

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

Loading…
Cancel
Save