Skip to content

Commit

Permalink
Merge pull request #203 from wework/release/0.8.5
Browse files Browse the repository at this point in the history
Release v0.8.5
  • Loading branch information
Eric Swirsky authored Nov 15, 2018
2 parents 81483bf + 4af28e5 commit b7dfaef
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 104 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.8.5] - 2018-11-15
### Added
- Custom rulesets can now be loaded from the local filesystem, thanks [@erunion]! ([#196])
### Fixed
- More resolving errors fixed upgrading oas-kit ([#185] & [#187])

[@erunion]: https://github.com/erunion
[#185]: https://github.com/wework/speccy/issues/185
[#187]: https://github.com/wework/speccy/issues/187
[#196]: https://github.com/wework/speccy/pull/196

## [0.8.4] - 2018-10-16
### Fixed
- Referenced files containing spaces would fail to load on OS X and Linux ([#181])
Expand Down
113 changes: 10 additions & 103 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "speccy",
"version": "0.8.4",
"version": "0.8.5",
"description": "An OpenAPI v3 development workflow assistant",
"homepage": "https://speccy.io/",
"bin": {
Expand Down

0 comments on commit b7dfaef

Please sign in to comment.