Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.2.0"
".": "2.3.0"
}
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
Loading