Bump next version to 0.15.0 and update README to reflect new version

pull/55/head
Chip Senkbeil 3 years ago
parent c4d1011b14
commit cad8ed5ac9
No known key found for this signature in database
GPG Key ID: 35EF1F8EC72A4131

4
Cargo.lock generated

@ -216,7 +216,7 @@ checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
[[package]] [[package]]
name = "distant" name = "distant"
version = "0.14.0" version = "0.15.0"
dependencies = [ dependencies = [
"assert_cmd", "assert_cmd",
"assert_fs", "assert_fs",
@ -239,7 +239,7 @@ dependencies = [
[[package]] [[package]]
name = "distant-core" name = "distant-core"
version = "0.14.0" version = "0.15.0"
dependencies = [ dependencies = [
"assert_fs", "assert_fs",
"bytes", "bytes",

@ -3,7 +3,7 @@ name = "distant"
description = "Operate on a remote computer through file and process manipulation" description = "Operate on a remote computer through file and process manipulation"
categories = ["command-line-utilities"] categories = ["command-line-utilities"]
keywords = ["cli"] keywords = ["cli"]
version = "0.14.0" version = "0.15.0"
authors = ["Chip Senkbeil <chip@senkbeil.org>"] authors = ["Chip Senkbeil <chip@senkbeil.org>"]
edition = "2018" edition = "2018"
homepage = "https://github.com/chipsenkbeil/distant" homepage = "https://github.com/chipsenkbeil/distant"
@ -21,7 +21,7 @@ codegen-units = 1
[dependencies] [dependencies]
derive_more = { version = "0.99.16", default-features = false, features = ["display", "from", "error", "is_variant"] } derive_more = { version = "0.99.16", default-features = false, features = ["display", "from", "error", "is_variant"] }
distant-core = { version = "=0.14.0", path = "core", features = ["structopt"] } distant-core = { version = "=0.15.0", path = "core", features = ["structopt"] }
flexi_logger = "0.18.0" flexi_logger = "0.18.0"
fork = "0.1.18" fork = "0.1.18"
lazy_static = "1.4.0" lazy_static = "1.4.0"

@ -2,7 +2,7 @@
name = "distant-core" name = "distant-core"
description = "Core library for distant, enabling operation on a remote computer through file and process manipulation" description = "Core library for distant, enabling operation on a remote computer through file and process manipulation"
categories = ["network-programming"] categories = ["network-programming"]
version = "0.14.0" version = "0.15.0"
authors = ["Chip Senkbeil <chip@senkbeil.org>"] authors = ["Chip Senkbeil <chip@senkbeil.org>"]
edition = "2018" edition = "2018"
homepage = "https://github.com/chipsenkbeil/distant" homepage = "https://github.com/chipsenkbeil/distant"

@ -23,7 +23,7 @@ You can import the dependency by adding the following to your `Cargo.toml`:
```toml ```toml
[dependencies] [dependencies]
distant-core = "0.13" distant-core = "0.14"
``` ```
## Features ## Features

Loading…
Cancel
Save