Skip to content

Commit c6338cf

Browse files
Prepare for release 5.5.0 (#187)
* Prepare for release 5.5.0 - Update CHANGELOG.md to release version 5.5.0 - Update version references in README.md from 5.4.0 to 5.5.0 * Update CHANGELOG.md Co-authored-by: Olivier Halligon <[email protected]> --------- Co-authored-by: Olivier Halligon <[email protected]>
1 parent 3c82b28 commit c6338cf

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ _None._
3838

3939
### New Features
4040

41-
- Install Python during windows setup and install additional Visual Studio Build Tools components for native builds [#186]
41+
_None._
4242

4343
### Bug Fixes
4444

@@ -48,6 +48,12 @@ _None._
4848

4949
_None._
5050

51+
## 5.5.0
52+
53+
### New Features
54+
55+
- Allow optionally installing Python and additional Visual Studio Build Tools components for native builds during Windows setup [#186]
56+
5157
## 5.4.0
5258

5359
### New Features

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ steps:
2626
restore_cache $(hash_file package-lock.json)
2727
2828
plugins:
29-
- automattic/a8c-ci-toolkit#5.4.0:
29+
- automattic/a8c-ci-toolkit#5.5.0:
3030
bucket: a8c-ci-cache # optional
3131
```
3232
33-
Don't forget to verify what [the latest release](https://github.com/Automattic/a8c-ci-toolkit-buildkite-plugin/releases/latest) is and use that value instead of `5.4.0`.
33+
Don't forget to verify what [the latest release](https://github.com/Automattic/a8c-ci-toolkit-buildkite-plugin/releases/latest) is and use that value instead of `5.5.0`.
3434

3535
## Configuration
3636

0 commit comments

Comments
 (0)