Skip to content

Commit cf3a922

Browse files
committed
Bump minor version.
1 parent 307d12d commit cf3a922

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

lib/sus/fixtures/benchmark/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
module Sus
77
module Fixtures
88
module Benchmark
9-
VERSION = "0.1.0"
9+
VERSION = "0.2.0"
1010
end
1111
end
1212
end

readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ Please see the [project documentation](https://suspecting.github.io/sus-fixtures
1818

1919
Please see the [project releases](https://suspecting.github.io/sus-fixtures-benchmark/releases/index) for all releases.
2020

21+
### v0.2.0
22+
23+
- Added `exactly(count)` method to `Sus::Fixtures::Benchmark::Repeats` which returns an `Exactly` instance for fixed-count benchmarking.
24+
2125
### v0.1.0
2226

2327
- Added `Sus::Fixtures::Benchmark::Repeats` which is not an integer, but an instance that allows the block to be executed multiple times until the benchmark converges.

releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Releases
22

3-
## Unreleased
3+
## v0.2.0
44

55
- Added `exactly(count)` method to `Sus::Fixtures::Benchmark::Repeats` which returns an `Exactly` instance for fixed-count benchmarking.
66

0 commit comments

Comments
 (0)