Skip to content

Commit

Permalink
bump version and changelog for v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
slingamn committed Jul 14, 2024
1 parent 71e3129 commit cd282b2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ 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.4] - 2024-07-14
ircdog v0.5.4 has minor enhancements:

* Upgrade ergochat/readline to v0.1.2 (#50)
* `--script` now supports ignoring commented lines beginning with `#` (#46, #51)
* Release builds use Go 1.22.5

## [0.5.3] - 2024-05-06
ircdog v0.5.3 upgrades the readline library, adding support for the Home and End keys.

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.3"
SemVer = "0.5.4"
)

0 comments on commit cd282b2

Please sign in to comment.