Skip to content

Commit fbaa14d

Browse files
authored
Tag 0.7.0 (#202)
1 parent f7af12d commit fbaa14d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "BenchmarkTools"
22
uuid = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
3-
version = "0.6.0"
3+
version = "0.7.0"
44

55
[deps]
66
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
@@ -11,7 +11,7 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
1111

1212
[compat]
1313
julia = "1"
14-
JSON = "0.18, 0.19, 0.20, 0.21"
14+
JSON = " 0.18"
1515

1616
[extras]
1717
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

src/BenchmarkTools.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ using UUIDs: uuid4
99
using Printf
1010

1111

12-
const BENCHMARKTOOLS_VERSION = v"0.4.3"
12+
const BENCHMARKTOOLS_VERSION = v"0.7.0"
1313

1414
##############
1515
# Parameters #

0 commit comments

Comments
 (0)