- Update the azure-pipelines schema version to latest. Thanks to :user:`Borda`
0.4.0
-----
- Fix a bug with parallel runs writing the same file in an unsafe way - Update the base cache directory on macOS to ``~/Library/Caches/``. Thanks to :user:`foolioo`
0.3.2
-----
- Bugfix: handle last-modified header being un-set on schema request. Thanks to :user:`foolioo` for the fix!
0.3.1
-----
- Bugfix: handle non-string elements in the json path. Thanks to :user:`Jean-MichelBenoit` for the fix!
0.3.0
-----
- Don't show full schemas on errors. Show only the filename, path, and message - Convert from package to single module layout
0.2.1
-----
- Add hooks for additional CI systems: Azure pipelines, GitHub Actions, and Travis