Skip to content

Commit

Permalink
Merge pull request #17 from laserlemon/v9
Browse files Browse the repository at this point in the history
Release v9
  • Loading branch information
laserlemon authored Jul 8, 2024
2 parents 350423f + b8917d2 commit ac9e8c5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [9.0.0] - 2024-07-08

### Changed

- Re-roll

## [8.0.0] - 2024-05-08

### Changed
Expand Down Expand Up @@ -84,7 +90,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/v8.0.0...HEAD
[unreleased]: https://github.com/laserlemon/fair_dice_roll/compare/v9.0.0...HEAD
[9.0.0]: https://github.com/laserlemon/fair_dice_roll/compare/v8.0.0...v9.0.0
[8.0.0]: https://github.com/laserlemon/fair_dice_roll/compare/v7.0.1...v8.0.0
[7.0.1]: https://github.com/laserlemon/fair_dice_roll/compare/v7.0.0...v7.0.1
[7.0.0]: https://github.com/laserlemon/fair_dice_roll/compare/v6.0.0...v7.0.0
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("8.0.0")
VERSION = Gem::Version.new("9.0.0")
end

0 comments on commit ac9e8c5

Please sign in to comment.