Skip to content

Commit

Permalink
🔖 Prepare release v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Sep 20, 2024
1 parent e0af531 commit c247992
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,23 @@ and this project adheres to [Semantic Versioning v2](https://semver.org/spec/v2.
### Fixed
### Removed

## [2.0.4] SEP.20.2024
COVERAGE: 98.19% -- 488/497 lines in 9 files
BRANCH COVERAGE: 88.95% -- 161/181 branches in 9 files
58.06% documented
### Added
- More Documentation
- Almost 100% test coverage
- Thread Safety (removed `GemBench.roster`, which was effectively never used internally)
- Performance improvements
### Fixed
- Can now handle more variations of Ruby syntax in the Gemfile analyzer
- `require_relative` > `require` for internal files (except for `spec` => `lib`)
- Updated logic for version specified via git with branch, tag, ref (to match fixes to Bundler's behavior)
- Ambiguous naming of `GemBench::Jersey#primary_namespace` is split to:
- `#doffed_primary_namespace`
- `#donned_primary_namespace`

## [2.0.3] SEP.18.2024
### Added
- More documentation
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
gem_bench (2.0.3)
gem_bench (2.0.4)
bundler (>= 1.14)
version_gem (~> 1.1, >= 1.1.4)

Expand Down
2 changes: 1 addition & 1 deletion lib/gem_bench/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module GemBench
# Version is enhanced by VersionGem::Basic once the gem is loaded.
module Version
VERSION = "2.0.3"
VERSION = "2.0.4"
end
end

0 comments on commit c247992

Please sign in to comment.