You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 4, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased]
8
8
9
-
## [0.3.0] 2020-12-31
9
+
## [0.3.1] - 2020-12-31
10
+
### Fixed
11
+
- (Hopefully) got `cargo install ipld-schema` to compile successfully.
12
+
13
+
## [0.3.0] - 2020-12-31
10
14
### Added
11
15
- CLI program called `ipld-schema` which can generate and validate schema and the data they describe.
12
16
- Public `Opt` type that drives all CLI functionality and enables library users to achieve the same things.
@@ -31,7 +35,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
31
35
- Partial DSL parser that can read the schema-schema.
32
36
- 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.
0 commit comments