Skip to content

Commit

Permalink
Prepare to release v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrunger committed Jun 28, 2024
1 parent 333a2aa commit bd9056f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## v0.9.0 (2024-06-28)
- Print first 8 characters of commit SHA (not 7)

## v0.8.0 (2024-06-28)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
fcom (0.8.1.alpha)
fcom (0.9.0)
activesupport (>= 6, < 8)
memo_wise (>= 1.7, < 2)
rainbow (>= 3.0, < 4)
Expand Down
2 changes: 1 addition & 1 deletion lib/fcom/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

# rubocop:disable Style/StaticClass
class Fcom
VERSION = '0.8.1.alpha'
VERSION = '0.9.0'
end
# rubocop:enable Style/StaticClass

0 comments on commit bd9056f

Please sign in to comment.