Skip to content

Commit

Permalink
Version 0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
timothee-haudebourg committed Jun 25, 2024
1 parent ce1669a commit c02d276
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.19.1] - 2024-06-25

### Added

- [ce1669a] Add `syntax::from_value`, `to_value` and `Unordered` re-exports from `json-syntax`.

## [0.19.0] - 2024-06-25

### Changed
Expand Down
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,16 @@ documentation = "https://docs.rs/json-ld"
license = "MIT/Apache-2.0"
edition = "2021"
rust-version = "1.77.0"
version = "0.19.0"
version = "0.19.1"

[workspace.dependencies]
json-ld = { path = ".", version = "0.19.0" }
json-ld-syntax = { path = "crates/syntax", version = "0.19.0" }
json-ld-core = { path = "crates/core", version = "0.19.0" }
json-ld-context-processing = { path = "crates/context-processing", version = "0.19.0" }
json-ld-expansion = { path = "crates/expansion", version = "0.19.0" }
json-ld-compaction = { path = "crates/compaction", version = "0.19.0" }
json-ld-serialization = { path = "crates/serialization", version = "0.19.0" }
json-ld = { path = ".", version = "0.19.1" }
json-ld-syntax = { path = "crates/syntax", version = "0.19.1" }
json-ld-core = { path = "crates/core", version = "0.19.1" }
json-ld-context-processing = { path = "crates/context-processing", version = "0.19.1" }
json-ld-expansion = { path = "crates/expansion", version = "0.19.1" }
json-ld-compaction = { path = "crates/compaction", version = "0.19.1" }
json-ld-serialization = { path = "crates/serialization", version = "0.19.1" }
json-ld-testing = { path = "crates/testing" }
json-syntax = "0.12"
iref = "3.1.2"
Expand Down

0 comments on commit c02d276

Please sign in to comment.