Skip to content

Commit

Permalink
Merge pull request #632 from mackerelio/bump-version-0.56.0
Browse files Browse the repository at this point in the history
Release version 0.56.0
  • Loading branch information
lufia committed Mar 7, 2024
2 parents 675f852 + 4fdc9e4 commit 504f637
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.56.0 (2024-03-07)

* Always set CGO_ENABLED=0 #630 (fujiwara)


## 0.55.0 (2024-02-27)

* accept UTF8-BOM when reading dashboard or monitor from JSON file #622 (kmuto)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
BIN := mkr
VERSION := 0.55.0
VERSION := 0.56.0
CURRENT_REVISION := $(shell git rev-parse --short HEAD)
BUILD_LDFLAGS := "-w -s -X main.gitcommit=$(CURRENT_REVISION)"
export CGO_ENABLED := 0
Expand Down
7 changes: 7 additions & 0 deletions packaging/deb-v2/debian/changelog
@@ -1,3 +1,10 @@
mkr (0.56.0-1.v2) stable; urgency=low

* Always set CGO_ENABLED=0 (by fujiwara)
<https://github.com/mackerelio/mkr/pull/630>

-- mackerel <mackerel-developers@hatena.ne.jp> Thu, 7 Mar 2024 05:37:03 +0000

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

* accept UTF8-BOM when reading dashboard or monitor from JSON file (by kmuto)
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
* Thu Mar 7 2024 <mackerel-developers@hatena.ne.jp> - 0.56.0
- Always set CGO_ENABLED=0 (by fujiwara)

* 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)

Expand Down
2 changes: 1 addition & 1 deletion version.go
@@ -1,5 +1,5 @@
package main

const version = "0.55.0"
const version = "0.56.0"

var gitcommit string

0 comments on commit 504f637

Please sign in to comment.