Skip to content

Commit

Permalink
Bump version to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Jul 16, 2024
1 parent be2842c commit 4616f33
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# v0.3.1 (2024-07-16)

* Bumped minimum Go version to 1.21.
* Added support for authenticated media.
* Added `/powerlevel` command for managing power levels.
* Disabled logging by default.
* Changed default log directory to `~/.local/state/gomuks` on Linux.

# v0.3.0 (2022-11-19)

* Bumped minimum Go version to 1.18.
Expand Down
2 changes: 1 addition & 1 deletion deb/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: gomuks
Version: 0.3.0-1
Version: 0.3.1-1
Section: net
Priority: optional
Architecture: amd64
Expand Down
2 changes: 1 addition & 1 deletion gomuks.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ var (

var (
// Version is the version number of gomuks. Changed manually when making a release.
Version = "0.3.0"
Version = "0.3.1"
// VersionString is the gomuks version, plus commit information. Filled in init() using the build-time values.
VersionString = ""
)
Expand Down

0 comments on commit 4616f33

Please sign in to comment.