Skip to content

Commit 41f0cce

Browse files
committed
chore: release v0.1.1
1 parent 314245d commit 41f0cce

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [Unreleased](https://github.com/tbhb/sqids-rails/compare/v0.1.1...main)
4+
5+
## [0.1.1](https://github.com/tbhb/sqids-rails/releases/tag/v0.1.1) - 2024-07-05
46

57
### Fixes
68

7-
- Relocate test migration to dummy app
9+
- Relocate test migration to dummy app ([#2](https://github.com/tbhb/sqids-rails/pull/2))
810

911
## [0.1.0](https://github.com/tbhb/sqids-rails/releases/tag/v0.1.0) - 2024-07-05
1012

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GIT
88
PATH
99
remote: .
1010
specs:
11-
sqids-rails (0.1.0)
11+
sqids-rails (0.1.1)
1212
rails (>= 6.1.0)
1313
sqids (~> 0.2)
1414

gemfiles/rails_6_1.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GIT
88
PATH
99
remote: ..
1010
specs:
11-
sqids-rails (0.1.0)
11+
sqids-rails (0.1.1)
1212
rails (>= 6.1.0)
1313
sqids (~> 0.2)
1414

gemfiles/rails_7_0.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GIT
88
PATH
99
remote: ..
1010
specs:
11-
sqids-rails (0.1.0)
11+
sqids-rails (0.1.1)
1212
rails (>= 6.1.0)
1313
sqids (~> 0.2)
1414

lib/sqids/rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class Sqids
22
module Rails
3-
VERSION = "0.1.0"
3+
VERSION = "0.1.1"
44
end
55
end

0 commit comments

Comments
 (0)