Skip to content

Commit cd282b2

Browse files
committed
bump version and changelog for v0.5.4
1 parent 71e3129 commit cd282b2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ 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.4] - 2024-07-14
7+
ircdog v0.5.4 has minor enhancements:
8+
9+
* Upgrade ergochat/readline to v0.1.2 (#50)
10+
* `--script` now supports ignoring commented lines beginning with `#` (#46, #51)
11+
* Release builds use Go 1.22.5
12+
613
## [0.5.3] - 2024-05-06
714
ircdog v0.5.3 upgrades the readline library, adding support for the Home and End keys.
815

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

0 commit comments

Comments
 (0)