Skip to content

Commit 57182a1

Browse files
authored
Bump 1.0.0
1 parent 79f55da commit 57182a1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [1.0.0] - [2025-03-06]
9+
- Support Rails 8+. (@palkan)
10+
811
## [0.0.6] - [2023-10-06]
912
- Support of Rails 7+ (@terracatta)
1013

rspec-sqlimit.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |gem|
22
gem.name = "rspec-sqlimit"
3-
gem.version = "0.0.6"
3+
gem.version = "1.0.0"
44
gem.author = "Andrew Kozin (nepalez)"
55
gem.email = "[email protected]"
66
gem.homepage = "https://github.com/nepalez/rspec-sqlimit"

0 commit comments

Comments
 (0)