Skip to content

Commit

Permalink
v3.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Jul 11, 2023
1 parent 52553c6 commit d798ada
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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.12.5...3-12-maintenance)
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.12.6...3-12-maintenance)

### 3.12.6 / 2023-07-11
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.12.5...v3.12.6)

Bug Fixes:

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.5'
STRING = '3.12.6'
end
end
end

0 comments on commit d798ada

Please sign in to comment.