Skip to content

Commit

Permalink
chore: release v0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: James Couball <jcouball@yahoo.com>
  • Loading branch information
jcouball committed Oct 31, 2024
1 parent 96829fd commit 28bcb17
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ All notable changes to the process_executer gem will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v0.2.0 (2024-10-30)

[Full Changelog](https://github.com/main-branch/bundler-gem_bytes/compare/v0.1.0..v0.2.0)

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

## v0.1.0 (2024-10-17)

[Full Changelog](https://github.com/main-branch/bundler-gem_bytes/compare/ce13f25..v0.1.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/bundler/gem_bytes/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
module Bundler
module GemBytes
# The version of this gem
VERSION = '0.1.0'
VERSION = '0.2.0'
end
end

0 comments on commit 28bcb17

Please sign in to comment.