Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
Co-authored-by: Artem Medvedev <artem.medvedev@workato.com>
  • Loading branch information
thomaseizinger and DDtKey authored Sep 28, 2023
1 parent 6f74455 commit 749dd7d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.15.0] - 2023-09-28

### Added
- Added `privileged` parameter to `RunnableImage`
- Added `shm_size` (shared memory size) parameter to `RunnableImage`
- Added logging of an error when starting a container fails

### Changed

- `Container::exec` changed to be synchronous and return `ExecOutput`
- MSRV is now 1.63.
- Fixed `get_bridge_ip_address` not to use outdated properties
- `Docker` trait is declared to be `Send + Sync`

### Removed

Expand Down

0 comments on commit 749dd7d

Please sign in to comment.