Skip to content

Commit

Permalink
Merge pull request #143 from voxpupuli/release-v8.1.0
Browse files Browse the repository at this point in the history
Release v8.1.0
  • Loading branch information
rwaffen authored Jul 5, 2024
2 parents bf10e92 + 5ef61d3 commit 4e53f97
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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

## [v8.1.0](https://github.com/voxpupuli/voxpupuli-test/tree/v8.1.0) (2024-07-05)

[Full Changelog](https://github.com/voxpupuli/voxpupuli-test/compare/v8.0.0...v8.1.0)

**Implemented enhancements:**

- feat\(check:trailing\_whitespace\): collect all problems, report and then exit [\#141](https://github.com/voxpupuli/voxpupuli-test/pull/141) ([rwaffen](https://github.com/rwaffen))
- Add rubocop config [\#130](https://github.com/voxpupuli/voxpupuli-test/pull/130) ([bastelfreak](https://github.com/bastelfreak))

**Merged pull requests:**

- Document the trailing\_whitespace rake task in the README [\#142](https://github.com/voxpupuli/voxpupuli-test/pull/142) ([rwaffen](https://github.com/rwaffen))
- Remove redundant mock\_with default to rspec [\#138](https://github.com/voxpupuli/voxpupuli-test/pull/138) ([ekohl](https://github.com/ekohl))
- Merge duplicate branches in service\_provider fact [\#137](https://github.com/voxpupuli/voxpupuli-test/pull/137) ([ekohl](https://github.com/ekohl))

## [v8.0.0](https://github.com/voxpupuli/voxpupuli-test/tree/v8.0.0) (2024-06-12)

[Full Changelog](https://github.com/voxpupuli/voxpupuli-test/compare/v7.2.0...v8.0.0)
Expand Down
2 changes: 1 addition & 1 deletion voxpupuli-test.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = 'voxpupuli-test'
s.version = '8.0.0'
s.version = '8.1.0'
s.authors = ['Vox Pupuli']
s.email = ['[email protected]']
s.homepage = 'http://github.com/voxpupuli/voxpupuli-test'
Expand Down

0 comments on commit 4e53f97

Please sign in to comment.