Skip to content

Commit

Permalink
Merge pull request #628 from mackerelio/bump-version-0.55.0
Browse files Browse the repository at this point in the history
Release version 0.55.0
  • Loading branch information
yseto committed Feb 27, 2024
2 parents ceaac83 + d95f03e commit ea59751
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

## 0.55.0 (2024-02-27)

* accept UTF8-BOM when reading dashboard or monitor from JSON file #622 (kmuto)


## 0.54.0 (2023-12-22)

* Bump the stable-packages group with 1 update #617 (dependabot[bot])
Expand Down
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
BIN := mkr
VERSION := 0.54.0
VERSION := 0.55.0
CURRENT_REVISION := $(shell git rev-parse --short HEAD)
BUILD_LDFLAGS := "-w -s -X main.gitcommit=$(CURRENT_REVISION)"

Expand Down
7 changes: 7 additions & 0 deletions packaging/deb-v2/debian/changelog
@@ -1,3 +1,10 @@
mkr (0.55.0-1.v2) stable; urgency=low

* accept UTF8-BOM when reading dashboard or monitor from JSON file (by kmuto)
<https://github.com/mackerelio/mkr/pull/622>

-- mackerel <mackerel-developers@hatena.ne.jp> Tue, 27 Feb 2024 06:04:12 +0000

mkr (0.54.0-1.v2) stable; urgency=low

* Bump the stable-packages group with 1 update (by dependabot[bot])
Expand Down
File renamed without changes.
3 changes: 3 additions & 0 deletions packaging/rpm/mkr-v2.spec
Expand Up @@ -35,6 +35,9 @@ rm -f %{buildroot}%{_bindir}/%{name}
%{_bindir}/%{name}

%changelog
* Tue Feb 27 2024 <mackerel-developers@hatena.ne.jp> - 0.55.0
- accept UTF8-BOM when reading dashboard or monitor from JSON file (by kmuto)

* Fri Dec 22 2023 <mackerel-developers@hatena.ne.jp> - 0.54.0
- Bump the stable-packages group with 1 update (by dependabot[bot])
- Bump golang.org/x/crypto from 0.13.0 to 0.17.0 (by dependabot[bot])
Expand Down
2 changes: 1 addition & 1 deletion version.go
@@ -1,5 +1,5 @@
package main

const version = "0.54.0"
const version = "0.55.0"

var gitcommit string

0 comments on commit ea59751

Please sign in to comment.