Skip to content

Commit 10b977f

Browse files
authored
Merge pull request #87 from jgnagy/release-please--branches--main--components--metatron
chore(main): release metatron 0.11.2
2 parents 638a11f + d231486 commit 10b977f

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-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.11.1"
2+
".": "0.11.2"
33
}

CHANGELOG.md

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

3+
## [0.11.2](https://github.com/jgnagy/metatron/compare/metatron/v0.11.1...metatron/v0.11.2) (2025-06-18)
4+
5+
6+
### Features
7+
8+
* Add additional features to cron job template ([5585c58](https://github.com/jgnagy/metatron/commit/5585c58148ce45c222a58b50a420979d4ae672cb))
9+
310
## [0.11.1](https://github.com/jgnagy/metatron/compare/metatron/v0.11.0...metatron/v0.11.1) (2025-04-11)
411

512

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.11.1)
4+
metatron (0.11.2)
55
base64
66
json (~> 2.6)
77
rack (>= 2.2.8, < 4)

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.11.1"
4+
VERSION = "0.11.2"
55
end

0 commit comments

Comments
 (0)