@@ -4,6 +4,28 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 0.11] - 2019-06-16
8+ ### Added
9+ - The resolve option ` --internal-refs ` to resolve internal references ([ #295 ] )
10+ - Line numbers to YAML parse errors ([ #336 ] , [ #337 ] )
11+
12+ ### Fixed
13+ - The ` path-keys-no-trailing-slash ` rule not detecting paths with a trailing slash ([ #285 ] , [ #340 ] )
14+ - Overriding an inherited rule with a disable one would have no effect ([ #274 ] )
15+ - ` rules ` and ` skip ` options specified in ` speccy.yaml ` may be ignored when omitting ` --rules ` or ` --skip ` arguments in the command line ([ #278 ] )
16+ - A regression where assertion errors would spit out a stacktrace ([ #300 ] , [ #335 ] , [ #338 ] )
17+
18+ [ #274 ] : https://github.com/wework/speccy/pull/274
19+ [ #278 ] : https://github.com/wework/speccy/pull/278
20+ [ #285 ] : https://github.com/wework/speccy/issues/285
21+ [ #295 ] : https://github.com/wework/speccy/pull/295
22+ [ #300 ] : https://github.com/wework/speccy/issues/300
23+ [ #335 ] : https://github.com/wework/speccy/issues/335
24+ [ #336 ] : https://github.com/wework/speccy/issues/336
25+ [ #337 ] : https://github.com/wework/speccy/pull/337
26+ [ #338 ] : https://github.com/wework/speccy/pull/338
27+ [ #340 ] : https://github.com/wework/speccy/pull/340
28+
729## [ 0.10.1] - 2019-05-18
830### Fixed
931- A regression where the ` resolve ` command would not serialize the resolved YAML
0 commit comments