Skip to content

Commit fa91426

Browse files
chore(main): release 0.2.0
1 parent 72293b4 commit fa91426

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-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.1.7"
2+
".": "0.2.0"
33
}

.version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.7
1+
0.2.0

CHANGELOG.md

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

3+
## [0.2.0](https://github.com/rubyists/leopard/compare/v0.1.7...v0.2.0) (2025-08-07)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Big move to use kwargs as the initializer for classes which include us ([#28](https://github.com/rubyists/leopard/issues/28))
9+
10+
### Bug Fixes
11+
12+
* Big move to use kwargs as the initializer for classes which include us ([#28](https://github.com/rubyists/leopard/issues/28)) ([72293b4](https://github.com/rubyists/leopard/commit/72293b434998679fe3ff2d467a6a39c11a325b5a))
13+
314
## [0.1.7](https://github.com/rubyists/leopard/compare/v0.1.6...v0.1.7) (2025-08-06)
415

516

lib/leopard/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module Rubyists
44
module Leopard
55
# x-release-please-start-version
6-
VERSION = '0.1.7'
6+
VERSION = '0.2.0'
77
# x-release-please-end
88
end
99
end

0 commit comments

Comments
 (0)