Skip to content
This repository has been archived by the owner on Sep 4, 2022. It is now read-only.

Commit

Permalink
Bump version: 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mx00s committed Dec 31, 2020
1 parent d10fe9b commit ecc3c3b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0] 2020-12-31
### Added
- CLI program called `ipld-schema` which can generate and validate schema and the data they describe.
- Public `Opt` type that drives all CLI functionality and enables library users to achieve the same things.
- Schema and data generation are deterministically driven by a 32-byte seed.

### Changed
- Implementations of Arbitrary for schema types are included regardless of specified cargo features.

## [0.2.0] - 2020-12-30
### Added
Expand All @@ -23,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Partial DSL parser that can read the schema-schema.
- Serde deserializers to read IPDL's [reified JSON form of the schema-schema](./specs/schemas/schema-schema.ipldsch.json) and a test verifying correspondence to parsed DSL form.

[Unreleased]: https://github.com/mx00s/ipld-schema/compare/0.2.0...HEAD
[Unreleased]: https://github.com/mx00s/ipld-schema/compare/0.3.0...HEAD
[0.3.0]: https://github.com/mx00s/ipld-schema/compare/0.2.0...0.3.0
[0.2.0]: https://github.com/mx00s/ipld-schema/compare/0.1.1...0.2.0
[0.1.1]: https://github.com/mx00s/ipld-schema/compare/b47846afc50ff594ed144197de35c81142b595bd...0.1.1
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ipld-schema"
version = "0.2.0"
version = "0.3.0"
authors = ["Sage Mitchell <[email protected]>"]
edition = "2018"
description = "IPLD Schema tools"
Expand Down

0 comments on commit ecc3c3b

Please sign in to comment.