Skip to content

Commit 3371f74

Browse files
author
Zack Chase
authored
Release v0.4.1 (#112)
1 parent 654f222 commit 3371f74

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@
188188
"options": {
189189
"commands": ["node ./release.js $VERSION_FROM $VERSION_TO"],
190190
"env": {
191-
"VERSION_FROM": "0.3.3",
192-
"VERSION_TO": "0.4.0"
191+
"VERSION_FROM": "0.4.0",
192+
"VERSION_TO": "0.4.1"
193193
}
194194
}
195195
}

sdk/go/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
],
5757
"env": {
5858
"GOPROXY": "proxy.golang.org",
59-
"VERSION": "0.4.0"
59+
"VERSION": "0.4.1"
6060
}
6161
},
6262
"cache": false

sdk/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ addopts = "--cov --cov-report html:'../../../coverage/sdk/python/html' --cov-rep
1111

1212
[project]
1313
name = "buildkite-sdk"
14-
version = "0.4.0"
14+
version = "0.4.1"
1515
description = "Automatically generated by Nx."
1616
requires-python = ">=3.10,<4"
1717
readme = "README.md"

sdk/ruby/lib/buildkite/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Buildkite
2-
VERSION = "0.4.0".freeze
2+
VERSION = "0.4.1".freeze
33
end

sdk/ruby/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"commands": ["gem push buildkite-sdk-$VERSION.gem"],
4949
"cwd": "dist/sdks/ruby",
5050
"env": {
51-
"VERSION": "0.4.0"
51+
"VERSION": "0.4.1"
5252
}
5353
},
5454
"cache": false

sdk/typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@buildkite/buildkite-sdk",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"dependencies": {
55
"tslib": "^2.3.0",
66
"yaml": "^2.6.1"

0 commit comments

Comments
 (0)