Skip to content

Commit

Permalink
Merge pull request #67 from jgnagy/release-please--branches--main--co…
Browse files Browse the repository at this point in the history
…mponents--metatron

chore(main): release metatron 0.9.0
  • Loading branch information
jgnagy authored Feb 17, 2025
2 parents f970a8b + 6027209 commit 20b6e1d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.8.8"
".": "0.9.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.9.0](https://github.com/jgnagy/metatron/compare/metatron-v0.8.8...metatron/v0.9.0) (2025-02-17)


### Features

* **templates:** add priority class template ([a735e47](https://github.com/jgnagy/metatron/commit/a735e470d0a2f5c7c471ec95a7559cbbe8349268))
* **templates:** add support for pod priority ([f73d7b2](https://github.com/jgnagy/metatron/commit/f73d7b293c26eb0b5e2f65212c87a32b701b2151))

## [0.8.8](https://github.com/jgnagy/metatron/compare/v0.8.2...v0.8.8) (2025-02-16)


Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
metatron (0.8.8)
metatron (0.9.0)
json (~> 2.6)
rack (>= 2.2.8, < 4)

Expand Down
2 changes: 1 addition & 1 deletion lib/metatron/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Metatron
VERSION = "0.8.8"
VERSION = "0.9.0"
end

0 comments on commit 20b6e1d

Please sign in to comment.