shalvah 4 年 前
コミット
d526ebca08
2 ファイル変更5 行追加1 行削除
  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.7 (Tuesday, 8 June 2021)
+### Fixed
+- Don't crash on unrecognized validation rule formats (https://github.com/knuckleswtf/scribe/commit/1d3b9d4146431bf97a62be65b0add570405bb880)
+
 ## 2.7.6 (Thursday, 27 May 2021)
 ### Fixed
 - Fix Laravel-type generation (https://github.com/knuckleswtf/scribe/commit/1d3b9d4146431bf97a62be65b0add570405bb880)

+ 1 - 1
src/Tools/Globals.php

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