Skip to content

Commit abe93c1

Browse files
committed
Amended version number.
1 parent d92f4da commit abe93c1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.2.0
1+
## 1.0.0
22
Breaking changes:
33
- The command `benchmark_runner` now has subcommands `report` and `export`.
44
- The functions `benchmark` and `asyncBenchmark` are now generic and

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ and the emitter output is colorized,
124124
it is recommended to use the option `--isMonochrome`, to
125125
avoid spurious characters due to the use of Ansi modifiers.
126126

127-
Since version 0.2.0, the functions [`benchmark`][benchmark] and
127+
Since version 1.0.0, the functions [`benchmark`][benchmark] and
128128
[`asyncBenchmark`][asyncBenchmark] accept the optional parameters `emitter` and
129129
`report`. These parameters can be used to customize the score reports e.g.
130130
to make the score format more suitable for writing to a file:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: benchmark_runner
33
description: A library for writing inline micro-benchmarks, running sync/async
44
benchmarks, reporting and exporting score statistics.
55

6-
version: 0.2.0
6+
version: 1.0.0
77

88
homepage: https://github.com/simphotonics/benchmark_runner
99

0 commit comments

Comments
 (0)