We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 004c0b0 commit d83b0e5Copy full SHA for d83b0e5
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.16.0](https://github.com/nodejs/gyp-next/compare/v0.15.1...v0.16.0) (2023-10-23)
4
+
5
6
+### Features
7
8
+* add VCToolsVersion for msvs ([#209](https://github.com/nodejs/gyp-next/issues/209)) ([0e35ab8](https://github.com/nodejs/gyp-next/commit/0e35ab812d890fb75cf89a19ea72bc93dd6ba186))
9
10
## [0.15.1](https://github.com/nodejs/gyp-next/compare/v0.15.0...v0.15.1) (2023-09-08)
11
12
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "gyp-next"
-version = "0.15.1"
+version = "0.16.0"
authors = [
{ name="Node.js contributors", email="ryzokuken@disroot.org" },
]
0 commit comments