Skip to content

Commit b63ce83

Browse files
authored
Merge pull request #848 from prometheus/beorn7/version
Cut v0.67.0
2 parents 1a6ab58 + 6035595 commit b63ce83

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,20 @@
44

55
### What's Changed
66

7-
* [ENHANCEMENT] Create CHANGELOG.md for easier communication of library changes, especially possible breaking changes. https://github.com/prometheus/common/pull/833
7+
## v0.67.0 / 2025-10-07
8+
9+
## What's Changed
10+
* Create CHANGELOG.md for easier communication of library changes, especially possible breaking changes. by @ywwg in https://github.com/prometheus/common/pull/833
11+
* model: New test for validation with dots by @m1k1o in https://github.com/prometheus/common/pull/759
12+
* expfmt: document NewTextParser as required by @burgerdev in https://github.com/prometheus/common/pull/842
13+
* expfmt: Add support for float histograms and gauge histograms by @beorn7 in https://github.com/prometheus/common/pull/843
14+
* Updated minimum Go version to 1.24.0, updated Go dependecies by @SuperQ in https://github.com/prometheus/common/pull/849
15+
16+
## New Contributors
17+
* @m1k1o made their first contribution in https://github.com/prometheus/common/pull/759
18+
* @burgerdev made their first contribution in https://github.com/prometheus/common/pull/842
19+
20+
**Full Changelog**: https://github.com/prometheus/common/compare/v0.66.1...v0.67.0
821

922
## v0.66.1 / 2025-09-05
1023

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.66.1
1+
0.67.0

0 commit comments

Comments
 (0)