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

Commit 0d6a023

Browse files
committed
v3.13.2
1 parent 2785b7e commit 0d6a023

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Changelog.md

Lines changed: 4 additions & 1 deletion
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.13.1...3-13-maintennace)
2+
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.13.2...3-13-maintennace)
3+
4+
### 3.13.2 / 2024-10-02
5+
[Full Changelog](http://github.com/rspec/rspec-mocks/compare/v3.13.1...v3.13.2)
36

47
Bug Fixes:
58

lib/rspec/mocks/version.rb

Lines changed: 1 addition & 1 deletion
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.13.1'
6+
STRING = '3.13.2'
77
end
88
end
99
end

0 commit comments

Comments
 (0)