Skip to content

Commit d59cfee

Browse files
authored
Merge pull request #763 from mackerelio/bump-version-0.44.1
Release version 0.44.1
2 parents 7758c0c + 1e4834c commit d59cfee

7 files changed

+20
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.44.1 (2023-07-13)
4+
5+
* added build tests. #760 (yseto)
6+
7+
38
## 0.44.0 (2023-02-27)
49

510
* Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 #722 (dependabot[bot])

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 0.44.0
1+
VERSION = 0.44.1
22
CURRENT_REVISION = $(shell git rev-parse --short HEAD)
33
ifeq ($(OS),Windows_NT)
44
GOPATH_ROOT:=$(shell cygpath ${GOPATH})

mackerel-check.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ func run(args []string) int {
6060
return exitOK
6161
}
6262

63-
const version = "0.44.0"
63+
const version = "0.44.1"
6464

6565
var gitcommit string
6666

packaging/deb-v2/debian/changelog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
mackerel-check-plugins (0.44.1-1.v2) stable; urgency=low
2+
3+
* added build tests. (by yseto)
4+
<https://github.com/mackerelio/go-check-plugins/pull/760>
5+
6+
-- mackerel <[email protected]> Thu, 13 Jul 2023 06:30:13 +0000
7+
18
mackerel-check-plugins (0.44.0-1.v2) stable; urgency=low
29

310
* Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (by dependabot[bot])

packaging/rpm/mackerel-check-plugins-v2.spec

+3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ done
3636
%{__targetdir}/*
3737

3838
%changelog
39+
* Thu Jul 13 2023 <[email protected]> - 0.44.1
40+
- added build tests. (by yseto)
41+
3942
* Mon Feb 27 2023 <[email protected]> - 0.44.0
4043
- Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (by dependabot[bot])
4144
- fix gosimple, ineffassign (by wafuwafu13)

packaging/rpm/mackerel-check-plugins.spec

+3
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ done
4545
%{__oldtargetdir}/*
4646

4747
%changelog
48+
* Thu Jul 13 2023 <[email protected]> - 0.44.1
49+
- added build tests. (by yseto)
50+
4851
* Mon Feb 27 2023 <[email protected]> - 0.44.0
4952
- Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (by dependabot[bot])
5053
- fix gosimple, ineffassign (by wafuwafu13)

0 commit comments

Comments
 (0)