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

Commit a36ac02

Browse files
committed
v3.13.2
1 parent 21fc0d6 commit a36ac02

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

47
Bug Fixes:
58

lib/rspec/expectations/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module RSpec
22
module Expectations
33
# @private
44
module Version
5-
STRING = '3.13.1'
5+
STRING = '3.13.2'
66
end
77
end
88
end

0 commit comments

Comments
 (0)