-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Due to b1c09e8 this is a backwards-incompatible change, and so we are bumping the major version to adhere to semantic versioning.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 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
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module ChildProcess | ||
VERSION = '1.0.1' | ||
VERSION = '2.0.0' | ||
end |
1d80933
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Build failure in AppVeyor is due to the commit message having a Unicode character (
→
) in its subject line, and AppVeyor builds always including this message as an environment variable in builds.One of the tests causes these environment variables to be loaded, causing the error:
I've confirmed this isn't an issue for the build itself by creating a test PR. The build passes.