We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26c505e commit f31ba6aCopy full SHA for f31ba6a
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## [0.5.1] - 2024-07-29
2
+- Missed a lockfile update. This release has the same contents as 0.5.0
3
+
4
## [0.5.0] - 2024-07-29
5
6
### Added
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- lucide-rails (0.4.0)
+ lucide-rails (0.5.1)
railties (>= 4.1.0)
7
GEM
lib/lucide-rails/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module LucideRails
- VERSION = "0.5.0"
+ VERSION = "0.5.1"
end
0 commit comments