Start new development cycle.

master
Martin Dosch 4 weeks ago
parent 126890ca22
commit a6eadf1565
No known key found for this signature in database
GPG Key ID: 52A57CFCE13D657D

@ -1,5 +1,7 @@
# Changelog
## UNRELEASED
## [v0.10.0] 2024-04-13
### Changed
- Fixed a race condition in receiving stanzas (requires go-xmpp >= v0.1.5).

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

Loading…
Cancel
Save