File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
+ ## [ 0.0.5] - [ 2022-02-13]
9
+ - Support of Rails 7 (@kivanio )
10
+ - Fix README (@rcclemente )
11
+
8
12
## [ 0.0.4] - [ 2021-03-21]
9
13
10
14
### Fixed
@@ -29,3 +33,4 @@ This is a first public release (@nepalez)
29
33
[ 0.0.2 ] : https://github.com/nepalez/rspec-sqlimit/compare/v0.0.1...v0.0.2
30
34
[ 0.0.3 ] : https://github.com/nepalez/rspec-sqlimit/compare/v0.0.2...v0.0.3
31
35
[ 0.0.4 ] : https://github.com/nepalez/rspec-sqlimit/compare/v0.0.3...v0.0.4
36
+ [ 0.0.5 ] : https://github.com/nepalez/rspec-sqlimit/compare/v0.0.4...v0.0.5
Original file line number Diff line number Diff line change 1
1
Gem ::Specification . new do |gem |
2
2
gem . name = "rspec-sqlimit"
3
- gem . version = "0.0.4 "
3
+ gem . version = "0.0.5 "
4
4
gem . author = "Andrew Kozin (nepalez)"
5
5
6
6
gem . homepage = "https://github.com/nepalez/rspec-sqlimit"
You can’t perform that action at this time.
0 commit comments