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

Commit 72f7ba0

Browse files
committed
v3.12.7
1 parent dc851cd commit 72f7ba0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Changelog.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
### Development
2-
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.12.6...3-12-maintenance)
2+
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.12.7...3-12-maintenance)
3+
4+
### 3.12.7 / 2024-02-04
5+
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.12.6...v3.12.7)
36

47
Bug Fixes:
58

lib/rspec/mocks/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module Mocks
33
# Version information for RSpec mocks.
44
module Version
55
# Version of RSpec mocks currently in use in SemVer format.
6-
STRING = '3.12.6'
6+
STRING = '3.12.7'
77
end
88
end
99
end

0 commit comments

Comments
 (0)