Skip to content

Commit 18099b4

Browse files
committed
Release v0.9.2
1 parent 6da4539 commit 18099b4

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [0.9.2] - 2021-09-30
2+
3+
### Fixed
4+
5+
Caches getting corrupted on interrupts (#39)
6+
17
## [0.9.1] - 2021-09-23
28

39
### Fixed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
rspec-tracer (0.9.1)
4+
rspec-tracer (0.9.2)
55
docile (~> 1.1, >= 1.1.0)
66
rspec-core (~> 3.6, >= 3.6.0)
77

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ recommended to use **simplecov >= 0.12.0**. To use RSpec Tracer **cache on CI**,
2828
need to have an **S3 bucket** and **[AWS CLI](https://aws.amazon.com/cli/)**
2929
installed.
3030

31-
You should take some time and go through the **[document](./RSPEC_TRACER.md)**
32-
describing the **intention** and implementation details of **managing dependency**,
33-
**managing flaky tests**, **skipping tests**, and **caching on CI**.
31+
### You should take some time and go through the **[document](./RSPEC_TRACER.md)** describing the **intention** and implementation details of **managing dependency**, **managing flaky tests**, **skipping tests**, and **caching on CI**.
3432

3533
## Table of Contents
3634

lib/rspec_tracer/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module RSpecTracer
4-
VERSION = '0.9.1'
4+
VERSION = '0.9.2'
55
end

0 commit comments

Comments
 (0)