From 5a02d8641cf6135105df7ff805d228a551434fd9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 09:52:50 +0000 Subject: [PATCH] chore(master): release 2.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a5d1cf2..9965a34 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.2.0" + ".": "2.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b6a86f4..38589cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,34 @@ # Changelog +## [2.3.0](https://github.com/deployhq/deployhq-lib/compare/v2.2.0...v2.3.0) (2026-04-28) + + +### Features + +* Add test infrastructure with multi-version Ruby support ([9c16d4c](https://github.com/deployhq/deployhq-lib/commit/9c16d4c2fae7e9782f6e96f338b29d6801b8edd1)) +* Add test infrastructure with multi-version Ruby support ([232e569](https://github.com/deployhq/deployhq-lib/commit/232e569527d46f3859866d6eacefcc9658c9778d)) + + +### Bug Fixes + +* Add flush before rewind in Tempfile tests ([4c31ad3](https://github.com/deployhq/deployhq-lib/commit/4c31ad316e8affb7d4119db3b85b645ad9dc398a)) +* align string concatenation indentation in gemspec ([963d995](https://github.com/deployhq/deployhq-lib/commit/963d995ae4893b9f102efe68dd4935efbb1d8080)) +* replace each_with_object with to_h to satisfy RuboCop ([2cd5831](https://github.com/deployhq/deployhq-lib/commit/2cd58314383edd604de12be4689344c32b168a34)) +* wrap gemspec description to satisfy line length lint ([3c4b49a](https://github.com/deployhq/deployhq-lib/commit/3c4b49a71520c7ab2793e9e589f8b5b322a37148)) + + +### Documentation + +* update README sections to align with CLI deprecation ([0e5a391](https://github.com/deployhq/deployhq-lib/commit/0e5a391ef597d18644377e6ff03025fd9e0de341)) + + +### Miscellaneous Chores + +* deprecate CLI in favor of deployhq-cli ([f983bc6](https://github.com/deployhq/deployhq-lib/commit/f983bc682c5a841117f598f007d6b6d5a85a8abb)) +* deprecate CLI in favor of deployhq-cli ([40b233a](https://github.com/deployhq/deployhq-lib/commit/40b233a2e0f4485d73ce50767b6e9f1bc8061831)) +* Switch test framework from Minitest to RSpec ([d766068](https://github.com/deployhq/deployhq-lib/commit/d7660681ec33bc9f0ef688d162c782b6b8be6af7)) +* Update gemspec metadata ([7dbd6f8](https://github.com/deployhq/deployhq-lib/commit/7dbd6f853116b9ab2c154dfad09540eaaa9026a9)) + ## [2.2.0](https://github.com/deployhq/deployhq-lib/compare/v2.1.2...v2.2.0) (2025-01-08)