Skip to content

Commit

Permalink
Bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhurd2326 committed Jul 19, 2024
1 parent f6d785d commit fb16dda
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ This project adheres to [Semantic Versioning](https://semver.org).

This file is auto-generated so please do not edit it.

----
## [0.6.0] - Jul 19, 2024
f6d785d

----
## [0.5.0] - Mar 8, 2023
b202e97
Expand Down
6 changes: 2 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
has_state_machine (0.5.0)
has_state_machine (0.6.0)
rails (>= 5.2)

GEM
Expand Down Expand Up @@ -98,7 +98,6 @@ GEM
marcel (1.0.2)
method_source (1.0.0)
mini_mime (1.1.2)
mini_portile2 (2.8.7)
minitest (5.17.0)
net-imap (0.3.4)
date
Expand All @@ -110,8 +109,7 @@ GEM
net-smtp (0.3.3)
net-protocol
nio4r (2.5.8)
nokogiri (1.14.2)
mini_portile2 (~> 2.8.0)
nokogiri (1.14.2-arm64-darwin)
racc (~> 1.4)
parallel (1.19.2)
parser (2.7.1.4)
Expand Down
2 changes: 1 addition & 1 deletion lib/has_state_machine/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module HasStateMachine
VERSION = "0.5.0"
VERSION = "0.6.0"
end

0 comments on commit fb16dda

Please sign in to comment.