Start new development cycle.

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

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

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

Loading…
Cancel
Save