Skip to content

Commit

Permalink
chore(rust): Release 0.18.1
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Dygalo <[email protected]>
  • Loading branch information
Stranger6667 committed Aug 24, 2024
1 parent 40d8750 commit cbdd55a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## [Unreleased]

## [0.18.1] - 2024-08-24

### Added

Expand Down Expand Up @@ -456,7 +457,8 @@

- Initial public release

[Unreleased]: https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.18.0...HEAD
[Unreleased]: https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.18.1...HEAD
[0.18.1]: https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.18.0...rust-v0.18.1
[0.18.0]: https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.17.1...rust-v0.18.0
[0.17.1]: https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.17.0...rust-v0.17.1
[0.17.0]: https://github.com/Stranger6667/jsonschema-rs/compare/rust-v0.16.1...rust-v0.17.0
Expand Down
2 changes: 1 addition & 1 deletion jsonschema/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ license = "MIT"
name = "jsonschema"
readme = "../README.md"
repository = "https://github.com/Stranger6667/jsonschema-rs"
version = "0.18.0"
version = "0.18.1"
rust-version = "1.56.1"

categories = ["web-programming"]
Expand Down
4 changes: 4 additions & 0 deletions jsonschema/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
//! - JSON Schema drafts 4, 6, 7 (except some optional test cases);
//! - Loading remote documents via HTTP(S);
//!
//! Partially supported drafts (some keywords are not implemented):
//! - Draft 2019-09 (requires the `draft201909` feature enabled)
//! - Draft 2020-12 (requires the `draft202012` feature enabled)
//!
//! This library is functional and ready for use, but its API is still evolving to the 1.0 API.
//!
//! ## Usage Examples:
Expand Down

0 comments on commit cbdd55a

Please sign in to comment.