Skip to content

Commit d65271d

Browse files
committed
Release v0.11.0
1 parent c63b233 commit d65271d

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and 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

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "speccy",
3-
"version": "0.10.1",
3+
"version": "0.11.0",
44
"description": "An OpenAPI v3.0 development workflow assistant",
55
"homepage": "https://speccy.io/",
66
"bin": {

0 commit comments

Comments
 (0)