Skip to content

Commit

Permalink
Merge pull request #132 from voxpupuli/rel810
Browse files Browse the repository at this point in the history
Release 8.1.0
  • Loading branch information
bastelfreak authored Jul 11, 2023
2 parents f396e4e + 7b825eb commit 2cfab81
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to this project will be documented in this file.

## [8.1.0](https://github.com/voxpupuli/beaker-rspec/tree/8.1.0) (2023-07-11)

[Full Changelog](https://github.com/voxpupuli/beaker-rspec/compare/8.0.1...8.1.0)

**Implemented enhancements:**

- fakefs: Allow 2.x [\#131](https://github.com/voxpupuli/beaker-rspec/pull/131) ([bastelfreak](https://github.com/bastelfreak))

**Merged pull requests:**

- Drop docs dev dependencies & CI: Build gems with strictness and verbosity [\#130](https://github.com/voxpupuli/beaker-rspec/pull/130) ([bastelfreak](https://github.com/bastelfreak))

## [8.0.1](https://github.com/voxpupuli/beaker-rspec/tree/8.0.1) (2023-05-05)

[Full Changelog](https://github.com/voxpupuli/beaker-rspec/compare/8.0.0...8.0.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/beaker-rspec/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module BeakerRSpec
module Version
STRING = '8.0.1'
STRING = '8.1.0'
end
end

0 comments on commit 2cfab81

Please sign in to comment.