We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b40b22c commit 3bf3cbeCopy full SHA for 3bf3cbe
3 files changed
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
- No changes yet.
4
5
+## [0.1.6] - 2025-10-25
6
+
7
+- Fix gemspec homepage URL to point to project repository
8
9
## [0.1.5] - 2025-06-30
10
11
- Add Steepfile for type checking configuration and update RBS signatures for inline_partial methods
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
remote: .
specs:
- inline_partial (0.1.5)
+ inline_partial (0.1.6)
rails (>= 6.1)
GEM
lib/inline_partial/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module InlinePartial
- VERSION = "0.1.5"
+ VERSION = "0.1.6"
end
0 commit comments