From fa914264753633e8f98c8f0e5b3dcef6673e0128 Mon Sep 17 00:00:00 2001 From: ruby-automation <171511148+ruby-automation@users.noreply.github.com> Date: Thu, 7 Aug 2025 07:28:17 -0600 Subject: [PATCH] chore(main): release 0.2.0 --- .release-please-manifest.json | 2 +- .version.txt | 2 +- CHANGELOG.md | 11 +++++++++++ lib/leopard/version.rb | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 55c86c8..2be9c43 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.7" + ".": "0.2.0" } diff --git a/.version.txt b/.version.txt index 1180819..0ea3a94 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -0.1.7 +0.2.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index dfc4b1f..ea3549a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.2.0](https://github.com/rubyists/leopard/compare/v0.1.7...v0.2.0) (2025-08-07) + + +### ⚠ BREAKING CHANGES + +* Big move to use kwargs as the initializer for classes which include us ([#28](https://github.com/rubyists/leopard/issues/28)) + +### Bug Fixes + +* 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)) + ## [0.1.7](https://github.com/rubyists/leopard/compare/v0.1.6...v0.1.7) (2025-08-06) diff --git a/lib/leopard/version.rb b/lib/leopard/version.rb index 8d55d77..c832a1b 100644 --- a/lib/leopard/version.rb +++ b/lib/leopard/version.rb @@ -3,7 +3,7 @@ module Rubyists module Leopard # x-release-please-start-version - VERSION = '0.1.7' + VERSION = '0.2.0' # x-release-please-end end end