Skip to content

Commit

Permalink
bump version and changelog for v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
slingamn committed Jan 14, 2024
1 parent c42189e commit 77a22b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ All notable changes to ircdog will be documented in this file.

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.

## [0.5.2] - 2024-01-14
ircdog v0.5.2 upgrades the readline library, fixing some edge cases in line editing.

* Upgrade ergochat/readline to v0.1.0-rc1 (#47)
* Release builds use Go 1.21.6

## [0.5.1] - 2023-06-11
ircdog v0.5.1 fixes a bug in the new (v0.5.0) `--reconnect` feature. We apologize for the oversight.

Expand Down
2 changes: 1 addition & 1 deletion lib/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ package lib

const (
// SemVer is the semantic version of this program
SemVer = "0.5.1"
SemVer = "0.5.2"
)

0 comments on commit 77a22b7

Please sign in to comment.