(cargo-release) version {{version}}

This commit is contained in:
Tony Garnock-Jones 2021-08-10 11:36:46 -04:00
parent ebc609dfec
commit d67bafcb30
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "preserves-path"
version = "0.1.1"
version = "0.1.2"
authors = ["Tony Garnock-Jones <tonyg@leastfixedpoint.com>"]
edition = "2018"
description = "Implementation of preserves-path, a query language for Preserves documents."

View File

@ -1,6 +1,6 @@
[package]
name = "preserves-schema"
version = "0.4.1"
version = "0.4.2"
authors = ["Tony Garnock-Jones <tonyg@leastfixedpoint.com>"]
edition = "2018"
description = "Implementation of Preserves Schema code generation and support for Rust."

View File

@ -1,6 +1,6 @@
[package]
name = "preserves-tools"
version = "0.1.1"
version = "0.1.2"
authors = ["Tony Garnock-Jones <tonyg@leastfixedpoint.com>"]
edition = "2018"
description = "Command-line utilities for working with Preserves documents."

View File

@ -1,6 +1,6 @@
[package]
name = "preserves"
version = "0.17.1"
version = "0.17.2"
authors = ["Tony Garnock-Jones <tonyg@leastfixedpoint.com>"]
edition = "2018"
description = "Implementation of the Preserves serialization format via serde."