-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #160 from Automattic/add-changelog-1
1.0.0: Adding changelog
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Changelog for vip-go-ci | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
## [1.0.0] - 2021-05-03 | ||
|
||
### Fixed | ||
- [#153](https://github.com/Automattic/vip-go-ci/pull/153): Use local git repository for sources of `git diff`, resolving problems caused by the GitHub API not returning results or skipping files for long patches (see #135). | ||
- [#158](https://github.com/Automattic/vip-go-ci/pull/158): Fix a bug in `vipgoci_gitrepo_blame_for_file()` which can lead to PHPCS results not being posted. This will resolve #90. | ||
- [#162](https://github.com/Automattic/vip-go-ci/pull/162): Update `testVersion` parameter in CircleCI configuration | ||
- [#161](https://github.com/Automattic/vip-go-ci/pull/161): Update `testVersion` parameter in README.md | ||
- [#148](https://github.com/Automattic/vip-go-ci/pull/148): Fix problem with PHPCS config files that use paths without leading `/`. | ||
- [#150](https://github.com/Automattic/vip-go-ci/pull/150): Assign PHP linting problems a severity value. | ||
|
||
### Updated | ||
- [#159](https://github.com/Automattic/vip-go-ci/pull/159): Update VIP-Coding-Standards to newer version, see #159. | ||
- [#143](https://github.com/Automattic/vip-go-ci/pull/143): Allow more options to be configured via repository-config file. | ||
- [#151](https://github.com/Automattic/vip-go-ci/pull/151): Make name of support-level field configurable. |