Skip to content

Commit

Permalink
release: version 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorLaborieWefox committed Mar 27, 2024
1 parent 958a3a5 commit 8e67497
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

All notable changes to this project will be documented in this file.

## [0.12.0](https://github.com/wefoxplatform/rustainers/compare/v0.11.0...v0.12.0) - 2024-03-27

### ⚠️ breaking changes

- Type `WaitStrategy` no longer derives `Eq` and `PartialEq`
- Added new `ContainerStatus` variant: `Removing`

### Added
- add wait strategy for watching logs
- add generic image
- add socket wait strategy
- add http wait strategy
- add copy tools
- entrypoint and command in run option
- support env. var.
- support volumes
- Add network option

### Fixed
- use stronger atomic ordering

### Other
- simplify code


## [0.11.0] - 2023-11-30

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ members = ["rustainers"]
resolver = "2"

[workspace.package]
version = "0.11.0"
version = "0.12.0"
edition = "2021"
authors = ["[email protected]"]

0 comments on commit 8e67497

Please sign in to comment.