Skip to content

Commit 96aef49

Browse files
committed
Bump version to 0.7.3
1 parent 273c988 commit 96aef49

File tree

3 files changed

+18
-13
lines changed

3 files changed

+18
-13
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [v0.7.3]
4+
5+
### Added
6+
- Added BLOCK_CREATE_SNAPSHOTS flag
7+
38
## [v0.7.2]
49

510
### Fixed

Gemfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
rspec-request_snapshot (0.7.2)
4+
rspec-request_snapshot (0.7.3)
55
rspec (~> 3.0)
66

77
GEM
@@ -12,19 +12,19 @@ GEM
1212
docile (1.3.1)
1313
json (2.1.0)
1414
rake (10.5.0)
15-
rspec (3.8.0)
16-
rspec-core (~> 3.8.0)
17-
rspec-expectations (~> 3.8.0)
18-
rspec-mocks (~> 3.8.0)
19-
rspec-core (3.8.1)
20-
rspec-support (~> 3.8.0)
21-
rspec-expectations (3.8.4)
15+
rspec (3.9.0)
16+
rspec-core (~> 3.9.0)
17+
rspec-expectations (~> 3.9.0)
18+
rspec-mocks (~> 3.9.0)
19+
rspec-core (3.9.0)
20+
rspec-support (~> 3.9.0)
21+
rspec-expectations (3.9.0)
2222
diff-lcs (>= 1.2.0, < 2.0)
23-
rspec-support (~> 3.8.0)
24-
rspec-mocks (3.8.1)
23+
rspec-support (~> 3.9.0)
24+
rspec-mocks (3.9.0)
2525
diff-lcs (>= 1.2.0, < 2.0)
26-
rspec-support (~> 3.8.0)
27-
rspec-support (3.8.2)
26+
rspec-support (~> 3.9.0)
27+
rspec-support (3.9.0)
2828
simplecov (0.16.1)
2929
docile (~> 1.1)
3030
json (>= 1.8, < 3)

lib/rspec/request_snapshot/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# rubocop:disable Style/ClassAndModuleChildren
44
module Rspec
55
module RequestSnapshot
6-
VERSION = "0.7.2"
6+
VERSION = "0.7.3"
77
end
88
end
99
# rubocop:enable Style/ClassAndModuleChildren

0 commit comments

Comments
 (0)