Skip to content

Commit

Permalink
Merge f907870 into 5ea7aec
Browse files Browse the repository at this point in the history
  • Loading branch information
ne-sachirou committed Feb 5, 2020
2 parents 5ea7aec + f907870 commit 2db23df
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.39.7 (2020-02-05)

* show mandantory flags usage in modern CLI manner #273 (aereal)
* rename: github.com/motemen/gobump -> github.com/x-motemen/gobump #268 (lufia)


## 0.39.6 (2020-01-22)

* Bump github.com/pkg/errors from 0.8.1 to 0.9.1 #262 (dependabot-preview[bot])
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.39.6
VERSION := 0.39.7
CURRENT_REVISION := $(shell git rev-parse --short HEAD)
BUILD_LDFLAGS := "-w -s -X main.gitcommit=$(CURRENT_REVISION)"

Expand Down
9 changes: 9 additions & 0 deletions packaging/deb-v2/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
mkr (0.39.7-1.v2) stable; urgency=low

* show mandantory flags usage in modern CLI manner (by aereal)
<https://github.com/mackerelio/mkr/pull/273>
* rename: github.com/motemen/gobump -> github.com/x-motemen/gobump (by lufia)
<https://github.com/mackerelio/mkr/pull/268>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 05 Feb 2020 08:01:03 +0000

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

* Bump github.com/pkg/errors from 0.8.1 to 0.9.1 (by dependabot-preview[bot])
Expand Down
9 changes: 9 additions & 0 deletions packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
mkr (0.39.7-1) stable; urgency=low

* show mandantory flags usage in modern CLI manner (by aereal)
<https://github.com/mackerelio/mkr/pull/273>
* rename: github.com/motemen/gobump -> github.com/x-motemen/gobump (by lufia)
<https://github.com/mackerelio/mkr/pull/268>

-- mackerel <mackerel-developers@hatena.ne.jp> Wed, 05 Feb 2020 08:01:03 +0000

mkr (0.39.6-1) stable; urgency=low

* Bump github.com/pkg/errors from 0.8.1 to 0.9.1 (by dependabot-preview[bot])
Expand Down
File renamed without changes.
4 changes: 4 additions & 0 deletions packaging/rpm/mkr-v2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ rm -f %{buildroot}%{_bindir}/%{name}
%{_bindir}/%{name}

%changelog
* Wed Feb 05 2020 <mackerel-developers@hatena.ne.jp> - 0.39.7
- show mandantory flags usage in modern CLI manner (by aereal)
- rename: github.com/motemen/gobump -> github.com/x-motemen/gobump (by lufia)

* Wed Jan 22 2020 <mackerel-developers@hatena.ne.jp> - 0.39.6
- Bump github.com/pkg/errors from 0.8.1 to 0.9.1 (by dependabot-preview[bot])
- Bump alpine from 3.11.2 to 3.11.3 (by dependabot-preview[bot])
Expand Down
4 changes: 4 additions & 0 deletions packaging/rpm/mkr.spec
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ rm -f %{buildroot}%{_bindir}/${name}
%{_localbindir}/%{name}

%changelog
* Wed Feb 05 2020 <mackerel-developers@hatena.ne.jp> - 0.39.7
- show mandantory flags usage in modern CLI manner (by aereal)
- rename: github.com/motemen/gobump -> github.com/x-motemen/gobump (by lufia)

* Wed Jan 22 2020 <mackerel-developers@hatena.ne.jp> - 0.39.6
- Bump github.com/pkg/errors from 0.8.1 to 0.9.1 (by dependabot-preview[bot])
- Bump alpine from 3.11.2 to 3.11.3 (by dependabot-preview[bot])
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.39.6"
const version = "0.39.7"

var gitcommit string

0 comments on commit 2db23df

Please sign in to comment.