Skip to content

Commit

Permalink
🔖 Prepare release v2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Sep 22, 2024
1 parent 7498974 commit 80bdaf4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ and this project adheres to [Semantic Versioning v2](https://semver.org/spec/v2.
### Added
- More specs
- More documentation
- Even closer to 100% test coverage
- 0.2% remaining to 100% test coverage (line)
### Fixed
- Documentation errors
- Minor improvements to logic and performance (a bit more idiomatic Ruby)
Expand All @@ -29,7 +29,7 @@ and this project adheres to [Semantic Versioning v2](https://semver.org/spec/v2.
- 58.06% documented
### Added
- More documentation
- Almost 100% test coverage
- 1.81% remaining to 100% test coverage (line)
- Thread safety (removed `GemBench.roster`, which was effectively never used internally)
- Performance improvements
- Support for specifying arbitrary `:gemfile_path` in most class initializers
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.4)
gem_bench (2.0.5)
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.4"
VERSION = "2.0.5"
end
end

0 comments on commit 80bdaf4

Please sign in to comment.