From 812df63f35f007bfb7920aa3b4de999e6f6305b5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 18 Oct 2025 18:08:57 +0000 Subject: [PATCH 1/2] chore(master): release image_scraper 0.1.15 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 27 +++++++++++++++++++++++++++ lib/image_scraper/version.rb | 2 +- 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4537b3f..ad72bdc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.16" + ".": "0.1.15" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 75e408d..f4b2a57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ ## [Unreleased] +## [0.1.15](https://github.com/charlotte-ruby/image_scraper/compare/image_scraper-v0.1.16...image_scraper/v0.1.15) (2025-10-18) + + +### Bug Fixes + +* allow publishing of gem to rubygems and github ([f15651c](https://github.com/charlotte-ruby/image_scraper/commit/f15651cfdd3c7a0e64d37745228f8daea03fc54e)) +* attempt to bump release-please-action ([51e8572](https://github.com/charlotte-ruby/image_scraper/commit/51e85723805034a6d660f13ace63411fab756407)) +* bump ruby ([85ec180](https://github.com/charlotte-ruby/image_scraper/commit/85ec180c7ce3ef147864c2756bd82f61c5a41ad0)) +* bump to gems. bump ruby to 3.1.3 ([7ee3877](https://github.com/charlotte-ruby/image_scraper/commit/7ee38775bbc0e9684fe512c698a9caa1ecb3c07b)) +* bump version ([936f850](https://github.com/charlotte-ruby/image_scraper/commit/936f850b0f8f3d87607d28a5f3a4a088975b2ada)) +* more release-please splunking ([9e8358e](https://github.com/charlotte-ruby/image_scraper/commit/9e8358e8253136669cb785c93d3bc00d2a72223d)) +* specify manifest ([eb2fa11](https://github.com/charlotte-ruby/image_scraper/commit/eb2fa11fc2f46392cb0f83a19839d60a8663162a)) +* test release please action ([798c64d](https://github.com/charlotte-ruby/image_scraper/commit/798c64d8e7161310c007c68918bf67a806ce6c9d)) +* test release please action ([#69](https://github.com/charlotte-ruby/image_scraper/issues/69)) ([d172896](https://github.com/charlotte-ruby/image_scraper/commit/d172896f19c1f677cd0f4d52b0e6044740587ba9)) +* test version file ([c123e61](https://github.com/charlotte-ruby/image_scraper/commit/c123e615b99a48577d0875730ca129d244ad4bda)) +* testing release please ([c722746](https://github.com/charlotte-ruby/image_scraper/commit/c72274671065e8329f879b9640a39fc5652bbbd7)) +* trying again lol ([9f55af5](https://github.com/charlotte-ruby/image_scraper/commit/9f55af55bb34d61a4a6dbf141998212229bf6ac9)) +* trying version file bumping ([4aebb94](https://github.com/charlotte-ruby/image_scraper/commit/4aebb940c7ed0ecc3a0081f96f53ab6d73f9eff0)) +* update manifest ([d23f5a4](https://github.com/charlotte-ruby/image_scraper/commit/d23f5a426afda9b9b1f476a157f465a7b288c0ae)) +* use release-please-config.json ([1baa7d7](https://github.com/charlotte-ruby/image_scraper/commit/1baa7d7698118c3a2d5fe26a9c5c7cf24e5a99e4)) + + +### Miscellaneous Chores + +* release 0.1.10 ([f0fe5f1](https://github.com/charlotte-ruby/image_scraper/commit/f0fe5f125f414add262187ac5912ae06c4cbcf9c)) +* release 0.1.15 ([153605a](https://github.com/charlotte-ruby/image_scraper/commit/153605a0267802d00a9df899f4427f2ca9bc2334)) + ## [0.1.15](https://github.com/charlotte-ruby/image_scraper/compare/v0.1.16...v0.1.15) (2025-10-18) diff --git a/lib/image_scraper/version.rb b/lib/image_scraper/version.rb index 46bc4c0..9090167 100644 --- a/lib/image_scraper/version.rb +++ b/lib/image_scraper/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ImageScraper - VERSION = '0.1.14' + VERSION = '0.1.15' end From e367383355aeef76fdfae354ff412723eb4a1c36 Mon Sep 17 00:00:00 2001 From: Matt Date: Sat, 18 Oct 2025 14:10:44 -0400 Subject: [PATCH 2/2] Clean up CHANGELOG by removing old entries Removed several outdated entries related to version bumps and testing of release-please action. --- CHANGELOG.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4b2a57..1b7dbcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,16 +9,6 @@ * attempt to bump release-please-action ([51e8572](https://github.com/charlotte-ruby/image_scraper/commit/51e85723805034a6d660f13ace63411fab756407)) * bump ruby ([85ec180](https://github.com/charlotte-ruby/image_scraper/commit/85ec180c7ce3ef147864c2756bd82f61c5a41ad0)) * bump to gems. bump ruby to 3.1.3 ([7ee3877](https://github.com/charlotte-ruby/image_scraper/commit/7ee38775bbc0e9684fe512c698a9caa1ecb3c07b)) -* bump version ([936f850](https://github.com/charlotte-ruby/image_scraper/commit/936f850b0f8f3d87607d28a5f3a4a088975b2ada)) -* more release-please splunking ([9e8358e](https://github.com/charlotte-ruby/image_scraper/commit/9e8358e8253136669cb785c93d3bc00d2a72223d)) -* specify manifest ([eb2fa11](https://github.com/charlotte-ruby/image_scraper/commit/eb2fa11fc2f46392cb0f83a19839d60a8663162a)) -* test release please action ([798c64d](https://github.com/charlotte-ruby/image_scraper/commit/798c64d8e7161310c007c68918bf67a806ce6c9d)) -* test release please action ([#69](https://github.com/charlotte-ruby/image_scraper/issues/69)) ([d172896](https://github.com/charlotte-ruby/image_scraper/commit/d172896f19c1f677cd0f4d52b0e6044740587ba9)) -* test version file ([c123e61](https://github.com/charlotte-ruby/image_scraper/commit/c123e615b99a48577d0875730ca129d244ad4bda)) -* testing release please ([c722746](https://github.com/charlotte-ruby/image_scraper/commit/c72274671065e8329f879b9640a39fc5652bbbd7)) -* trying again lol ([9f55af5](https://github.com/charlotte-ruby/image_scraper/commit/9f55af55bb34d61a4a6dbf141998212229bf6ac9)) -* trying version file bumping ([4aebb94](https://github.com/charlotte-ruby/image_scraper/commit/4aebb940c7ed0ecc3a0081f96f53ab6d73f9eff0)) -* update manifest ([d23f5a4](https://github.com/charlotte-ruby/image_scraper/commit/d23f5a426afda9b9b1f476a157f465a7b288c0ae)) * use release-please-config.json ([1baa7d7](https://github.com/charlotte-ruby/image_scraper/commit/1baa7d7698118c3a2d5fe26a9c5c7cf24e5a99e4))