Skip to content

Commit

Permalink
v3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Feb 4, 2024
1 parent 774c170 commit 35086f8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ concurrency:
env:
RSPEC_CI: true
# This tells rspec-rails what branch to run in ci
RSPEC_VERSION: '= 3.13.0.pre'
RSPEC_VERSION: '= 3.14.0.pre'
jobs:
rubocop:
name: Rubocop
Expand Down
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
### Development
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.12.3...main)

### 3.13.0 / 2024-02-04
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.12.4...v3.13.0)

Enhancements:

* Update `eq` and `eql` matchers to better highlight difference in string encoding.
Expand Down
2 changes: 1 addition & 1 deletion lib/rspec/expectations/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module RSpec
module Expectations
# @private
module Version
STRING = '3.13.0.pre'
STRING = '3.14.0.pre'
end
end
end

0 comments on commit 35086f8

Please sign in to comment.