Skip to content

Commit 09776cd

Browse files
committed
chore: release 0.9.0
1 parent 9fbe5b9 commit 09776cd

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ The format is based on [Keep a Changelog] and this project adheres to [Semantic
77
[Keep a Changelog]: http://keepachangelog.com/en/1.0.0/
88
[Semantic Versioning]: http://semver.org/spec/v2.0.0.html
99

10+
## [0.9.0] - 2024-09-27
11+
12+
### Added
13+
- feat: add support for masking unmatched paths by @ranger-ross in https://github.com/nlopes/actix-web-prom/pull/84
14+
15+
[0.9.0]: https://github.com/nlopes/actix-web-prom/releases/tag/v0.9.0
16+
17+
1018
## [0.8.0] - 2024-02-10
1119

1220
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "actix-web-prom"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
authors = ["Norberto Lopes <nlopes.ml@gmail.com>"]
55
edition = "2021"
66
description = "Actix Web middleware to expose Prometheus metrics"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ First add `actix-web-prom` to your `Cargo.toml`:
2222

2323
```toml
2424
[dependencies]
25-
actix-web-prom = "0.8.0"
25+
actix-web-prom = "0.9.0"
2626
```
2727

2828
You then instantiate the prometheus middleware and pass it to `.wrap()`:

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ First add `actix-web-prom` to your `Cargo.toml`:
1616
1717
```toml
1818
[dependencies]
19-
actix-web-prom = "0.8.0"
19+
actix-web-prom = "0.9.0"
2020
```
2121
2222
You then instantiate the prometheus middleware and pass it to `.wrap()`:

0 commit comments

Comments
 (0)