Skip to content

Commit

Permalink
Merge pull request #361 from mackerelio/bump-version-0.44.1
Browse files Browse the repository at this point in the history
Release version 0.44.1
  • Loading branch information
lufia committed Feb 18, 2021
2 parents f401f84 + 17dd0ea commit fa78822
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.44.1 (2021-02-18)

* fix condition to delete monitors #360 (lufia)


## 0.44.0 (2021-02-16)

* replace mackerel-github-release #357 (yseto)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BIN := mkr
VERSION := 0.44.0
VERSION := 0.44.1
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
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
mkr (0.44.1-1.v2) stable; urgency=low

* fix condition to delete monitors (by lufia)
<https://github.com/mackerelio/mkr/pull/360>

-- mackerel <mackerel-developers@hatena.ne.jp> Thu, 18 Feb 2021 06:40:55 +0000

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

* replace mackerel-github-release (by yseto)
Expand Down
7 changes: 7 additions & 0 deletions packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
mkr (0.44.1-1) stable; urgency=low

* fix condition to delete monitors (by lufia)
<https://github.com/mackerelio/mkr/pull/360>

-- mackerel <mackerel-developers@hatena.ne.jp> Thu, 18 Feb 2021 06:40:55 +0000

mkr (0.44.0-1) stable; urgency=low

* replace mackerel-github-release (by yseto)
Expand Down
File renamed without changes.
3 changes: 3 additions & 0 deletions packaging/rpm/mkr-v2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ rm -f %{buildroot}%{_bindir}/%{name}
%{_bindir}/%{name}

%changelog
* Thu Feb 18 2021 <mackerel-developers@hatena.ne.jp> - 0.44.1
- fix condition to delete monitors (by lufia)

* Tue Feb 16 2021 <mackerel-developers@hatena.ne.jp> - 0.44.0
- replace mackerel-github-release (by yseto)
- add dashboard list, pull, push, and migrate commands for current dashboards. (by fujiwara)
Expand Down
3 changes: 3 additions & 0 deletions packaging/rpm/mkr.spec
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ rm -f %{buildroot}%{_bindir}/${name}
%{_localbindir}/%{name}

%changelog
* Thu Feb 18 2021 <mackerel-developers@hatena.ne.jp> - 0.44.1
- fix condition to delete monitors (by lufia)

* Tue Feb 16 2021 <mackerel-developers@hatena.ne.jp> - 0.44.0
- replace mackerel-github-release (by yseto)
- add dashboard list, pull, push, and migrate commands for current dashboards. (by fujiwara)
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package main

const version = "0.44.0"
const version = "0.44.1"

var gitcommit string

0 comments on commit fa78822

Please sign in to comment.