File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.10.1 "
2+ "." : " 0.11.0 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.11.0] ( https://github.com/jgnagy/metatron/compare/metatron/v0.10.1...metatron/v0.11.0 ) (2025-03-28)
4+
5+
6+ ### ⚠ BREAKING CHANGES
7+
8+ * ** templates:** secret now base64 encodes
9+ * ** templates:** omit attribute when default
10+
11+ ### Code Refactoring
12+
13+ * ** templates:** omit attribute when default ([ 0add60c] ( https://github.com/jgnagy/metatron/commit/0add60c5ef9faca5e1c7be050415ef3a1f15227b ) )
14+ * ** templates:** secret now base64 encodes ([ 3d263ec] ( https://github.com/jgnagy/metatron/commit/3d263ec85b9d7e87b987c2fcf4c6fc9664eb84d6 ) )
15+
316## [ 0.10.1] ( https://github.com/jgnagy/metatron/compare/metatron/v0.10.0...metatron/v0.10.1 ) (2025-03-21)
417
518
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- metatron (0.10.1 )
4+ metatron (0.11.0 )
55 base64
66 json (~> 2.6 )
77 rack (>= 2.2.8 , < 4 )
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Metatron
4- VERSION = "0.10.1 "
4+ VERSION = "0.11.0 "
55end
You can’t perform that action at this time.
0 commit comments