Skip to content

Commit

Permalink
Merge pull request #5 from marvin-hansen/release-plz-2025-01-20T04-37…
Browse files Browse the repository at this point in the history
…-05Z

chore: release
  • Loading branch information
marvin-hansen authored Jan 20, 2025
2 parents 5796aa5 + 7efa2a3 commit bfe70fd
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions crates/docker_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.3](https://github.com/marvin-hansen/buildutils/compare/docker_utils-v0.2.2...docker_utils-v0.2.3) - 2025-01-20

### Other

- update Cargo.toml dependencies

## [0.2.2](https://github.com/marvin-hansen/buildutils/compare/docker_utils-v0.2.1...docker_utils-v0.2.2) - 2025-01-20

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/docker_utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "docker_utils"
version = "0.2.2"
version = "0.2.3"
description = "Utilities for integration testsing with Docker"
readme = "README.md"
edition.workspace = true
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.1.4](https://github.com/marvin-hansen/buildutils/compare/service_utils-v0.1.3...service_utils-v0.1.4) - 2025-01-20

### Other

- update Cargo.toml dependencies

## [0.1.3](https://github.com/marvin-hansen/buildutils/compare/service_utils-v0.1.2...service_utils-v0.1.3) - 2025-01-20

### 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.3"
version = "0.1.4"
description = "Utilities for service integration testsing"
readme = "README.md"
edition.workspace = true
Expand Down

0 comments on commit bfe70fd

Please sign in to comment.