From 9fe4f760df42207bc38e5711b466c47b99ee8432 Mon Sep 17 00:00:00 2001 From: ergebnis-bot Date: Thu, 10 Jun 2021 09:05:57 +0000 Subject: [PATCH 1/2] Enhancement: Update schema.json --- resource/schema.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/resource/schema.json b/resource/schema.json index 810cabeb..4245a69d 100644 --- a/resource/schema.json +++ b/resource/schema.json @@ -274,9 +274,10 @@ "bin-compat": { "enum": [ "auto", - "full" + "full", + "symlink" ], - "description": "The compatibility of the binaries, defaults to \"auto\" (automatically guessed) and can be \"full\" (compatible with both Windows and Unix-based systems)." + "description": "The compatibility of the binaries, defaults to \"auto\" (automatically guessed), can be \"full\" (compatible with both Windows and Unix-based systems) and \"symlink\" (symlink also for WSL)." }, "discard-changes": { "type": [ From 075b9e0575bf5550e6b530b9e831685a44ae3e85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Tue, 15 Jun 2021 09:47:23 +0200 Subject: [PATCH 2/2] Fix: Update CHANGELOG.md --- CHANGELOG.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a8a4f95..78375e67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## Unreleased -For a full diff see [`2.14.0...main`][2.14.0...main]. +For a full diff see [`2.15.0...main`][2.15.0...main]. + +## [`2.15.0`][2.15.0] + +For a full diff see [`2.14.0...2.15.0`][2.14.0...2.15.0]. + +### Changed + +* Updated `schema.json` ([#754]), by [@ergebnis-bot] ## [`2.14.0`][2.14.0] @@ -584,6 +592,7 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0]. [2.13.3]: https://github.com/ergebnis/composer-normalize/releases/tag/2.13.3 [2.13.4]: https://github.com/ergebnis/composer-normalize/releases/tag/2.13.4 [2.14.0]: https://github.com/ergebnis/composer-normalize/releases/tag/2.14.0 +[2.15.0]: https://github.com/ergebnis/composer-normalize/releases/tag/2.15.0 [81bc3a8...0.1.0]: https://github.com/ergebnis/composer-normalize/compare/81bc3a8...0.1.0 [0.1.0...0.2.0]: https://github.com/ergebnis/composer-normalize/compare/0.1.0...0.2.0 @@ -640,7 +649,8 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0]. [2.13.2...2.13.3]: https://github.com/ergebnis/composer-normalize/compare/2.13.2...2.13.3 [2.13.3...2.13.4]: https://github.com/ergebnis/composer-normalize/compare/2.13.3...2.13.4 [2.13.4...2.14.0]: https://github.com/ergebnis/composer-normalize/compare/2.13.4...2.14.0 -[2.14.0...main]: https://github.com/ergebnis/composer-normalize/compare/2.14.0...main +[2.14.0...2.15.0]: https://github.com/ergebnis/composer-normalize/compare/2.14.0...2.15.0 +[2.15.0...main]: https://github.com/ergebnis/composer-normalize/compare/2.15.0...main [#1]: https://github.com/ergebnis/composer-normalize/pull/1 [#2]: https://github.com/ergebnis/composer-normalize/pull/2 @@ -721,6 +731,7 @@ For a full diff see [`81bc3a8...0.1.0`][81bc3a8...0.1.0]. [#743]: https://github.com/ergebnis/composer-normalize/pull/743 [#744]: https://github.com/ergebnis/composer-normalize/pull/744 [#750]: https://github.com/ergebnis/composer-normalize/pull/750 +[#754]: https://github.com/ergebnis/composer-normalize/pull/754 [@core23]: https://github.com/core23 [@dependabot]: https://github.com/dependabot