File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,12 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] , and this project adheres
55to [ Semantic Versioning] .
66
7- ## [ 3.0.5] [ 2022-20-01]
7+ ## [ 3.1.0] [ 2022-07-04]
8+
9+ ### Added
10+ - Support for Ruby 3+ (@HolyWalley )
11+
12+ ## [ 3.0.5] [ 2022-01-20]
813
914### Fixed
1015- Don't remove public_send method from Scope (@mrexox )
@@ -495,3 +500,5 @@ formats will be added.
495500[ 3.0.2 ] : https://github.com/evilmartians/evil-client/compare/v3.0.1...v3.0.2
496501[ 3.0.3 ] : https://github.com/evilmartians/evil-client/compare/v3.0.2...v3.0.3
497502[ 3.0.4 ] : https://github.com/evilmartians/evil-client/compare/v3.0.3...v3.0.4
503+ [ 3.0.5 ] : https://github.com/evilmartians/evil-client/compare/v3.0.4...v3.0.5
504+ [ 3.1.0 ] : https://github.com/evilmartians/evil-client/compare/v3.0.5...v3.1.0
Original file line number Diff line number Diff line change 11Gem ::Specification . new do |gem |
22 gem . name = "evil-client"
3- gem . version = "3.0.4 "
3+ gem . version = "3.1.0 "
44 gem . author = [ "Andrew Kozin (nepalez)" , "Ravil Bairamgalin (brainopia)" ]
55 gem . email = [ "andrew.kozin@gmail.com" , "nepalez@evilmartians.com" ]
66 gem . homepage = "https://github.com/evilmartians/evil-client"
You can’t perform that action at this time.
0 commit comments