Skip to content

Commit b2f473d

Browse files
authored
*: Prepare release 0.10.0 (#341)
Signed-off-by: Max Inden <[email protected]>
1 parent 849b108 commit b2f473d

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,6 +1,6 @@
11
# Changelog
22

3-
## 0.10.0-rc.1
3+
## 0.10.0
44

55
- Improvement: Use different generic parameters for name and help at metric construction (#324).
66

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "Apache-2.0"
99
name = "prometheus"
1010
readme = "README.md"
1111
repository = "https://github.com/tikv/rust-prometheus"
12-
version = "0.10.0-rc.1"
12+
version = "0.10.0"
1313

1414
[badges]
1515
travis-ci = { repository = "pingcap/rust-prometheus" }

static-metric/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ quote = "1.0"
2323
lazy_static = "1.4"
2424

2525
[dev-dependencies]
26-
prometheus = { version = "0.10.0-rc.1", path = "../" }
26+
prometheus = { version = "0.10.0", path = "../" }
2727

2828
[features]
2929
default = []

0 commit comments

Comments
 (0)