Skip to content

Commit b56d0ff

Browse files
committed
chore: Prepare to release 0.7.1
1 parent 978f46e commit b56d0ff

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.7.1] - 2025-06-25
2+
3+
- Updated webrick dependency to 1.8.2. This release has the same contents as 0.7.0.
4+
15
## [0.7.0] - 2025-06-25
26

37
### Added

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
lucide-rails (0.7.0)
4+
lucide-rails (0.7.1)
55
railties (>= 4.1.0)
66

77
GEM

lib/lucide-rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module LucideRails
4-
VERSION = "0.7.0"
4+
VERSION = "0.7.1"
55
end

0 commit comments

Comments
 (0)