We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a4aa5b commit 2d5acfaCopy full SHA for 2d5acfa
3 files changed
CHANGELOG.md
@@ -1,4 +1,7 @@
1
-## [Unreleased]
+## [0.1.1] - 2025-06-28
2
+
3
+- Second release of inline_partial gem.
4
+- Refactored `render_inline_partial` method to use explicit object parameter instead of `*args`.
5
6
## [0.1.0] - 2025-06-28
7
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- inline_partial (0.1.0)
+ inline_partial (0.1.1)
rails (>= 6.1)
GEM
lib/inline_partial/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module InlinePartial
- VERSION = "0.1.0"
+ VERSION = "0.1.1"
end
0 commit comments