Skip to content

Releases: main-branch/bundler-gem_bytes

v0.2.4

18 Apr 17:26
Compare
Choose a tag to compare

0.2.4 (2025-04-18)

Other Changes

  • Configure release-please to includes all changes in the CHANGELOG (69bc88d)

v0.2.3

17 Apr 15:30
Compare
Choose a tag to compare

0.2.3 (2025-04-17)

Bug Fixes

  • Do not trigger build workflows after merging to main or for release PRs (aa7539c)

v0.2.2

16 Apr 16:48
Compare
Choose a tag to compare

0.2.2 (2025-04-16)

Bug Fixes

  • Automate commit-to-publish workflow version file path wrong (4220bd4)

v0.2.1

16 Apr 16:41
Compare
Choose a tag to compare

0.2.1 (2025-04-16)

Features

  • Add a gemspec action to make modification to a project gemspec (d83d145)
  • Add the remove_dependency sub-action to the gemspec action (ba1ff7b)

Bug Fixes

  • Allow dependencies to have multiple version constraints (4217151)
  • Automate commit-to-publish workflow (3d018da)

Release v0.2.0

31 Oct 01:01
Compare
Choose a tag to compare

v0.2.0 (2024-10-30)

Full Changelog

Changes since v0.1.0:

  • 96829fd docs: update the releasing guidelines
  • 25c57f9 feat: make #remove_dependency available for gembytes scripts
  • b285af5 docs: add development debugging instructions in the README.md
  • ea05a44 fix: output an informative error when the gemspec parsed is not valid Ruby
  • 2147776 test: add fully integrated test that installs and runs gembytes via bundler
  • ab907b4 test: exclude lines from test coverage due to JRuby false positives
  • 03692ad feat: make #add_dependency available for gembytes scripts
  • 5d41e08 chore: add Bundler::GemBytes::Actions module to extend the API for gembytes scripts
  • 6f7be90 chore: add class to upsert a gem dependency into a gemspec
  • cf1ab4f chore: rake clobber should remove the .bundle directory

Release v0.1.0

17 Oct 17:09
Compare
Choose a tag to compare

v0.1.0 (2024-10-17)

Full Changelog

Changes:

  • b678393 feat: download and execute GemBytes script
  • 88c3ee9 chore: add script loading to the bundler plugin
  • afda321 chore: add bug tracker uri to gemspec
  • fe40e6c feat: add the script loader class
  • 83c8841 fix: correct the require for bindler/gem_bytes in bin/console
  • 74a638a chore: implement bundler plugin
  • ce13f25 chore: initial version