We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b6a8ee commit dc08c15Copy full SHA for dc08c15
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+### [0.9.1](https://www.github.com/nodejs/gyp-next/compare/v0.9.0...v0.9.1) (2021-05-14)
4
+
5
6
+### Bug Fixes
7
8
+* py lint ([3b6a8ee](https://www.github.com/nodejs/gyp-next/commit/3b6a8ee7a66193a8a6867eba9e1d2b70bdf04402))
9
10
## [0.9.0](https://www.github.com/nodejs/gyp-next/compare/v0.8.1...v0.9.0) (2021-05-13)
11
12
setup.py
@@ -15,7 +15,7 @@
15
16
setup(
17
name="gyp-next",
18
- version="0.9.0",
+ version="0.9.1",
19
description="A fork of the GYP build system for use in the Node.js projects",
20
long_description=long_description,
21
long_description_content_type="text/markdown",
0 commit comments