Skip to content

Commit 77a22b7

Browse files
committed
bump version and changelog for v0.5.2
1 parent c42189e commit 77a22b7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ All notable changes to ircdog will be documented in this file.
33

44
This project adheres to [Semantic Versioning](http://semver.org/). For the purposes of versioning, we consider the "public API" to refer to the configuration files and CLI.
55

6+
## [0.5.2] - 2024-01-14
7+
ircdog v0.5.2 upgrades the readline library, fixing some edge cases in line editing.
8+
9+
* Upgrade ergochat/readline to v0.1.0-rc1 (#47)
10+
* Release builds use Go 1.21.6
11+
612
## [0.5.1] - 2023-06-11
713
ircdog v0.5.1 fixes a bug in the new (v0.5.0) `--reconnect` feature. We apologize for the oversight.
814

lib/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ package lib
55

66
const (
77
// SemVer is the semantic version of this program
8-
SemVer = "0.5.1"
8+
SemVer = "0.5.2"
99
)

0 commit comments

Comments
 (0)