Skip to content

Commit

Permalink
Merge pull request #71 from bastelfreak/rel310
Browse files Browse the repository at this point in the history
Release 3.1.0
  • Loading branch information
bastelfreak committed Jul 5, 2024
2 parents 991c2d3 + 5563ef3 commit c2dd7cd
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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

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

[Full Changelog](https://github.com/voxpupuli/voxpupuli-release/compare/v3.0.1...v3.1.0)

**Implemented enhancements:**

- Add Ruby 3.3 to CI [\#66](https://github.com/voxpupuli/voxpupuli-release/pull/66) ([bastelfreak](https://github.com/bastelfreak))
- voxpupuli-rubocop: Update to 2.5.0 [\#65](https://github.com/voxpupuli/voxpupuli-release/pull/65) ([bastelfreak](https://github.com/bastelfreak))

**Fixed bugs:**

- release:prep task: actually commit files [\#64](https://github.com/voxpupuli/voxpupuli-release/pull/64) ([bastelfreak](https://github.com/bastelfreak))

**Merged pull requests:**

- voxpupuli-rubocop: Update to 2.8.0 [\#67](https://github.com/voxpupuli/voxpupuli-release/pull/67) ([bastelfreak](https://github.com/bastelfreak))

## [v3.0.1](https://github.com/voxpupuli/voxpupuli-release/tree/v3.0.1) (2023-10-05)

[Full Changelog](https://github.com/voxpupuli/voxpupuli-release/compare/v3.0.0...v3.0.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/voxpupuli/release/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Voxpupuli
module Release
VERSION = '3.0.1'
VERSION = '3.1.0'
end
end

0 comments on commit c2dd7cd

Please sign in to comment.