Update version string: 0.8.0 -> 0.9.0
This commit is contained in:
parent
8071496dcf
commit
664edc7943
61 changed files with 284 additions and 284 deletions
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "imag-annotate"
|
name = "imag-annotate"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
description = "Part of the imag core distribution: imag-annotate command"
|
description = "Part of the imag core distribution: imag-annotate command"
|
||||||
|
@ -27,12 +27,12 @@ url = "1.2"
|
||||||
toml = "0.4"
|
toml = "0.4"
|
||||||
toml-query = "0.6"
|
toml-query = "0.6"
|
||||||
|
|
||||||
libimagstore = { version = "0.8.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagrt = { version = "0.8.0", path = "../../../lib/core/libimagrt" }
|
libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }
|
||||||
libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||||
libimagentryannotation = { version = "0.8.0", path = "../../../lib/entry/libimagentryannotation" }
|
libimagentryannotation = { version = "0.9.0", path = "../../../lib/entry/libimagentryannotation" }
|
||||||
libimagentryedit = { version = "0.8.0", path = "../../../lib/entry/libimagentryedit" }
|
libimagentryedit = { version = "0.9.0", path = "../../../lib/entry/libimagentryedit" }
|
||||||
libimagutil = { version = "0.8.0", path = "../../../lib/etc/libimagutil" }
|
libimagutil = { version = "0.9.0", path = "../../../lib/etc/libimagutil" }
|
||||||
|
|
||||||
[dependencies.clap]
|
[dependencies.clap]
|
||||||
version = "^2.29"
|
version = "^2.29"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "imag-category"
|
name = "imag-category"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
description = "Part of the imag core distribution: imag-category command"
|
description = "Part of the imag core distribution: imag-category command"
|
||||||
|
@ -26,11 +26,11 @@ log = "0.4.0"
|
||||||
toml = "0.4"
|
toml = "0.4"
|
||||||
toml-query = "0.6"
|
toml-query = "0.6"
|
||||||
|
|
||||||
libimagstore = { version = "0.8.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagrt = { version = "0.8.0", path = "../../../lib/core/libimagrt" }
|
libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }
|
||||||
libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||||
libimagentrycategory = { version = "0.8.0", path = "../../../lib/entry/libimagentrycategory" }
|
libimagentrycategory = { version = "0.9.0", path = "../../../lib/entry/libimagentrycategory" }
|
||||||
libimaginteraction = { version = "0.8.0", path = "../../../lib/etc/libimaginteraction" }
|
libimaginteraction = { version = "0.9.0", path = "../../../lib/etc/libimaginteraction" }
|
||||||
|
|
||||||
[dependencies.clap]
|
[dependencies.clap]
|
||||||
version = "^2.29"
|
version = "^2.29"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "imag-diagnostics"
|
name = "imag-diagnostics"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
description = "Part of the imag core distribution: imag-gps command"
|
description = "Part of the imag core distribution: imag-gps command"
|
||||||
|
@ -20,10 +20,10 @@ log = "0.4"
|
||||||
toml = "0.4"
|
toml = "0.4"
|
||||||
toml-query = "0.6"
|
toml-query = "0.6"
|
||||||
|
|
||||||
libimagstore = { version = "0.8.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagrt = { version = "0.8.0", path = "../../../lib/core/libimagrt" }
|
libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }
|
||||||
libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||||
libimagentrylink = { version = "0.8.0", path = "../../../lib/entry/libimagentrylink" }
|
libimagentrylink = { version = "0.9.0", path = "../../../lib/entry/libimagentrylink" }
|
||||||
|
|
||||||
[dependencies.clap]
|
[dependencies.clap]
|
||||||
version = "^2.29"
|
version = "^2.29"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "imag-edit"
|
name = "imag-edit"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
description = "Part of the imag core distribution: imag-edit command"
|
description = "Part of the imag core distribution: imag-edit command"
|
||||||
|
@ -27,11 +27,11 @@ version = "2.0.1"
|
||||||
toml = "0.4"
|
toml = "0.4"
|
||||||
toml-query = "0.6"
|
toml-query = "0.6"
|
||||||
|
|
||||||
libimagstore = { version = "0.8.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagrt = { version = "0.8.0", path = "../../../lib/core/libimagrt" }
|
libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }
|
||||||
libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||||
libimagutil = { version = "0.8.0", path = "../../../lib/etc/libimagutil" }
|
libimagutil = { version = "0.9.0", path = "../../../lib/etc/libimagutil" }
|
||||||
libimagentryedit = { version = "0.8.0", path = "../../../lib/entry/libimagentryedit" }
|
libimagentryedit = { version = "0.9.0", path = "../../../lib/entry/libimagentryedit" }
|
||||||
|
|
||||||
[dependencies.clap]
|
[dependencies.clap]
|
||||||
version = "^2.29"
|
version = "^2.29"
|
||||||
|
@ -39,13 +39,13 @@ default-features = false
|
||||||
features = ["color", "suggestions", "wrap_help"]
|
features = ["color", "suggestions", "wrap_help"]
|
||||||
|
|
||||||
[dev-dependencies.libimagutil]
|
[dev-dependencies.libimagutil]
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
path = "../../../lib/etc/libimagutil"
|
path = "../../../lib/etc/libimagutil"
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["testing"]
|
features = ["testing"]
|
||||||
|
|
||||||
[dev-dependencies.libimagrt]
|
[dev-dependencies.libimagrt]
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
path = "../../../lib/core/libimagrt"
|
path = "../../../lib/core/libimagrt"
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["testing"]
|
features = ["testing"]
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "imag-git"
|
name = "imag-git"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
description = "Part of the imag core distribution: imag-git command"
|
description = "Part of the imag core distribution: imag-git command"
|
||||||
|
@ -26,8 +26,8 @@ log = "0.3"
|
||||||
toml = "0.4"
|
toml = "0.4"
|
||||||
toml-query = "0.6"
|
toml-query = "0.6"
|
||||||
|
|
||||||
libimagrt = { version = "0.8.0", path = "../../../lib/core/libimagrt" }
|
libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }
|
||||||
libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||||
|
|
||||||
[dependencies.clap]
|
[dependencies.clap]
|
||||||
version = "^2.29"
|
version = "^2.29"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "imag-gps"
|
name = "imag-gps"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
description = "Part of the imag core distribution: imag-gps command"
|
description = "Part of the imag core distribution: imag-gps command"
|
||||||
|
@ -27,11 +27,11 @@ url = "1.2"
|
||||||
toml = "0.4"
|
toml = "0.4"
|
||||||
toml-query = "0.6"
|
toml-query = "0.6"
|
||||||
|
|
||||||
libimagstore = { version = "0.8.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagrt = { version = "0.8.0", path = "../../../lib/core/libimagrt" }
|
libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }
|
||||||
libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||||
libimagentrygps = { version = "0.8.0", path = "../../../lib/entry/libimagentrygps" }
|
libimagentrygps = { version = "0.9.0", path = "../../../lib/entry/libimagentrygps" }
|
||||||
libimagutil = { version = "0.8.0", path = "../../../lib/etc/libimagutil" }
|
libimagutil = { version = "0.9.0", path = "../../../lib/etc/libimagutil" }
|
||||||
|
|
||||||
[dependencies.clap]
|
[dependencies.clap]
|
||||||
version = "^2.29"
|
version = "^2.29"
|
||||||
|
@ -39,7 +39,7 @@ default-features = false
|
||||||
features = ["color", "suggestions", "wrap_help"]
|
features = ["color", "suggestions", "wrap_help"]
|
||||||
|
|
||||||
[dev-dependencies.libimagutil]
|
[dev-dependencies.libimagutil]
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
path = "../../../lib/etc/libimagutil"
|
path = "../../../lib/etc/libimagutil"
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["testing"]
|
features = ["testing"]
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "imag-grep"
|
name = "imag-grep"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
description = "Part of the imag core distribution: imag-grep command"
|
description = "Part of the imag core distribution: imag-grep command"
|
||||||
|
@ -25,9 +25,9 @@ maintenance = { status = "actively-developed" }
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
regex = "0.2"
|
regex = "0.2"
|
||||||
|
|
||||||
libimagstore = { version = "0.8.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagrt = { version = "0.8.0", path = "../../../lib/core/libimagrt" }
|
libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }
|
||||||
libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||||
|
|
||||||
[dependencies.clap]
|
[dependencies.clap]
|
||||||
version = "^2.29"
|
version = "^2.29"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "imag-ids"
|
name = "imag-ids"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
description = "Part of the imag core distribution: imag-ids command"
|
description = "Part of the imag core distribution: imag-ids command"
|
||||||
|
@ -29,9 +29,9 @@ toml = "0.4"
|
||||||
toml-query = "0.6"
|
toml-query = "0.6"
|
||||||
is-match = "0.1"
|
is-match = "0.1"
|
||||||
|
|
||||||
libimagstore = { version = "0.8.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagrt = { version = "0.8.0", path = "../../../lib/core/libimagrt" }
|
libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }
|
||||||
libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||||
|
|
||||||
[dependencies.clap]
|
[dependencies.clap]
|
||||||
version = "^2.29"
|
version = "^2.29"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "imag-init"
|
name = "imag-init"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
description = "Part of the imag core distribution: imag-init command"
|
description = "Part of the imag core distribution: imag-init command"
|
||||||
|
@ -22,8 +22,8 @@ is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
||||||
maintenance = { status = "actively-developed" }
|
maintenance = { status = "actively-developed" }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||||
libimagrt = { version = "0.8.0", path = "../../../lib/core/libimagrt" }
|
libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }
|
||||||
|
|
||||||
[dependencies.clap]
|
[dependencies.clap]
|
||||||
version = "^2.29"
|
version = "^2.29"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "imag-link"
|
name = "imag-link"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
description = "Part of the imag core distribution: imag-link command"
|
description = "Part of the imag core distribution: imag-link command"
|
||||||
|
@ -28,11 +28,11 @@ toml = "0.4"
|
||||||
toml-query = "0.6"
|
toml-query = "0.6"
|
||||||
prettytable-rs = "0.6"
|
prettytable-rs = "0.6"
|
||||||
|
|
||||||
libimagstore = { version = "0.8.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagrt = { version = "0.8.0", path = "../../../lib/core/libimagrt" }
|
libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }
|
||||||
libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||||
libimagentrylink = { version = "0.8.0", path = "../../../lib/entry/libimagentrylink" }
|
libimagentrylink = { version = "0.9.0", path = "../../../lib/entry/libimagentrylink" }
|
||||||
libimagutil = { version = "0.8.0", path = "../../../lib/etc/libimagutil" }
|
libimagutil = { version = "0.9.0", path = "../../../lib/etc/libimagutil" }
|
||||||
|
|
||||||
[dependencies.clap]
|
[dependencies.clap]
|
||||||
version = "^2.29"
|
version = "^2.29"
|
||||||
|
@ -43,13 +43,13 @@ features = ["color", "suggestions", "wrap_help"]
|
||||||
env_logger = "0.5"
|
env_logger = "0.5"
|
||||||
|
|
||||||
[dev-dependencies.libimagutil]
|
[dev-dependencies.libimagutil]
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
path = "../../../lib/etc/libimagutil"
|
path = "../../../lib/etc/libimagutil"
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["testing"]
|
features = ["testing"]
|
||||||
|
|
||||||
[dev-dependencies.libimagrt]
|
[dev-dependencies.libimagrt]
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
path = "../../../lib/core/libimagrt"
|
path = "../../../lib/core/libimagrt"
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["testing"]
|
features = ["testing"]
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "imag-mv"
|
name = "imag-mv"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
description = "Part of the imag core distribution: imag-mv command"
|
description = "Part of the imag core distribution: imag-mv command"
|
||||||
|
@ -24,10 +24,10 @@ maintenance = { status = "actively-developed" }
|
||||||
[dependencies]
|
[dependencies]
|
||||||
log = "0.4.0"
|
log = "0.4.0"
|
||||||
|
|
||||||
libimagrt = { version = "0.8.0", path = "../../../lib/core/libimagrt" }
|
libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }
|
||||||
libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||||
libimagstore = { version = "0.8.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagentrylink = { version = "0.8.0", path = "../../../lib/entry/libimagentrylink" }
|
libimagentrylink = { version = "0.9.0", path = "../../../lib/entry/libimagentrylink" }
|
||||||
|
|
||||||
[dependencies.clap]
|
[dependencies.clap]
|
||||||
version = "^2.29"
|
version = "^2.29"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "imag-ref"
|
name = "imag-ref"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
description = "Part of the imag core distribution: imag-ref command"
|
description = "Part of the imag core distribution: imag-ref command"
|
||||||
|
@ -24,12 +24,12 @@ maintenance = { status = "actively-developed" }
|
||||||
[dependencies]
|
[dependencies]
|
||||||
log = "0.4.0"
|
log = "0.4.0"
|
||||||
|
|
||||||
libimagstore = { version = "0.8.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagrt = { version = "0.8.0", path = "../../../lib/core/libimagrt" }
|
libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }
|
||||||
libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||||
libimagentryref = { version = "0.8.0", path = "../../../lib/entry/libimagentryref" }
|
libimagentryref = { version = "0.9.0", path = "../../../lib/entry/libimagentryref" }
|
||||||
libimaginteraction = { version = "0.8.0", path = "../../../lib/etc/libimaginteraction" }
|
libimaginteraction = { version = "0.9.0", path = "../../../lib/etc/libimaginteraction" }
|
||||||
libimagutil = { version = "0.8.0", path = "../../../lib/etc/libimagutil" }
|
libimagutil = { version = "0.9.0", path = "../../../lib/etc/libimagutil" }
|
||||||
|
|
||||||
[dependencies.clap]
|
[dependencies.clap]
|
||||||
version = "^2.29"
|
version = "^2.29"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "imag-store"
|
name = "imag-store"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
description = "Part of the imag core distribution: imag-store command"
|
description = "Part of the imag core distribution: imag-store command"
|
||||||
|
@ -26,10 +26,10 @@ log = "0.4.0"
|
||||||
toml = "0.4"
|
toml = "0.4"
|
||||||
error-chain = "0.11"
|
error-chain = "0.11"
|
||||||
|
|
||||||
libimagstore = { version = "0.8.0", path = "../../../lib/core/libimagstore", features = ["verify"] }
|
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore", features = ["verify"] }
|
||||||
libimagrt = { version = "0.8.0", path = "../../../lib/core/libimagrt" }
|
libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }
|
||||||
libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||||
libimagutil = { version = "0.8.0", path = "../../../lib/etc/libimagutil" }
|
libimagutil = { version = "0.9.0", path = "../../../lib/etc/libimagutil" }
|
||||||
|
|
||||||
[dependencies.clap]
|
[dependencies.clap]
|
||||||
version = "^2.29"
|
version = "^2.29"
|
||||||
|
@ -40,13 +40,13 @@ features = ["color", "suggestions", "wrap_help"]
|
||||||
early-panic = [ "libimagstore/early-panic" ]
|
early-panic = [ "libimagstore/early-panic" ]
|
||||||
|
|
||||||
[dev-dependencies.libimagutil]
|
[dev-dependencies.libimagutil]
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
path = "../../../lib/etc/libimagutil"
|
path = "../../../lib/etc/libimagutil"
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["testing"]
|
features = ["testing"]
|
||||||
|
|
||||||
[dev-dependencies.libimagrt]
|
[dev-dependencies.libimagrt]
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
path = "../../../lib/core/libimagrt"
|
path = "../../../lib/core/libimagrt"
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["testing"]
|
features = ["testing"]
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "imag-tag"
|
name = "imag-tag"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
description = "Part of the imag core distribution: imag-tag command"
|
description = "Part of the imag core distribution: imag-tag command"
|
||||||
|
@ -25,11 +25,11 @@ maintenance = { status = "actively-developed" }
|
||||||
log = "0.4.0"
|
log = "0.4.0"
|
||||||
toml = "0.4"
|
toml = "0.4"
|
||||||
|
|
||||||
libimagstore = { version = "0.8.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagrt = { version = "0.8.0", path = "../../../lib/core/libimagrt" }
|
libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }
|
||||||
libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||||
libimagentrytag = { version = "0.8.0", path = "../../../lib/entry/libimagentrytag" }
|
libimagentrytag = { version = "0.9.0", path = "../../../lib/entry/libimagentrytag" }
|
||||||
libimagutil = { version = "0.8.0", path = "../../../lib/etc/libimagutil" }
|
libimagutil = { version = "0.9.0", path = "../../../lib/etc/libimagutil" }
|
||||||
|
|
||||||
[dependencies.clap]
|
[dependencies.clap]
|
||||||
version = "^2.29"
|
version = "^2.29"
|
||||||
|
@ -41,13 +41,13 @@ toml-query = "0.6"
|
||||||
env_logger = "0.5"
|
env_logger = "0.5"
|
||||||
|
|
||||||
[dev-dependencies.libimagutil]
|
[dev-dependencies.libimagutil]
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
path = "../../../lib/etc/libimagutil"
|
path = "../../../lib/etc/libimagutil"
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["testing"]
|
features = ["testing"]
|
||||||
|
|
||||||
[dev-dependencies.libimagrt]
|
[dev-dependencies.libimagrt]
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
path = "../../../lib/core/libimagrt"
|
path = "../../../lib/core/libimagrt"
|
||||||
default-features = false
|
default-features = false
|
||||||
features = ["testing"]
|
features = ["testing"]
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "imag-view"
|
name = "imag-view"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
description = "Part of the imag core distribution: imag-view command"
|
description = "Part of the imag core distribution: imag-view command"
|
||||||
|
@ -28,13 +28,13 @@ toml-query = "0.6"
|
||||||
handlebars = "0.29.0"
|
handlebars = "0.29.0"
|
||||||
tempfile = "2.1"
|
tempfile = "2.1"
|
||||||
|
|
||||||
libimagstore = { version = "0.8.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagrt = { version = "0.8.0", path = "../../../lib/core/libimagrt" }
|
libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }
|
||||||
libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||||
libimagutil = { version = "0.8.0", path = "../../../lib/etc/libimagutil" }
|
libimagutil = { version = "0.9.0", path = "../../../lib/etc/libimagutil" }
|
||||||
|
|
||||||
[dependencies.libimagentryview]
|
[dependencies.libimagentryview]
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
path = "../../../lib/entry/libimagentryview"
|
path = "../../../lib/entry/libimagentryview"
|
||||||
|
|
||||||
[dependencies.clap]
|
[dependencies.clap]
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "imag"
|
name = "imag"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
description = "Part of the imag core distribution: imag command"
|
description = "Part of the imag core distribution: imag command"
|
||||||
|
@ -17,9 +17,9 @@ build = "build.rs"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
clap = ">=2.16.1"
|
clap = ">=2.16.1"
|
||||||
libimagrt = { version = "0.8.0", path = "../../../lib/core/libimagrt" }
|
libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }
|
||||||
libimagentrytag = { version = "0.8.0", path = "../../../lib/entry/libimagentrytag" }
|
libimagentrytag = { version = "0.9.0", path = "../../../lib/entry/libimagentrytag" }
|
||||||
libimagutil = { version = "0.8.0", path = "../../../lib/etc/libimagutil" }
|
libimagutil = { version = "0.9.0", path = "../../../lib/etc/libimagutil" }
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
travis-ci = { repository = "matthiasbeyer/imag" }
|
travis-ci = { repository = "matthiasbeyer/imag" }
|
||||||
|
@ -34,8 +34,8 @@ toml = "0.4"
|
||||||
toml-query = "0.6"
|
toml-query = "0.6"
|
||||||
is-match = "0.1"
|
is-match = "0.1"
|
||||||
|
|
||||||
libimagrt = { version = "0.8.0", path = "../../../lib/core/libimagrt" }
|
libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }
|
||||||
libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||||
|
|
||||||
[dependencies.clap]
|
[dependencies.clap]
|
||||||
version = "^2.29"
|
version = "^2.29"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "imag-bookmark"
|
name = "imag-bookmark"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
description = "Part of the imag core distribution: imag-bookmark command"
|
description = "Part of the imag core distribution: imag-bookmark command"
|
||||||
|
@ -26,10 +26,10 @@ log = "0.4.0"
|
||||||
toml = "0.4"
|
toml = "0.4"
|
||||||
toml-query = "0.6"
|
toml-query = "0.6"
|
||||||
|
|
||||||
libimagrt = { version = "0.8.0", path = "../../../lib/core/libimagrt" }
|
libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }
|
||||||
libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||||
libimagbookmark = { version = "0.8.0", path = "../../../lib/domain/libimagbookmark" }
|
libimagbookmark = { version = "0.9.0", path = "../../../lib/domain/libimagbookmark" }
|
||||||
libimagutil = { version = "0.8.0", path = "../../../lib/etc/libimagutil" }
|
libimagutil = { version = "0.9.0", path = "../../../lib/etc/libimagutil" }
|
||||||
|
|
||||||
[dependencies.clap]
|
[dependencies.clap]
|
||||||
version = "^2.29"
|
version = "^2.29"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "imag-contact"
|
name = "imag-contact"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
description = "Part of the imag core distribution: imag-contact command"
|
description = "Part of the imag core distribution: imag-contact command"
|
||||||
|
@ -31,14 +31,14 @@ walkdir = "1"
|
||||||
uuid = { version = "0.6", features = ["v4"] }
|
uuid = { version = "0.6", features = ["v4"] }
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
|
|
||||||
libimagrt = { version = "0.8.0", path = "../../../lib/core/libimagrt" }
|
libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }
|
||||||
libimagstore = { version = "0.8.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||||
libimagutil = { version = "0.8.0", path = "../../../lib/etc/libimagutil" }
|
libimagutil = { version = "0.9.0", path = "../../../lib/etc/libimagutil" }
|
||||||
libimagentryref = { version = "0.8.0", path = "../../../lib/entry/libimagentryref" }
|
libimagentryref = { version = "0.9.0", path = "../../../lib/entry/libimagentryref" }
|
||||||
libimagentryedit = { version = "0.8.0", path = "../../../lib/entry/libimagentryedit" }
|
libimagentryedit = { version = "0.9.0", path = "../../../lib/entry/libimagentryedit" }
|
||||||
libimaginteraction = { version = "0.8.0", path = "../../../lib/etc/libimaginteraction" }
|
libimaginteraction = { version = "0.9.0", path = "../../../lib/etc/libimaginteraction" }
|
||||||
libimagcontact = { version = "0.8.0", path = "../../../lib/domain/libimagcontact" }
|
libimagcontact = { version = "0.9.0", path = "../../../lib/domain/libimagcontact" }
|
||||||
|
|
||||||
[dependencies.clap]
|
[dependencies.clap]
|
||||||
version = "^2.29"
|
version = "^2.29"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Contact template for imag-contact version 0.8.0
|
# Contact template for imag-contact version 0.9.0
|
||||||
#
|
#
|
||||||
# This file is explicitely _not_ distributed under the terms of the original imag license, but
|
# This file is explicitely _not_ distributed under the terms of the original imag license, but
|
||||||
# public domain.
|
# public domain.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Contact template for imag-contact version 0.8.0
|
# Contact template for imag-contact version 0.9.0
|
||||||
#
|
#
|
||||||
# This file is explicitely _not_ distributed under the terms of the original imag license, but
|
# This file is explicitely _not_ distributed under the terms of the original imag license, but
|
||||||
# public domain.
|
# public domain.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "imag-diary"
|
name = "imag-diary"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
description = "Part of the imag core distribution: imag-diary command"
|
description = "Part of the imag core distribution: imag-diary command"
|
||||||
|
@ -28,15 +28,15 @@ toml = "0.4"
|
||||||
toml-query = "0.6"
|
toml-query = "0.6"
|
||||||
itertools = "0.7"
|
itertools = "0.7"
|
||||||
|
|
||||||
libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||||
libimagstore = { version = "0.8.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagrt = { version = "0.8.0", path = "../../../lib/core/libimagrt" }
|
libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }
|
||||||
libimagdiary = { version = "0.8.0", path = "../../../lib/domain/libimagdiary" }
|
libimagdiary = { version = "0.9.0", path = "../../../lib/domain/libimagdiary" }
|
||||||
libimagentryedit = { version = "0.8.0", path = "../../../lib/entry/libimagentryedit" }
|
libimagentryedit = { version = "0.9.0", path = "../../../lib/entry/libimagentryedit" }
|
||||||
libimagentryview = { version = "0.8.0", path = "../../../lib/entry/libimagentryview" }
|
libimagentryview = { version = "0.9.0", path = "../../../lib/entry/libimagentryview" }
|
||||||
libimaginteraction = { version = "0.8.0", path = "../../../lib/etc/libimaginteraction" }
|
libimaginteraction = { version = "0.9.0", path = "../../../lib/etc/libimaginteraction" }
|
||||||
libimagutil = { version = "0.8.0", path = "../../../lib/etc/libimagutil" }
|
libimagutil = { version = "0.9.0", path = "../../../lib/etc/libimagutil" }
|
||||||
libimagtimeui = { version = "0.8.0", path = "../../../lib/etc/libimagtimeui" }
|
libimagtimeui = { version = "0.9.0", path = "../../../lib/etc/libimagtimeui" }
|
||||||
|
|
||||||
[dependencies.clap]
|
[dependencies.clap]
|
||||||
version = "^2.29"
|
version = "^2.29"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "imag-habit"
|
name = "imag-habit"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
description = "Part of the imag core distribution: imag-habit command"
|
description = "Part of the imag core distribution: imag-habit command"
|
||||||
|
@ -29,14 +29,14 @@ toml-query = "0.6"
|
||||||
kairos = "0.1.0"
|
kairos = "0.1.0"
|
||||||
prettytable-rs = "0.6"
|
prettytable-rs = "0.6"
|
||||||
|
|
||||||
libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||||
libimagstore = { version = "0.8.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagrt = { version = "0.8.0", path = "../../../lib/core/libimagrt" }
|
libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }
|
||||||
libimagentryedit = { version = "0.8.0", path = "../../../lib/entry/libimagentryedit" }
|
libimagentryedit = { version = "0.9.0", path = "../../../lib/entry/libimagentryedit" }
|
||||||
libimaginteraction = { version = "0.8.0", path = "../../../lib/etc/libimaginteraction" }
|
libimaginteraction = { version = "0.9.0", path = "../../../lib/etc/libimaginteraction" }
|
||||||
libimagutil = { version = "0.8.0", path = "../../../lib/etc/libimagutil" }
|
libimagutil = { version = "0.9.0", path = "../../../lib/etc/libimagutil" }
|
||||||
libimagtimeui = { version = "0.8.0", path = "../../../lib/etc/libimagtimeui" }
|
libimagtimeui = { version = "0.9.0", path = "../../../lib/etc/libimagtimeui" }
|
||||||
libimaghabit = { version = "0.8.0", path = "../../../lib/domain/libimaghabit" }
|
libimaghabit = { version = "0.9.0", path = "../../../lib/domain/libimaghabit" }
|
||||||
|
|
||||||
[dependencies.clap]
|
[dependencies.clap]
|
||||||
version = "^2.29"
|
version = "^2.29"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "imag-log"
|
name = "imag-log"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
description = "Part of the imag core distribution: imag-bookmark command"
|
description = "Part of the imag core distribution: imag-bookmark command"
|
||||||
|
@ -28,11 +28,11 @@ toml-query = "0.6"
|
||||||
is-match = "0.1"
|
is-match = "0.1"
|
||||||
itertools = "0.7"
|
itertools = "0.7"
|
||||||
|
|
||||||
libimagstore = { version = "0.8.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagrt = { version = "0.8.0", path = "../../../lib/core/libimagrt" }
|
libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }
|
||||||
libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||||
libimagdiary = { version = "0.8.0", path = "../../../lib/domain/libimagdiary" }
|
libimagdiary = { version = "0.9.0", path = "../../../lib/domain/libimagdiary" }
|
||||||
libimaglog = { version = "0.8.0", path = "../../../lib/domain/libimaglog" }
|
libimaglog = { version = "0.9.0", path = "../../../lib/domain/libimaglog" }
|
||||||
|
|
||||||
[dependencies.clap]
|
[dependencies.clap]
|
||||||
version = "^2.29"
|
version = "^2.29"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "imag-mail"
|
name = "imag-mail"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
description = "Part of the imag core distribution: imag-notes command"
|
description = "Part of the imag core distribution: imag-notes command"
|
||||||
|
@ -24,10 +24,10 @@ maintenance = { status = "actively-developed" }
|
||||||
[dependencies]
|
[dependencies]
|
||||||
log = "0.4.0"
|
log = "0.4.0"
|
||||||
|
|
||||||
libimagrt = { version = "0.8.0", path = "../../../lib/core/libimagrt" }
|
libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }
|
||||||
libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||||
libimagmail = { version = "0.8.0", path = "../../../lib/domain/libimagmail" }
|
libimagmail = { version = "0.9.0", path = "../../../lib/domain/libimagmail" }
|
||||||
libimagutil = { version = "0.8.0", path = "../../../lib/etc/libimagutil" }
|
libimagutil = { version = "0.9.0", path = "../../../lib/etc/libimagutil" }
|
||||||
|
|
||||||
[dependencies.clap]
|
[dependencies.clap]
|
||||||
version = "^2.29"
|
version = "^2.29"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "imag-notes"
|
name = "imag-notes"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
description = "Part of the imag core distribution: imag-notes command"
|
description = "Part of the imag core distribution: imag-notes command"
|
||||||
|
@ -25,12 +25,12 @@ maintenance = { status = "actively-developed" }
|
||||||
log = "0.4.0"
|
log = "0.4.0"
|
||||||
itertools = "0.7"
|
itertools = "0.7"
|
||||||
|
|
||||||
libimagrt = { version = "0.8.0", path = "../../../lib/core/libimagrt" }
|
libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }
|
||||||
libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||||
libimagnotes = { version = "0.8.0", path = "../../../lib/domain/libimagnotes" }
|
libimagnotes = { version = "0.9.0", path = "../../../lib/domain/libimagnotes" }
|
||||||
libimagentryedit = { version = "0.8.0", path = "../../../lib/entry/libimagentryedit" }
|
libimagentryedit = { version = "0.9.0", path = "../../../lib/entry/libimagentryedit" }
|
||||||
libimagutil = { version = "0.8.0", path = "../../../lib/etc/libimagutil" }
|
libimagutil = { version = "0.9.0", path = "../../../lib/etc/libimagutil" }
|
||||||
libimagstore = { version = "0.8.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||||
|
|
||||||
[dependencies.clap]
|
[dependencies.clap]
|
||||||
version = "^2.29"
|
version = "^2.29"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "imag-timetrack"
|
name = "imag-timetrack"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
description = "Part of the imag core distribution: imag-tag command"
|
description = "Part of the imag core distribution: imag-tag command"
|
||||||
|
@ -29,11 +29,11 @@ itertools = "0.7"
|
||||||
prettytable-rs = "0.6"
|
prettytable-rs = "0.6"
|
||||||
kairos = "0.1"
|
kairos = "0.1"
|
||||||
|
|
||||||
libimagstore = { version = "0.8.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagrt = { version = "0.8.0", path = "../../../lib/core/libimagrt" }
|
libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }
|
||||||
libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||||
libimagtimetrack = { version = "0.8.0", path = "../../../lib/domain/libimagtimetrack" }
|
libimagtimetrack = { version = "0.9.0", path = "../../../lib/domain/libimagtimetrack" }
|
||||||
libimagutil = { version = "0.8.0", path = "../../../lib/etc/libimagutil" }
|
libimagutil = { version = "0.9.0", path = "../../../lib/etc/libimagutil" }
|
||||||
|
|
||||||
[dependencies.clap]
|
[dependencies.clap]
|
||||||
version = "^2.29"
|
version = "^2.29"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
authors = ["mario <mario-krehl@gmx.de>"]
|
authors = ["mario <mario-krehl@gmx.de>"]
|
||||||
name = "imag-todo"
|
name = "imag-todo"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
|
|
||||||
description = "Part of the imag core distribution: imag-todo command"
|
description = "Part of the imag core distribution: imag-todo command"
|
||||||
|
|
||||||
|
@ -27,9 +27,9 @@ toml = "0.4"
|
||||||
toml-query = "0.6"
|
toml-query = "0.6"
|
||||||
is-match = "0.1"
|
is-match = "0.1"
|
||||||
|
|
||||||
libimagrt = { version = "0.8.0", path = "../../../lib/core/libimagrt" }
|
libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }
|
||||||
libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||||
libimagtodo = { version = "0.8.0", path = "../../../lib/domain/libimagtodo" }
|
libimagtodo = { version = "0.9.0", path = "../../../lib/domain/libimagtodo" }
|
||||||
|
|
||||||
[dependencies.clap]
|
[dependencies.clap]
|
||||||
version = "^2.29"
|
version = "^2.29"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "imag-wiki"
|
name = "imag-wiki"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
description = "Part of the imag core distribution: imag-wiki command"
|
description = "Part of the imag core distribution: imag-wiki command"
|
||||||
|
@ -24,12 +24,12 @@ is-match = "0.1"
|
||||||
regex = "0.2"
|
regex = "0.2"
|
||||||
filters = "0.3"
|
filters = "0.3"
|
||||||
|
|
||||||
libimagentryedit = { version = "0.8.0", path = "../../../lib/entry/libimagentryedit" }
|
libimagentryedit = { version = "0.9.0", path = "../../../lib/entry/libimagentryedit" }
|
||||||
libimagentrylink = { version = "0.8.0", path = "../../../lib/entry/libimagentrylink" }
|
libimagentrylink = { version = "0.9.0", path = "../../../lib/entry/libimagentrylink" }
|
||||||
libimagentrymarkdown = { version = "0.8.0", path = "../../../lib/entry/libimagentrymarkdown" }
|
libimagentrymarkdown = { version = "0.9.0", path = "../../../lib/entry/libimagentrymarkdown" }
|
||||||
libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||||
libimagrt = { version = "0.8.0", path = "../../../lib/core/libimagrt" }
|
libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }
|
||||||
libimagstore = { version = "0.8.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagwiki = { version = "0.8.0", path = "../../../lib/domain/libimagwiki" }
|
libimagwiki = { version = "0.9.0", path = "../../../lib/domain/libimagwiki" }
|
||||||
libimagutil = { version = "0.8.0", path = "../../../lib/etc/libimagutil" }
|
libimagutil = { version = "0.9.0", path = "../../../lib/etc/libimagutil" }
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: imag User Documentation
|
title: imag User Documentation
|
||||||
version: 0.8.0
|
version: 0.9.0
|
||||||
date: May 2018
|
date: May 2018
|
||||||
listings: true
|
listings: true
|
||||||
codeBlockCaptions: true
|
codeBlockCaptions: true
|
||||||
|
|
|
@ -77,7 +77,7 @@ An example for a file in the store follows.
|
||||||
|
|
||||||
---
|
---
|
||||||
[imag]
|
[imag]
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
|
|
||||||
[note]
|
[note]
|
||||||
name = "foo"
|
name = "foo"
|
||||||
|
|
|
@ -48,7 +48,7 @@ first dependency here.
|
||||||
3. Put `libimagstore` as a dependency in the
|
3. Put `libimagstore` as a dependency in the
|
||||||
`/lib/domain/libimagnumberstorage/Cargo.toml` file.
|
`/lib/domain/libimagnumberstorage/Cargo.toml` file.
|
||||||
By using
|
By using
|
||||||
`libimagstore = { version = "0.8.0", path = "../../../lib/core/libimagstore" }`
|
`libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }`
|
||||||
we automatically get all the goodness of Cargo, so that releases
|
we automatically get all the goodness of Cargo, so that releases
|
||||||
automagically work as expected, but when developing locally, the local
|
automagically work as expected, but when developing locally, the local
|
||||||
version of `libimagstore` is used.
|
version of `libimagstore` is used.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "libimagerror"
|
name = "libimagerror"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
description = "Library for the imag core distribution"
|
description = "Library for the imag core distribution"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "libimagrt"
|
name = "libimagrt"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
description = "Library for the imag core distribution"
|
description = "Library for the imag core distribution"
|
||||||
|
@ -31,10 +31,10 @@ error-chain = "0.11"
|
||||||
handlebars = "0.29.0"
|
handlebars = "0.29.0"
|
||||||
atty = "0.2"
|
atty = "0.2"
|
||||||
|
|
||||||
libimagstore = { version = "0.8.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||||
libimagutil = { version = "0.8.0", path = "../../../lib/etc/libimagutil" }
|
libimagutil = { version = "0.9.0", path = "../../../lib/etc/libimagutil" }
|
||||||
libimaginteraction = { version = "0.8.0", path = "../../../lib/etc/libimaginteraction" }
|
libimaginteraction = { version = "0.9.0", path = "../../../lib/etc/libimaginteraction" }
|
||||||
|
|
||||||
[dependencies.clap]
|
[dependencies.clap]
|
||||||
version = "^2.29"
|
version = "^2.29"
|
||||||
|
|
|
@ -31,7 +31,7 @@ macro_rules! make_imag_version {
|
||||||
},
|
},
|
||||||
|
|
||||||
// imag is not beeing build with cargo... we have to set it by hand here.
|
// imag is not beeing build with cargo... we have to set it by hand here.
|
||||||
_ => String::from("0.8.0"),
|
_ => String::from("0.9.0"),
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "libimagstore"
|
name = "libimagstore"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
description = "Library for the imag core distribution"
|
description = "Library for the imag core distribution"
|
||||||
|
@ -32,8 +32,8 @@ serde_json = "1"
|
||||||
error-chain = "0.11"
|
error-chain = "0.11"
|
||||||
toml-query = "0.6"
|
toml-query = "0.6"
|
||||||
|
|
||||||
libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||||
libimagutil = { version = "0.8.0", path = "../../../lib/etc/libimagutil" }
|
libimagutil = { version = "0.9.0", path = "../../../lib/etc/libimagutil" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
tempdir = "0.3"
|
tempdir = "0.3"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "libimagbookmark"
|
name = "libimagbookmark"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
description = "Library for the imag core distribution"
|
description = "Library for the imag core distribution"
|
||||||
|
@ -24,7 +24,7 @@ url = "1.5"
|
||||||
regex = "0.2"
|
regex = "0.2"
|
||||||
error-chain = "0.11"
|
error-chain = "0.11"
|
||||||
|
|
||||||
libimagstore = { version = "0.8.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||||
libimagentrylink = { version = "0.8.0", path = "../../../lib/entry/libimagentrylink" }
|
libimagentrylink = { version = "0.9.0", path = "../../../lib/entry/libimagentrylink" }
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "libimagcontact"
|
name = "libimagcontact"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
description = "Library for the imag core distribution"
|
description = "Library for the imag core distribution"
|
||||||
|
@ -29,7 +29,7 @@ uuid = "0.6"
|
||||||
serde = "1"
|
serde = "1"
|
||||||
serde_derive = "1"
|
serde_derive = "1"
|
||||||
|
|
||||||
libimagstore = { version = "0.8.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||||
libimagentryutil = { version = "0.8.0", path = "../../../lib/entry/libimagentryutil/" }
|
libimagentryutil = { version = "0.9.0", path = "../../../lib/entry/libimagentryutil/" }
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "libimagdiary"
|
name = "libimagdiary"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
description = "Library for the imag core distribution"
|
description = "Library for the imag core distribution"
|
||||||
|
@ -28,10 +28,10 @@ itertools = "0.7"
|
||||||
error-chain = "0.11"
|
error-chain = "0.11"
|
||||||
filters = "0.3"
|
filters = "0.3"
|
||||||
|
|
||||||
libimagstore = { version = "0.8.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||||
libimagrt = { version = "0.8.0", path = "../../../lib/core/libimagrt" }
|
libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }
|
||||||
libimagentryedit = { version = "0.8.0", path = "../../../lib/entry/libimagentryedit" }
|
libimagentryedit = { version = "0.9.0", path = "../../../lib/entry/libimagentryedit" }
|
||||||
libimagentryview = { version = "0.8.0", path = "../../../lib/entry/libimagentryview" }
|
libimagentryview = { version = "0.9.0", path = "../../../lib/entry/libimagentryview" }
|
||||||
libimagentryutil = { version = "0.8.0", path = "../../../lib/entry/libimagentryutil" }
|
libimagentryutil = { version = "0.9.0", path = "../../../lib/entry/libimagentryutil" }
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "libimaghabit"
|
name = "libimaghabit"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
description = "Library for the imag core distribution"
|
description = "Library for the imag core distribution"
|
||||||
|
@ -27,9 +27,9 @@ toml-query = "0.6"
|
||||||
error-chain = "0.11"
|
error-chain = "0.11"
|
||||||
kairos = "0.1.0"
|
kairos = "0.1.0"
|
||||||
|
|
||||||
libimagstore = { version = "0.8.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||||
libimagentryedit = { version = "0.8.0", path = "../../../lib/entry/libimagentryedit" }
|
libimagentryedit = { version = "0.9.0", path = "../../../lib/entry/libimagentryedit" }
|
||||||
libimagentrylink = { version = "0.8.0", path = "../../../lib/entry/libimagentrylink" }
|
libimagentrylink = { version = "0.9.0", path = "../../../lib/entry/libimagentrylink" }
|
||||||
libimagentryutil = { version = "0.8.0", path = "../../../lib/entry/libimagentryutil" }
|
libimagentryutil = { version = "0.9.0", path = "../../../lib/entry/libimagentryutil" }
|
||||||
libimagutil = { version = "0.8.0", path = "../../../lib/etc/libimagutil" }
|
libimagutil = { version = "0.9.0", path = "../../../lib/etc/libimagutil" }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "libimaglog"
|
name = "libimaglog"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
description = "Library for the imag core distribution"
|
description = "Library for the imag core distribution"
|
||||||
|
@ -24,6 +24,6 @@ toml = "0.4"
|
||||||
toml-query = "0.6"
|
toml-query = "0.6"
|
||||||
error-chain = "0.11"
|
error-chain = "0.11"
|
||||||
|
|
||||||
libimagstore = { version = "0.8.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||||
libimagdiary = { version = "0.8.0", path = "../../../lib/domain/libimagdiary" }
|
libimagdiary = { version = "0.9.0", path = "../../../lib/domain/libimagdiary" }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "libimagmail"
|
name = "libimagmail"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
description = "Library for the imag core distribution"
|
description = "Library for the imag core distribution"
|
||||||
|
@ -25,6 +25,6 @@ email = "0.0.17"
|
||||||
filters = "0.3"
|
filters = "0.3"
|
||||||
error-chain = "0.11"
|
error-chain = "0.11"
|
||||||
|
|
||||||
libimagstore = { version = "0.8.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||||
libimagentryref = { version = "0.8.0", path = "../../../lib/entry/libimagentryref" }
|
libimagentryref = { version = "0.9.0", path = "../../../lib/entry/libimagentryref" }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "libimagnotes"
|
name = "libimagnotes"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
description = "Library for the imag core distribution"
|
description = "Library for the imag core distribution"
|
||||||
|
@ -25,7 +25,7 @@ toml = "0.4"
|
||||||
toml-query = "0.6"
|
toml-query = "0.6"
|
||||||
error-chain = "0.11"
|
error-chain = "0.11"
|
||||||
|
|
||||||
libimagstore = { version = "0.8.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||||
libimagrt = { version = "0.8.0", path = "../../../lib/core/libimagrt" }
|
libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }
|
||||||
libimagentryedit = { version = "0.8.0", path = "../../../lib/entry/libimagentryedit" }
|
libimagentryedit = { version = "0.9.0", path = "../../../lib/entry/libimagentryedit" }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "libimagtimetrack"
|
name = "libimagtimetrack"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
description = "Library for the imag core distribution"
|
description = "Library for the imag core distribution"
|
||||||
|
@ -28,7 +28,7 @@ lazy_static = "0.2"
|
||||||
is-match = "0.1"
|
is-match = "0.1"
|
||||||
error-chain = "0.11"
|
error-chain = "0.11"
|
||||||
|
|
||||||
libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||||
libimagstore = { version = "0.8.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagentrydatetime = { version = "0.8.0", path = "../../../lib/entry/libimagentrydatetime" }
|
libimagentrydatetime = { version = "0.9.0", path = "../../../lib/entry/libimagentrydatetime" }
|
||||||
libimagentrytag = { version = "0.8.0", path = "../../../lib/entry/libimagentrytag" }
|
libimagentrytag = { version = "0.9.0", path = "../../../lib/entry/libimagentrytag" }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "libimagtodo"
|
name = "libimagtodo"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = ["mario <mario-krehl@gmx.de>"]
|
authors = ["mario <mario-krehl@gmx.de>"]
|
||||||
|
|
||||||
description = "Library for the imag core distribution"
|
description = "Library for the imag core distribution"
|
||||||
|
@ -28,5 +28,5 @@ log = "0.4.0"
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
error-chain = "0.11"
|
error-chain = "0.11"
|
||||||
|
|
||||||
libimagstore = { version = "0.8.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "libimagwiki"
|
name = "libimagwiki"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
description = "Library for the imag core distribution"
|
description = "Library for the imag core distribution"
|
||||||
|
@ -26,8 +26,8 @@ toml = "0.4"
|
||||||
toml-query = "0.6"
|
toml-query = "0.6"
|
||||||
filters = "0.2"
|
filters = "0.2"
|
||||||
|
|
||||||
libimagstore = { version = "0.8.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||||
libimagentrylink = { version = "0.8.0", path = "../../../lib/entry/libimagentrylink" }
|
libimagentrylink = { version = "0.9.0", path = "../../../lib/entry/libimagentrylink" }
|
||||||
libimagentrymarkdown = { version = "0.8.0", path = "../../../lib/entry/libimagentrymarkdown" }
|
libimagentrymarkdown = { version = "0.9.0", path = "../../../lib/entry/libimagentrymarkdown" }
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "libimagentryannotation"
|
name = "libimagentryannotation"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
description = "Library for the imag core distribution"
|
description = "Library for the imag core distribution"
|
||||||
|
@ -25,7 +25,7 @@ toml = "0.4"
|
||||||
toml-query = "0.6"
|
toml-query = "0.6"
|
||||||
error-chain = "0.11"
|
error-chain = "0.11"
|
||||||
|
|
||||||
libimagstore = { version = "0.8.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||||
libimagentrylink = { version = "0.8.0", path = "../../../lib/entry/libimagentrylink" }
|
libimagentrylink = { version = "0.9.0", path = "../../../lib/entry/libimagentrylink" }
|
||||||
libimagentryutil = { version = "0.8.0", path = "../../../lib/entry/libimagentryutil" }
|
libimagentryutil = { version = "0.9.0", path = "../../../lib/entry/libimagentryutil" }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "libimagentrycategory"
|
name = "libimagentrycategory"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
description = "Library for the imag core distribution"
|
description = "Library for the imag core distribution"
|
||||||
|
@ -25,11 +25,11 @@ toml = "0.4"
|
||||||
toml-query = "0.6"
|
toml-query = "0.6"
|
||||||
error-chain = "0.11"
|
error-chain = "0.11"
|
||||||
|
|
||||||
libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||||
libimagstore = { version = "0.8.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagutil = { version = "0.8.0", path = "../../../lib/etc/libimagutil" }
|
libimagutil = { version = "0.9.0", path = "../../../lib/etc/libimagutil" }
|
||||||
libimagentryutil = { version = "0.8.0", path = "../../../lib/entry/libimagentryutil" }
|
libimagentryutil = { version = "0.9.0", path = "../../../lib/entry/libimagentryutil" }
|
||||||
libimagentrylink = { version = "0.8.0", path = "../../../lib/entry/libimagentrylink" }
|
libimagentrylink = { version = "0.9.0", path = "../../../lib/entry/libimagentrylink" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
env_logger = "0.5"
|
env_logger = "0.5"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "libimagentrydatetime"
|
name = "libimagentrydatetime"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
description = "Library for the imag core distribution"
|
description = "Library for the imag core distribution"
|
||||||
|
@ -26,6 +26,6 @@ lazy_static = "0.2"
|
||||||
toml = "0.4"
|
toml = "0.4"
|
||||||
error-chain = "0.11"
|
error-chain = "0.11"
|
||||||
|
|
||||||
libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||||
libimagstore = { version = "0.8.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "libimagentryedit"
|
name = "libimagentryedit"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
description = "Library for the imag core distribution"
|
description = "Library for the imag core distribution"
|
||||||
|
@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" }
|
||||||
error-chain = "0.11"
|
error-chain = "0.11"
|
||||||
toml = "0.4"
|
toml = "0.4"
|
||||||
|
|
||||||
libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||||
libimagrt = { version = "0.8.0", path = "../../../lib/core/libimagrt" }
|
libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }
|
||||||
libimagstore = { version = "0.8.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagutil = { version = "0.8.0", path = "../../../lib/etc/libimagutil" }
|
libimagutil = { version = "0.9.0", path = "../../../lib/etc/libimagutil" }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "libimagentryfilter"
|
name = "libimagentryfilter"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
description = "Library for the imag core distribution"
|
description = "Library for the imag core distribution"
|
||||||
|
@ -29,8 +29,8 @@ toml = "0.4"
|
||||||
toml-query = "0.6"
|
toml-query = "0.6"
|
||||||
error-chain = "0.11"
|
error-chain = "0.11"
|
||||||
|
|
||||||
libimagstore = { version = "0.8.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagentrytag = { version = "0.8.0", path = "../../../lib/entry/libimagentrytag" }
|
libimagentrytag = { version = "0.9.0", path = "../../../lib/entry/libimagentrytag" }
|
||||||
|
|
||||||
[dependencies.clap]
|
[dependencies.clap]
|
||||||
version = "^2.29"
|
version = "^2.29"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "libimagentrygps"
|
name = "libimagentrygps"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
description = "Library for the imag core distribution"
|
description = "Library for the imag core distribution"
|
||||||
|
@ -26,8 +26,8 @@ serde_derive = "1"
|
||||||
serde = "1"
|
serde = "1"
|
||||||
error-chain = "0.11"
|
error-chain = "0.11"
|
||||||
|
|
||||||
libimagstore = { version = "0.8.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
env_logger = "0.5"
|
env_logger = "0.5"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "libimagentrylink"
|
name = "libimagentrylink"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
description = "Library for the imag core distribution"
|
description = "Library for the imag core distribution"
|
||||||
|
@ -29,9 +29,9 @@ is-match = "0.1"
|
||||||
toml-query = "0.6"
|
toml-query = "0.6"
|
||||||
error-chain = "0.11"
|
error-chain = "0.11"
|
||||||
|
|
||||||
libimagstore = { version = "0.8.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||||
libimagutil = { version = "0.8.0", path = "../../../lib/etc/libimagutil" }
|
libimagutil = { version = "0.9.0", path = "../../../lib/etc/libimagutil" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
env_logger = "0.5"
|
env_logger = "0.5"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "libimagentrymarkdown"
|
name = "libimagentrymarkdown"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
description = "Library for the imag core distribution"
|
description = "Library for the imag core distribution"
|
||||||
|
@ -26,13 +26,13 @@ url = "1.5"
|
||||||
error-chain = "0.11"
|
error-chain = "0.11"
|
||||||
env_logger = "0.5"
|
env_logger = "0.5"
|
||||||
|
|
||||||
libimagstore = { version = "0.8.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||||
libimagentrylink = { version = "0.8.0", path = "../../../lib/entry/libimagentrylink/" }
|
libimagentrylink = { version = "0.9.0", path = "../../../lib/entry/libimagentrylink/" }
|
||||||
libimagutil = { version = "0.8.0", path = "../../../lib/etc/libimagutil/" }
|
libimagutil = { version = "0.9.0", path = "../../../lib/etc/libimagutil/" }
|
||||||
|
|
||||||
[dependencies.libimagentryref]
|
[dependencies.libimagentryref]
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
path = "../../../lib/entry/libimagentryref/"
|
path = "../../../lib/entry/libimagentryref/"
|
||||||
default-features = false
|
default-features = false
|
||||||
features = [ "generators", "generators-sha512" ]
|
features = [ "generators", "generators-sha512" ]
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "libimagentryref"
|
name = "libimagentryref"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
description = "Library for the imag core distribution"
|
description = "Library for the imag core distribution"
|
||||||
|
@ -26,9 +26,9 @@ toml = "0.4"
|
||||||
toml-query = "0.6"
|
toml-query = "0.6"
|
||||||
error-chain = "0.11"
|
error-chain = "0.11"
|
||||||
|
|
||||||
libimagstore = { version = "0.8.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||||
libimagentryutil = { version = "0.8.0", path = "../../../lib/entry/libimagentryutil" }
|
libimagentryutil = { version = "0.9.0", path = "../../../lib/entry/libimagentryutil" }
|
||||||
|
|
||||||
[dependencies.rust-crypto]
|
[dependencies.rust-crypto]
|
||||||
version = "0.2"
|
version = "0.2"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "libimagentrytag"
|
name = "libimagentrytag"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
description = "Library for the imag core distribution"
|
description = "Library for the imag core distribution"
|
||||||
|
@ -29,8 +29,8 @@ filters = "0.3"
|
||||||
toml-query = "0.6"
|
toml-query = "0.6"
|
||||||
error-chain = "0.11"
|
error-chain = "0.11"
|
||||||
|
|
||||||
libimagstore = { version = "0.8.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||||
|
|
||||||
[dependencies.clap]
|
[dependencies.clap]
|
||||||
version = "^2.29"
|
version = "^2.29"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "libimagentryutil"
|
name = "libimagentryutil"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
description = "Library for the imag core distribution"
|
description = "Library for the imag core distribution"
|
||||||
|
@ -25,5 +25,5 @@ toml-query = "0.6"
|
||||||
error-chain = "0.11"
|
error-chain = "0.11"
|
||||||
filters = "0.3"
|
filters = "0.3"
|
||||||
|
|
||||||
libimagstore = { version = "0.8.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "libimagentryview"
|
name = "libimagentryview"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
description = "Library for the imag core distribution"
|
description = "Library for the imag core distribution"
|
||||||
|
@ -25,10 +25,10 @@ toml = "0.4"
|
||||||
error-chain = "0.11"
|
error-chain = "0.11"
|
||||||
textwrap = "0.9"
|
textwrap = "0.9"
|
||||||
|
|
||||||
libimagrt = { version = "0.8.0", path = "../../../lib/core/libimagrt" }
|
libimagrt = { version = "0.9.0", path = "../../../lib/core/libimagrt" }
|
||||||
libimagstore = { version = "0.8.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||||
libimagentryedit = { version = "0.8.0", path = "../../../lib/entry/libimagentryedit" }
|
libimagentryedit = { version = "0.9.0", path = "../../../lib/entry/libimagentryedit" }
|
||||||
|
|
||||||
mdcat = { version = "0.8", optional = true }
|
mdcat = { version = "0.8", optional = true }
|
||||||
failure = { version = "0.1", optional = true }
|
failure = { version = "0.1", optional = true }
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "libimaginteraction"
|
name = "libimaginteraction"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
description = "Library for the imag core distribution"
|
description = "Library for the imag core distribution"
|
||||||
|
@ -30,8 +30,8 @@ error-chain = "0.11"
|
||||||
handlebars = "0.29.0"
|
handlebars = "0.29.0"
|
||||||
serde_json = "1"
|
serde_json = "1"
|
||||||
|
|
||||||
libimagstore = { version = "0.8.0", path = "../../../lib/core/libimagstore" }
|
libimagstore = { version = "0.9.0", path = "../../../lib/core/libimagstore" }
|
||||||
libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||||
|
|
||||||
[dependencies.clap]
|
[dependencies.clap]
|
||||||
version = "^2.29"
|
version = "^2.29"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "libimagnotification"
|
name = "libimagnotification"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
description = "Library for the imag core distribution"
|
description = "Library for the imag core distribution"
|
||||||
|
@ -23,5 +23,5 @@ maintenance = { status = "actively-developed" }
|
||||||
notify-rust = "3.4.2"
|
notify-rust = "3.4.2"
|
||||||
error-chain = "0.11"
|
error-chain = "0.11"
|
||||||
|
|
||||||
libimagerror = { version = "0.8.0", path = "../../../lib/core/libimagerror" }
|
libimagerror = { version = "0.9.0", path = "../../../lib/core/libimagerror" }
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "libimagtimeui"
|
name = "libimagtimeui"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
description = "Library for the imag core distribution"
|
description = "Library for the imag core distribution"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "libimagutil"
|
name = "libimagutil"
|
||||||
version = "0.8.0"
|
version = "0.9.0"
|
||||||
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
|
||||||
|
|
||||||
description = "Library for the imag core distribution"
|
description = "Library for the imag core distribution"
|
||||||
|
|
Loading…
Reference in a new issue