Skip to content

Commit

Permalink
bumps version to v0.5.0 and adds reference links to README (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
desaikd authored Sep 13, 2022
1 parent 832b135 commit 58847da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exclude = [
"**/ion-schema-schemas/isl/**",
"*.pdf"
]
version = "0.4.0"
version = "0.5.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

An implementation of [Amazon Ion Schema](http://amzn.github.io/ion-schema) in Rust.

If you want to try out a web tool to validate your Ion values using `ion-schema-rust`, please visit: https://amzn.github.io/ion-schema/sandbox

**This package is considered experimental, under active/early development, and the API is subject to change.**

## Getting Started
Expand Down Expand Up @@ -115,6 +117,8 @@ Violation {
}
```

For more getting started examples, please visit: https://amzn.github.io/ion-schema/docs/cookbook/ion-schema-rust-getting-started

## Development

This repository contains [git submodules](https://git-scm.com/docs/git-submodule)
Expand Down

0 comments on commit 58847da

Please sign in to comment.