Skip to content

Commit

Permalink
Merge pull request #138 from philipcristiano/release-plz-2024-10-16T1…
Browse files Browse the repository at this point in the history
…8-50-09Z

chore: release v0.0.24
  • Loading branch information
philipcristiano authored Dec 2, 2024
2 parents 77f35e2 + e642f5a commit 2b13913
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.24](https://github.com/philipcristiano/rust_service_conventions/compare/v0.0.23...v0.0.24) - 2024-12-01

### Fixed

- *(deps)* update rust crate thiserror to v2
- *(deps)* update opentelemetry-rust monorepo to 0.27.0 ([#147](https://github.com/philipcristiano/rust_service_conventions/pull/147))
- oidc: Skip tracing params

### Other

- *(deps)* lock file maintenance ([#151](https://github.com/philipcristiano/rust_service_conventions/pull/151))
- *(deps)* lock file maintenance ([#150](https://github.com/philipcristiano/rust_service_conventions/pull/150))
- *(deps)* lock file maintenance ([#149](https://github.com/philipcristiano/rust_service_conventions/pull/149))
- *(deps)* lock file maintenance ([#146](https://github.com/philipcristiano/rust_service_conventions/pull/146))
- *(deps)* lock file maintenance ([#145](https://github.com/philipcristiano/rust_service_conventions/pull/145))
- *(deps)* lock file maintenance
- *(deps)* lock file maintenance
- *(deps)* lock file maintenance
- *(deps)* lock file maintenance
- *(deps)* lock file maintenance

## [0.0.23](https://github.com/philipcristiano/rust_service_conventions/compare/v0.0.22...v0.0.23) - 2024-10-16

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "service_conventions"
version = "0.0.23"
version = "0.0.24"
edition = "2021"
description = "Conventions for services"
license = "Apache-2.0"
Expand Down

0 comments on commit 2b13913

Please sign in to comment.