Skip to content

Commit 0f22c5c

Browse files
authored
Merge pull request #74 from jgnagy/release-please--branches--main--components--metatron
chore(main): release metatron 0.10.0
2 parents 5203ec6 + a02fcde commit 0f22c5c

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.9.0"
2+
".": "0.10.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.10.0](https://github.com/jgnagy/metatron/compare/metatron/v0.9.0...metatron/v0.10.0) (2025-03-19)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **templates:** pod match labels are distinct
9+
* **templates:** allow overriding base labels
10+
11+
### Features
12+
13+
* **templates:** allow overriding base labels ([ba3d4c2](https://github.com/jgnagy/metatron/commit/ba3d4c2813518a5b9bb845700656b2ce67321369))
14+
* **templates:** pod match labels are distinct ([82b59d0](https://github.com/jgnagy/metatron/commit/82b59d0d93cbf1c4423895f20351e2b73d6057e0))
15+
316
## [0.9.0](https://github.com/jgnagy/metatron/compare/metatron-v0.8.8...metatron/v0.9.0) (2025-02-17)
417

518

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
metatron (0.9.0)
4+
metatron (0.10.0)
55
json (~> 2.6)
66
rack (>= 2.2.8, < 4)
77

lib/metatron/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Metatron
4-
VERSION = "0.9.0"
4+
VERSION = "0.10.0"
55
end

0 commit comments

Comments
 (0)