File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.15 .0"
2+ "." : " 0.16 .0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.16.0 (2026-03-09)
4+
5+ Full Changelog: [ v0.15.0...v0.16.0] ( https://github.com/kernel/hypeman-go/compare/v0.15.0...v0.16.0 )
6+
7+ ### Features
8+
9+ * Add always-on /metrics endpoint with dual pull/push telemetry ([ 0b3751a] ( https://github.com/kernel/hypeman-go/commit/0b3751a37068dca3771ad04fc1af876c5e52384f ) )
10+ * Add strict metadata tags across mutable resources ([ 8b5543e] ( https://github.com/kernel/hypeman-go/commit/8b5543e6f8fed7062d28c37fa35ba031e14c6f79 ) )
11+ * Rename tag fields from metadata to tags ([ 2f8e29e] ( https://github.com/kernel/hypeman-go/commit/2f8e29e033b44a8a492ec9a3bdcbc44cabf2eb11 ) )
12+ * Snapshot ([ c4a0fbb] ( https://github.com/kernel/hypeman-go/commit/c4a0fbb34ee2b325229f6a02ae9cc3c57346788d ) )
13+
14+
15+ ### Chores
16+
17+ * ** ci:** skip uploading artifacts on stainless-internal branches ([ 0d9d654] ( https://github.com/kernel/hypeman-go/commit/0d9d654f8074387de55f5befe709477c6905deaa ) )
18+ * ** internal:** codegen related update ([ e6a6702] ( https://github.com/kernel/hypeman-go/commit/e6a6702ba1fcf355cf64a60fd016393e5474e9bc ) )
19+ * update placeholder string ([ bea84ac] ( https://github.com/kernel/hypeman-go/commit/bea84ac19f1178f378cc6ba8bad07a26848b5492 ) )
20+
321## 0.15.0 (2026-03-04)
422
523Full Changelog: [ v0.14.0...v0.15.0] ( https://github.com/kernel/hypeman-go/compare/v0.14.0...v0.15.0 )
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Or to pin the version:
2828<!-- x-release-please-start-version -->
2929
3030``` sh
31- go get -u ' github.com/kernel/hypeman-go@v0.15 .0'
31+ go get -u ' github.com/kernel/hypeman-go@v0.16 .0'
3232```
3333
3434<!-- x-release-please-end -->
Original file line number Diff line number Diff line change 22
33package internal
44
5- const PackageVersion = "0.15 .0" // x-release-please-version
5+ const PackageVersion = "0.16 .0" // x-release-please-version
You can’t perform that action at this time.
0 commit comments