Skip to content

Commit

Permalink
Prepare v7
Browse files Browse the repository at this point in the history
  • Loading branch information
laserlemon authored Apr 15, 2024
1 parent fbea53a commit 3b8b880
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [7.0.0] - 2024-04-15

### Added

- Support for truly random Random.random_number, Random#random_number, and SecureRandom.rand methods
- Support for maintained Ruby versions 3.0, 3.1, and 3.2
- RuboCop for code formatting
- Test to assert proper XKCD code formatting

### Changed

- Re-roll

### Removed

Expand Down Expand Up @@ -65,7 +72,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release!

[unreleased]: https://github.com/laserlemon/fair_dice_roll/compare/v6.0.0...HEAD
[unreleased]: https://github.com/laserlemon/fair_dice_roll/compare/v7.0.0...HEAD
[7.0.0]: https://github.com/laserlemon/fair_dice_roll/compare/v6.0.0...v7.0.0
[6.0.0]: https://github.com/laserlemon/fair_dice_roll/compare/v5.1.0...v6.0.0
[5.1.0]: https://github.com/laserlemon/fair_dice_roll/compare/v5.1.0.rc1...v5.1.0
[5.1.0.rc1]: https://github.com/laserlemon/fair_dice_roll/compare/v5.0.0...v5.1.0.rc1
Expand Down
2 changes: 1 addition & 1 deletion lib/fair_dice_roll/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module FairDiceRoll
VERSION = Gem::Version.new("6.0.0")
VERSION = Gem::Version.new("7.0.0")
end

0 comments on commit 3b8b880

Please sign in to comment.