shalvah 3 éve
szülő
commit
0f0364685e
2 módosított fájl, 5 hozzáadás és 1 törlés
  1. 4 0
      CHANGELOG.md
  2. 1 1
      src/Tools/Globals.php

+ 4 - 0
CHANGELOG.md

@@ -12,6 +12,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 
 ### Removals
 
+## 2.7.10 (Wednesday, 30 June 2021)
+### Fixed
+- Don't crash on unsupported rules (https://github.com/knuckleswtf/scribe/commit/720bec74a1bf409205af04edd47b7ab6d85ddf85)
+
 ## 2.7.9 (Wednesday, 9 June 2021)
 ### Fixed
 - Handle array body properly (https://github.com/knuckleswtf/scribe/pull/234)

+ 1 - 1
src/Tools/Globals.php

@@ -4,7 +4,7 @@ namespace Knuckles\Scribe\Tools;
 
 class Globals
 {
-    public const SCRIBE_VERSION = '2.7.9';
+    public const SCRIBE_VERSION = '2.7.10';
 
     public static $shouldBeVerbose = false;