Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): release v0.1.2 stable #66

Merged
merged 1 commit into from
May 21, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# [](https://github.com/qri-io/jsonschema/compare/v0.1.1...v) (2020-05-21)

This is a patch release of jsonschema to mark v0.1.2. The purpose of it is to provide a stable v0.1 version for managing the dependencies as the upcoming v0.2.0 will break a lot of the existing API.

### Bug Fixes

* Typo ([#52](https://github.com/qri-io/jsonschema/issues/52)) ([9f11b79](https://github.com/qri-io/jsonschema/commit/9f11b79125715650da0b4932b3ca66328b508ac7))


### Features

* **type:** identify custom struct as objects ([c1722b7](https://github.com/qri-io/jsonschema/commit/c1722b720fafa56f0514e08063b5a3c6baa73863))



# (2019-05-23)

This is the first proper release of jsonschema. In preparation for go 1.13, in which `go.mod` files and go modules are the primary way to handle go dependencies, we are going to do an official release of all our modules. This will be version v0.1.0 of jsonschema.
This is the first proper release of jsonschema. In preparation for go 1.13, in which `go.mod` files and go modules are the primary way to handle go dependencies, we are going to do an official release of all our modules. This will be version v0.1.1 of jsonschema.


### Bug Fixes
Expand Down