Skip to content

Commit d25d553

Browse files
authored
Bump version to v0.10.2 (#92)
1 parent a407813 commit d25d553

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
0.10.2 (oallenj)
4+
------------------
5+
6+
1. Fix buildpipe not working if any attributes are used on the wait step
7+
38
0.10.1 (TBoshoven)
49
------------------
510

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Example
1515
steps:
1616
- label: ":buildkite:"
1717
plugins:
18-
- jwplayer/buildpipe#v0.10.1:
18+
- jwplayer/buildpipe#v0.10.2:
1919
dynamic_pipeline: dynamic_pipeline.yml
2020
```
2121

hooks/command

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -euo pipefail
33

4-
buildpipe_version="${BUILDKITE_PLUGIN_BUILDPIPE_VERSION:-0.10.1}"
4+
buildpipe_version="${BUILDKITE_PLUGIN_BUILDPIPE_VERSION:-0.10.2}"
55
is_test="${BUILDKITE_PLUGIN_BUILDPIPE_TEST_MODE:-false}"
66

77
if [[ "$is_test" == "false" ]]; then

0 commit comments

Comments
 (0)