Skip to content

Commit

Permalink
Merge pull request #239 from mackerelio/bump-version-0.39.3
Browse files Browse the repository at this point in the history
Release version 0.39.3
  • Loading branch information
astj committed Oct 24, 2019
2 parents 5acbfdd + a3b1f38 commit aa6e602
Show file tree
Hide file tree
Showing 8 changed files with 32 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.3 (2019-10-24)

* Build with Go 1.12.12
* Bump gopkg.in/yaml.v2 from 2.2.3 to 2.2.4 #236 (dependabot-preview[bot])


## 0.39.2 (2019-10-02)

* Bump gopkg.in/yaml.v2 from 2.2.2 to 2.2.3 #234 (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.2
VERSION := 0.39.3
CURRENT_REVISION := $(shell git rev-parse --short HEAD)
BUILD_LDFLAGS := "-w -s -X main.gitcommit=$(CURRENT_REVISION)"

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

* Build with Go 1.12.12
* Bump gopkg.in/yaml.v2 from 2.2.3 to 2.2.4 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/236>

-- mackerel <mackerel-developers@hatena.ne.jp> Thu, 24 Oct 2019 07:32:45 +0000

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

* Bump gopkg.in/yaml.v2 from 2.2.2 to 2.2.3 (by dependabot-preview[bot])
Expand Down
8 changes: 8 additions & 0 deletions packaging/deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
mkr (0.39.3-1) stable; urgency=low

* Build with Go 1.12.12
* Bump gopkg.in/yaml.v2 from 2.2.3 to 2.2.4 (by dependabot-preview[bot])
<https://github.com/mackerelio/mkr/pull/236>

-- mackerel <mackerel-developers@hatena.ne.jp> Thu, 24 Oct 2019 07:32:45 +0000

mkr (0.39.2-1) stable; urgency=low

* Bump gopkg.in/yaml.v2 from 2.2.2 to 2.2.3 (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
* Thu Oct 24 2019 <mackerel-developers@hatena.ne.jp> - 0.39.3
- Build with Go 1.12.12
- Bump gopkg.in/yaml.v2 from 2.2.3 to 2.2.4 (by dependabot-preview[bot])

* Wed Oct 02 2019 <mackerel-developers@hatena.ne.jp> - 0.39.2
- Bump gopkg.in/yaml.v2 from 2.2.2 to 2.2.3 (by dependabot-preview[bot])
- Bump github.com/urfave/cli from 1.22.0 to 1.22.1 (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
* Thu Oct 24 2019 <mackerel-developers@hatena.ne.jp> - 0.39.3
- Build with Go 1.12.12
- Bump gopkg.in/yaml.v2 from 2.2.3 to 2.2.4 (by dependabot-preview[bot])

* Wed Oct 02 2019 <mackerel-developers@hatena.ne.jp> - 0.39.2
- Bump gopkg.in/yaml.v2 from 2.2.2 to 2.2.3 (by dependabot-preview[bot])
- Bump github.com/urfave/cli from 1.22.0 to 1.22.1 (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.2"
const version = "0.39.3"

var gitcommit string

0 comments on commit aa6e602

Please sign in to comment.