Skip to content

Commit

Permalink
Bump to v0.14.1.alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrunger committed Dec 11, 2024
1 parent 536212d commit 5486073
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## Unreleased
[no unreleased changes yet]

## v0.14.0 (2024-12-10)
- Remove upper bounds on versions for all dependencies.

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.14.0)
fcom (0.14.1.alpha)
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.14.0'
VERSION = '0.14.1.alpha'
end
# rubocop:enable Style/StaticClass

0 comments on commit 5486073

Please sign in to comment.