Skip to content

Commit

Permalink
Cutting 0.23.0-rc0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Caleb Metz <[email protected]>
  • Loading branch information
cmetz100 committed Aug 19, 2024
1 parent 4f29f57 commit 3cd19e4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

## [0.23.0-rc0]
### Added
- Added ability to create tags for both expvar and prometheus target metrics specific to a single target_metrics configuration (example below shows prometheus metrics collected from the core agent and two additional tags created)
```yaml
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions lading/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[package]
name = "lading"
version = "0.22.0"
version = "0.23.0-rc0"
authors = [
"Brian L. Troutwine <[email protected]>",
"George Hahn <[email protected]>",
"Scott Opell <[email protected]>"
"Scott Opell <[email protected]>",
"Caleb Metz <[email protected]>"
]
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit 3cd19e4

Please sign in to comment.