Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Commit

Permalink
v3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Oct 26, 2022
1 parent 39aec00 commit 1277590
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ permissions:
env:
RSPEC_CI: true
# This tells rspec-rails what branch to run in ci
RSPEC_VERSION: '= 3.12.0.pre'
RSPEC_VERSION: '= 3.13.0.pre'
jobs:
rubocop:
name: Rubocop
Expand Down
5 changes: 4 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
### Development
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.11.2...main)
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.12.0...main)

### 3.12.0 / 2022-10-26
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.11.2...v3.12.0)

Enhancements:

Expand Down
2 changes: 1 addition & 1 deletion lib/rspec/mocks/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module Mocks
# Version information for RSpec mocks.
module Version
# Version of RSpec mocks currently in use in SemVer format.
STRING = '3.12.0.pre'
STRING = '3.13.0.pre'
end
end
end

0 comments on commit 1277590

Please sign in to comment.