Skip to content

Commit 3bf3cbe

Browse files
committed
Bump version to 0.1.6 and update CHANGELOG
1 parent b40b22c commit 3bf3cbe

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
- No changes yet.
44

5+
## [0.1.6] - 2025-10-25
6+
7+
- Fix gemspec homepage URL to point to project repository
8+
59
## [0.1.5] - 2025-06-30
610

711
- Add Steepfile for type checking configuration and update RBS signatures for inline_partial methods

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-
inline_partial (0.1.5)
4+
inline_partial (0.1.6)
55
rails (>= 6.1)
66

77
GEM

lib/inline_partial/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 InlinePartial
4-
VERSION = "0.1.5"
4+
VERSION = "0.1.6"
55
end

0 commit comments

Comments
 (0)