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

Commit 3bdf310

Browse files
committed
v3.13.2
1 parent 55f9ead commit 3bdf310

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-core/compare/v3.13.1...3-13-maintenance)
2+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.13.2...3-13-maintenance)
3+
4+
### 3.13.2 / 2024-10-18
5+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.13.1...v3.13.2)
36

47
Bug fixes:
58

lib/rspec/core/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module Core
33
# Version information for RSpec Core.
44
module Version
55
# Current version of RSpec Core, in semantic versioning format.
6-
STRING = '3.13.1'
6+
STRING = '3.13.2'
77
end
88
end
99
end

0 commit comments

Comments
 (0)