Skip to content

Commit

Permalink
Release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdawson committed Aug 14, 2020
1 parent fff04fd commit e84e0d5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.1] - 2020-08-14

### Changed

- Progress polling will now retry (up to 3 times) on failure
Expand Down Expand Up @@ -71,7 +73,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Trigger a system notification on build completion with `--notification`
- Output the content of the notification as a JSON object with `--output-notification-json`

[unreleased]: https://github.com/liamdawson/buildkite_waiter/compare/v0.2.0...HEAD
[unreleased]: https://github.com/liamdawson/buildkite_waiter/compare/v0.2.1...HEAD
[0.2.1]: https://github.com/liamdawson/buildkite_waiter/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/liamdawson/buildkite_waiter/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/liamdawson/buildkite_waiter/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/liamdawson/buildkite_waiter/compare/v0.0.1-alpha.3...v0.1.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion buildkite_waiter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "buildkite_waiter"
version = "0.2.0"
version = "0.2.1"
authors = ["Liam Dawson <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit e84e0d5

Please sign in to comment.