Skip to content

Commit d3fdb22

Browse files
committed
bump version to v0.7.1
1 parent 093bac7 commit d3fdb22

File tree

7 files changed

+7
-8
lines changed

7 files changed

+7
-8
lines changed

RELEASENOTE.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
------
44

5-
## 0.7.0 (WIP)
5+
## 0.7.0
66

77
Refactor codebase for the latest go version.
88

@@ -16,7 +16,6 @@ Refactor codebase for the latest go version.
1616
- [Fix some typos and some metric description mistakes](https://github.com/Vonng/pg_exporter/pull/51) by [@ringerc](https://github.com/ringerc)
1717
- [Switch from unmaintained lib/pq driver to pgx with stdlib wrapper](https://github.com/Vonng/pg_exporter/pull/52) by [@ringerc](https://github.com/ringerc)
1818

19-
Alpha 1: https://github.com/Vonng/pg_exporter/releases/tag/v0.7.0-a1
2019

2120

2221
------

exporter/global.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
/* ================ Parameters ================ */
1010

1111
// Version is read by make build procedure
12-
var Version = "0.7.0"
12+
var Version = "0.7.1"
1313

1414
var defaultPGURL = "postgresql:///?sslmode=disable"
1515

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/***********************************************************************\
22
Copyright © 2019-2024 Ruohang Feng <rh@vonng.com>
3-
Contributors: https://github.com/Vonng/pigsty/graphs/contributors
3+
Contributors: https://github.com/Vonng/pg_exporter/graphs/contributors
44
55
Licensed under the Apache License, Version 2.0 (the "License");
66
you may not use this file except in compliance with the License.

package/nfpm-amd64-deb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "pg-exporter"
22
arch: "amd64"
33
platform: "linux"
4-
version: "v0.7.0"
4+
version: "v0.7.1"
55
version_schema: semver
66
maintainer: Ruohang Feng <rh@vonng.com>
77
description: |

package/nfpm-amd64-rpm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "pg_exporter"
22
arch: "amd64"
33
platform: "linux"
4-
version: "v0.7.0"
4+
version: "v0.7.1"
55
version_schema: semver
66
maintainer: Ruohang Feng <rh@vonng.com>
77
description: |

package/nfpm-arm64-deb.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "pg-exporter"
22
arch: "arm64"
33
platform: "linux"
4-
version: "v0.7.0"
4+
version: "v0.7.1"
55
version_schema: semver
66
maintainer: Ruohang Feng <rh@vonng.com>
77
description: |

package/nfpm-arm64-rpm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "pg_exporter"
22
arch: "arm64"
33
platform: "linux"
4-
version: "v0.7.0"
4+
version: "v0.7.1"
55
version_schema: semver
66
maintainer: Ruohang Feng <rh@vonng.com>
77
description: |

0 commit comments

Comments
 (0)