Skip to content

Commit 28bcb17

Browse files
committed
chore: release v0.2.0
Signed-off-by: James Couball <jcouball@yahoo.com>
1 parent 96829fd commit 28bcb17

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ All notable changes to the process_executer gem will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## v0.2.0 (2024-10-30)
9+
10+
[Full Changelog](https://github.com/main-branch/bundler-gem_bytes/compare/v0.1.0..v0.2.0)
11+
12+
Changes since v0.1.0:
13+
14+
* 96829fd docs: update the releasing guidelines
15+
* 25c57f9 feat: make #remove_dependency available for gembytes scripts
16+
* b285af5 docs: add development debugging instructions in the README.md
17+
* ea05a44 fix: output an informative error when the gemspec parsed is not valid Ruby
18+
* 2147776 test: add fully integrated test that installs and runs gembytes via bundler
19+
* ab907b4 test: exclude lines from test coverage due to JRuby false positives
20+
* 03692ad feat: make #add_dependency available for gembytes scripts
21+
* 5d41e08 chore: add Bundler::GemBytes::Actions module to extend the API for gembytes scripts
22+
* 6f7be90 chore: add class to upsert a gem dependency into a gemspec
23+
* cf1ab4f chore: rake clobber should remove the .bundle directory
24+
825
## v0.1.0 (2024-10-17)
926

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

lib/bundler/gem_bytes/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
module Bundler
44
module GemBytes
55
# The version of this gem
6-
VERSION = '0.1.0'
6+
VERSION = '0.2.0'
77
end
88
end

0 commit comments

Comments
 (0)