From 721acb08ee16229cf79aa014ae2c06e281f89fc4 Mon Sep 17 00:00:00 2001 From: ruby-automation <171511148+ruby-automation@users.noreply.github.com> Date: Thu, 31 Jul 2025 12:01:43 -0600 Subject: [PATCH] chore(main): release 0.1.3 --- .release-please-manifest.json | 2 +- .version.txt | 2 +- CHANGELOG.md | 7 +++++++ lib/leopard/version.rb | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 001eb2c..c05df9b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.2" + ".": "0.1.3" } diff --git a/.version.txt b/.version.txt index d917d3e..b1e80bb 100644 --- a/.version.txt +++ b/.version.txt @@ -1 +1 @@ -0.1.2 +0.1.3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 3054085..6a452e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.3](https://github.com/rubyists/leopard/compare/v0.1.2...v0.1.3) (2025-07-31) + + +### Bug Fixes + +* Fixes the gem publisher, and adds missing .version.txt ([#11](https://github.com/rubyists/leopard/issues/11)) ([3dcbd3c](https://github.com/rubyists/leopard/commit/3dcbd3c1d687e04ce5fde85fef5c2d1c10a8a4cc)) + ## [0.1.2](https://github.com/rubyists/leopard/compare/v0.1.1...v0.1.2) (2025-07-31) diff --git a/lib/leopard/version.rb b/lib/leopard/version.rb index 6446b1d..3d9791b 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.2' + VERSION = '0.1.3' # x-release-please-end end end