Skip to content

Commit

Permalink
Prepare to release v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrunger committed Dec 11, 2024
1 parent 5f0a06e commit 536212d
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.14.0 (2024-12-10)
- Remove upper bounds on versions for all dependencies.

## v0.13.0 (2024-09-08)
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.13.1.alpha)
fcom (0.14.0)
activesupport (>= 6)
memo_wise (>= 1.7)
rainbow (>= 3.0)
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.13.1.alpha'
VERSION = '0.14.0'
end
# rubocop:enable Style/StaticClass

0 comments on commit 536212d

Please sign in to comment.