Skip to content

Commit

Permalink
Merge pull request #155 from testcontainers/release/0.9.1
Browse files Browse the repository at this point in the history
Fix invalid workflow file and bump version to 0.9.1
  • Loading branch information
thomaseizinger authored Mar 25, 2020
2 parents 3cf184d + 2015289 commit 53e9d6d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ jobs:
publish_release:
if: github.event.pull_request.merged == true && startsWith(github.event.pull_request.head.ref, 'release/') # only merged release branches must trigger this
name: Build binary
strategy:
matrix:
os: ubuntu-latest
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
steps:
- name: Checkout merge commit
uses: actions/checkout@v2
Expand Down
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.9.0] - 2020-03-24
## [0.9.1] - 2020-03-24

### Added

Expand All @@ -24,6 +24,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Provide a default password for the postgres image.
There seems to be an unfortunate breaking change in the postgres image that we need to cater for.

[Unreleased]: https://github.com/testcontainers/testcontainers-rs/compare/0.9.0...HEAD
[Unreleased]: https://github.com/testcontainers/testcontainers-rs/compare/0.9.1...HEAD

[0.9.0]: https://github.com/testcontainers/testcontainers-rs/compare/0.8.1...0.9.0
[0.9.0]: https://github.com/testcontainers/testcontainers-rs/compare/0.8.1...0.9.1
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords = ["docker", "testcontainers"]
license = "MIT OR Apache-2.0"
name = "testcontainers"
repository = "https://github.com/testcontainers/testcontainers-rs"
version = "0.9.0"
version = "0.9.1"

[dependencies]
derivative = "1"
Expand Down

0 comments on commit 53e9d6d

Please sign in to comment.