Skip to content

Commit

Permalink
Merge pull request #9 from marvin-hansen/release-plz-2025-01-22T11-21…
Browse files Browse the repository at this point in the history
…-46Z

chore(service_utils): release v0.2.0
  • Loading branch information
marvin-hansen authored Jan 22, 2025
2 parents 91991aa + 0ec2db3 commit ae314a7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ deprecated_safe_2024 = "warn"
# Internal Aliases
# ==============
docker_utils = { path = "crates/docker_utils", version = "0.2" }
service_utils = { path = "crates/service_utils", version = "0.1" }
service_utils = { path = "crates/service_utils", version = "0.2" }
wait_utils = { path = "crates/wait_utils", version = "0.1" }
service_example = { path = "examples/service_example" }
# ==============
Expand Down
6 changes: 6 additions & 0 deletions crates/service_utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0](https://github.com/marvin-hansen/buildutils/compare/service_utils-v0.1.6...service_utils-v0.2.0) - 2025-01-22

### Other

- Added handling of additional start parameters to ServiceUtil

## [0.1.6](https://github.com/marvin-hansen/buildutils/compare/service_utils-v0.1.5...service_utils-v0.1.6) - 2025-01-22

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/service_utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "service_utils"
version = "0.1.6"
version = "0.2.0"
description = "Utilities for service integration testsing"
readme = "README.md"
edition.workspace = true
Expand Down

0 comments on commit ae314a7

Please sign in to comment.