Skip to content

Commit d4913b2

Browse files
authored
*: Prepare prometheus v0.11.0 release (#370)
Signed-off-by: Max Inden <[email protected]>
1 parent 8dd1594 commit d4913b2

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.11.0
4+
5+
- Improvement: Switch to more efficient `fd_count()` for `process_open_fds` (#357).
6+
7+
- API change: Change Integer Counter type from AtomicI64 to AtomicU64 (#365).
8+
9+
- Internal change: Update dependencies.
10+
311
## 0.10.0
412

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

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"
12+
version = "0.11.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
@@ -24,7 +24,7 @@ lazy_static = "1.4"
2424

2525
[dev-dependencies]
2626
criterion = "0.3"
27-
prometheus = { version = "0.10.0", path = "../" }
27+
prometheus = { version = "0.11.0", path = "../" }
2828

2929
[features]
3030
default = []

0 commit comments

Comments
 (0)