Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-hansen authored Jan 19, 2025
1 parent 4dd8dca commit db7b000
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 3 deletions.
8 changes: 8 additions & 0 deletions crates/docker_utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.1](https://github.com/marvin-hansen/buildutils/compare/docker_utils-v0.2.0...docker_utils-v0.2.1) - 2025-01-19

### Other

- Updated README.md across all crates
- Merge remote-tracking branch 'origin/main'
- Added project wide copyright

## [0.2.0](https://github.com/marvin-hansen/buildutils/compare/docker_utils-v0.1.0...docker_utils-v0.2.0) - 2025-01-19

### 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.0"
version = "0.2.1"
description = "Utilities for integration testsing with Docker"
readme = "README.md"
edition.workspace = true
Expand Down
8 changes: 8 additions & 0 deletions crates/service_utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.2](https://github.com/marvin-hansen/buildutils/compare/service_utils-v0.1.1...service_utils-v0.1.2) - 2025-01-19

### Other

- Updated README.md across all crates
- Merge remote-tracking branch 'origin/main'
- Added project wide copyright

## [0.1.1](https://github.com/marvin-hansen/buildutils/compare/service_utils-v0.1.0...service_utils-v0.1.1) - 2025-01-19

### 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.1"
version = "0.1.2"
description = "Utilities for service integration testsing"
readme = "README.md"
edition.workspace = true
Expand Down
7 changes: 7 additions & 0 deletions crates/wait_utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.2](https://github.com/marvin-hansen/buildutils/compare/wait_utils-v0.1.1...wait_utils-v0.1.2) - 2025-01-19

### Other

- Updated README.md across all crates
- Added project wide copyright

## [0.1.1](https://github.com/marvin-hansen/buildutils/compare/wait_utils-v0.1.0...wait_utils-v0.1.1) - 2025-01-19

### Other
Expand Down
2 changes: 1 addition & 1 deletion crates/wait_utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wait_utils"
version = "0.1.1"
version = "0.1.2"
description = "Utilities for implementing wait loops using varies wait strategies"
readme = "README.md"
edition.workspace = true
Expand Down

0 comments on commit db7b000

Please sign in to comment.