Update version strings: 0.4.0 -> 0.5.0

This commit is contained in:
Matthias Beyer 2017-09-23 22:26:52 +02:00
parent a64fbbbdb9
commit 73f6016221
50 changed files with 226 additions and 226 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "imag-documentation"
version = "0.4.0"
version = "0.5.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Documentation crate of the imag distribution. Does not contain functionality"
@ -15,28 +15,28 @@ homepage = "http://imag-pim.org"
[dependencies]
libimagbookmark = { version = "0.4.0", path = "../lib/domain/libimagbookmark" }
libimagcounter = { version = "0.4.0", path = "../lib/domain/libimagcounter" }
libimagdiary = { version = "0.4.0", path = "../lib/domain/libimagdiary" }
libimagentryannotation = { version = "0.4.0", path = "../lib/entry/libimagentryannotation" }
libimagentrycategory = { version = "0.4.0", path = "../lib/entry/libimagentrycategory" }
libimagentrydatetime = { version = "0.4.0", path = "../lib/entry/libimagentrydatetime" }
libimagentryedit = { version = "0.4.0", path = "../lib/entry/libimagentryedit" }
libimagentryfilter = { version = "0.4.0", path = "../lib/entry/libimagentryfilter" }
libimagentrylink = { version = "0.4.0", path = "../lib/entry/libimagentrylink" }
libimagentrylist = { version = "0.4.0", path = "../lib/entry/libimagentrylist" }
libimagentrymarkdown = { version = "0.4.0", path = "../lib/entry/libimagentrymarkdown" }
libimagentryref = { version = "0.4.0", path = "../lib/entry/libimagentryref" }
libimagentrytag = { version = "0.4.0", path = "../lib/entry/libimagentrytag" }
libimagentryview = { version = "0.4.0", path = "../lib/entry/libimagentryview" }
libimagerror = { version = "0.4.0", path = "../lib/core/libimagerror" }
libimaginteraction = { version = "0.4.0", path = "../lib/etc/libimaginteraction" }
libimagmail = { version = "0.4.0", path = "../lib/domain/libimagmail" }
libimagnotes = { version = "0.4.0", path = "../lib/domain/libimagnotes" }
libimagrt = { version = "0.4.0", path = "../lib/core/libimagrt" }
libimagstore = { version = "0.4.0", path = "../lib/core/libimagstore" }
libimagtimetrack = { version = "0.4.0", path = "../lib/domain/libimagtimetrack" }
libimagtimeui = { version = "0.4.0", path = "../lib/etc/libimagtimeui" }
libimagtodo = { version = "0.4.0", path = "../lib/domain/libimagtodo" }
libimagutil = { version = "0.4.0", path = "../lib/etc/libimagutil" }
libimagbookmark = { version = "0.5.0", path = "../lib/domain/libimagbookmark" }
libimagcounter = { version = "0.5.0", path = "../lib/domain/libimagcounter" }
libimagdiary = { version = "0.5.0", path = "../lib/domain/libimagdiary" }
libimagentryannotation = { version = "0.5.0", path = "../lib/entry/libimagentryannotation" }
libimagentrycategory = { version = "0.5.0", path = "../lib/entry/libimagentrycategory" }
libimagentrydatetime = { version = "0.5.0", path = "../lib/entry/libimagentrydatetime" }
libimagentryedit = { version = "0.5.0", path = "../lib/entry/libimagentryedit" }
libimagentryfilter = { version = "0.5.0", path = "../lib/entry/libimagentryfilter" }
libimagentrylink = { version = "0.5.0", path = "../lib/entry/libimagentrylink" }
libimagentrylist = { version = "0.5.0", path = "../lib/entry/libimagentrylist" }
libimagentrymarkdown = { version = "0.5.0", path = "../lib/entry/libimagentrymarkdown" }
libimagentryref = { version = "0.5.0", path = "../lib/entry/libimagentryref" }
libimagentrytag = { version = "0.5.0", path = "../lib/entry/libimagentrytag" }
libimagentryview = { version = "0.5.0", path = "../lib/entry/libimagentryview" }
libimagerror = { version = "0.5.0", path = "../lib/core/libimagerror" }
libimaginteraction = { version = "0.5.0", path = "../lib/etc/libimaginteraction" }
libimagmail = { version = "0.5.0", path = "../lib/domain/libimagmail" }
libimagnotes = { version = "0.5.0", path = "../lib/domain/libimagnotes" }
libimagrt = { version = "0.5.0", path = "../lib/core/libimagrt" }
libimagstore = { version = "0.5.0", path = "../lib/core/libimagstore" }
libimagtimetrack = { version = "0.5.0", path = "../lib/domain/libimagtimetrack" }
libimagtimeui = { version = "0.5.0", path = "../lib/etc/libimagtimeui" }
libimagtodo = { version = "0.5.0", path = "../lib/domain/libimagtodo" }
libimagutil = { version = "0.5.0", path = "../lib/etc/libimagutil" }

View file

@ -1,6 +1,6 @@
[package]
name = "imag-gps"
version = "0.4.0"
version = "0.5.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Part of the imag core distribution: imag-gps command"
@ -21,14 +21,14 @@ url = "1.2"
toml = "0.4"
toml-query = "0.3.0"
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
libimagrt = { version = "0.4.0", path = "../../../lib/core/libimagrt" }
libimagerror = { version = "0.4.0", path = "../../../lib/core/libimagerror" }
libimagentrygps = { version = "0.4.0", path = "../../../lib/entry/libimagentrygps" }
libimagutil = { version = "0.4.0", path = "../../../lib/etc/libimagutil" }
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
libimagrt = { version = "0.5.0", path = "../../../lib/core/libimagrt" }
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
libimagentrygps = { version = "0.5.0", path = "../../../lib/entry/libimagentrygps" }
libimagutil = { version = "0.5.0", path = "../../../lib/etc/libimagutil" }
[dev-dependencies.libimagutil]
version = "0.4.0"
version = "0.5.0"
path = "../../../lib/etc/libimagutil"
default-features = false
features = ["testing"]

View file

@ -1,6 +1,6 @@
[package]
name = "imag-grep"
version = "0.4.0"
version = "0.5.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Part of the imag core distribution: imag-grep command"
@ -18,7 +18,7 @@ clap = ">=2.17"
version = "2.0.1"
regex = "0.2"
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
libimagrt = { version = "0.4.0", path = "../../../lib/core/libimagrt" }
libimagerror = { version = "0.4.0", path = "../../../lib/core/libimagerror" }
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
libimagrt = { version = "0.5.0", path = "../../../lib/core/libimagrt" }
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }

View file

@ -1,6 +1,6 @@
[package]
name = "imag-link"
version = "0.4.0"
version = "0.5.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Part of the imag core distribution: imag-link command"
@ -21,20 +21,20 @@ url = "1.5"
toml = "0.4"
toml-query = "^0.3.1"
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
libimagrt = { version = "0.4.0", path = "../../../lib/core/libimagrt" }
libimagerror = { version = "0.4.0", path = "../../../lib/core/libimagerror" }
libimagentrylink = { version = "0.4.0", path = "../../../lib/entry/libimagentrylink" }
libimagutil = { version = "0.4.0", path = "../../../lib/etc/libimagutil" }
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
libimagrt = { version = "0.5.0", path = "../../../lib/core/libimagrt" }
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
libimagentrylink = { version = "0.5.0", path = "../../../lib/entry/libimagentrylink" }
libimagutil = { version = "0.5.0", path = "../../../lib/etc/libimagutil" }
[dev-dependencies.libimagutil]
version = "0.4.0"
version = "0.5.0"
path = "../../../lib/etc/libimagutil"
default-features = false
features = ["testing"]
[dev-dependencies.libimagrt]
version = "0.4.0"
version = "0.5.0"
path = "../../../lib/core/libimagrt"
default-features = false
features = ["testing"]

View file

@ -357,7 +357,7 @@ mod tests {
make_mock_app! {
app "imag-link";
modulename mock;
version "0.4.0";
version "0.5.0";
with help "imag-link mocking app";
}
use self::mock::generate_test_runtime;

View file

@ -1,6 +1,6 @@
[package]
name = "imag-ref"
version = "0.4.0"
version = "0.5.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Part of the imag core distribution: imag-ref command"
@ -18,9 +18,9 @@ clap = ">=2.17"
log = "0.3"
version = "2.0.1"
libimagrt = { version = "0.4.0", path = "../../../lib/core/libimagrt" }
libimagerror = { version = "0.4.0", path = "../../../lib/core/libimagerror" }
libimagentryref = { version = "0.4.0", path = "../../../lib/entry/libimagentryref" }
libimagentrylist = { version = "0.4.0", path = "../../../lib/entry/libimagentrylist" }
libimaginteraction = { version = "0.4.0", path = "../../../lib/etc/libimaginteraction" }
libimagutil = { version = "0.4.0", path = "../../../lib/etc/libimagutil" }
libimagrt = { version = "0.5.0", path = "../../../lib/core/libimagrt" }
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
libimagentryref = { version = "0.5.0", path = "../../../lib/entry/libimagentryref" }
libimagentrylist = { version = "0.5.0", path = "../../../lib/entry/libimagentrylist" }
libimaginteraction = { version = "0.5.0", path = "../../../lib/etc/libimaginteraction" }
libimagutil = { version = "0.5.0", path = "../../../lib/etc/libimagutil" }

View file

@ -1,6 +1,6 @@
[package]
name = "imag-store"
version = "0.4.0"
version = "0.5.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Part of the imag core distribution: imag-store command"
@ -20,22 +20,22 @@ version = "2.0.1"
toml = "0.4"
error-chain = "0.10"
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore", features = ["verify"] }
libimagrt = { version = "0.4.0", path = "../../../lib/core/libimagrt" }
libimagerror = { version = "0.4.0", path = "../../../lib/core/libimagerror" }
libimagutil = { version = "0.4.0", path = "../../../lib/etc/libimagutil" }
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore", features = ["verify"] }
libimagrt = { version = "0.5.0", path = "../../../lib/core/libimagrt" }
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
libimagutil = { version = "0.5.0", path = "../../../lib/etc/libimagutil" }
[features]
early-panic = [ "libimagstore/early-panic" ]
[dev-dependencies.libimagutil]
version = "0.4.0"
version = "0.5.0"
path = "../../../lib/etc/libimagutil"
default-features = false
features = ["testing"]
[dev-dependencies.libimagrt]
version = "0.4.0"
version = "0.5.0"
path = "../../../lib/core/libimagrt"
default-features = false
features = ["testing"]

View file

@ -177,7 +177,7 @@ mod tests {
make_mock_app! {
app "imag-store";
modulename mock;
version "0.4.0";
version "0.5.0";
with help "imag-store mocking app";
}
use self::mock::generate_test_runtime;
@ -196,7 +196,7 @@ mod tests {
let e = e.unwrap();
let version = e.get_header().read("imag.version").map(Option::unwrap).unwrap();
assert_eq!(Value::String(String::from("0.4.0")), *version);
assert_eq!(Value::String(String::from("0.5.0")), *version);
}
}

View file

@ -49,7 +49,7 @@ mod tests {
make_mock_app! {
app "imag-store";
modulename mock;
version "0.4.0";
version "0.5.0";
with help "imag-store mocking app";
}
use self::mock::generate_test_runtime;

View file

@ -1,6 +1,6 @@
[package]
name = "imag-tag"
version = "0.4.0"
version = "0.5.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Part of the imag core distribution: imag-tag command"
@ -19,24 +19,24 @@ log = "0.3"
version = "2.0.1"
toml = "0.4"
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
libimagrt = { version = "0.4.0", path = "../../../lib/core/libimagrt" }
libimagerror = { version = "0.4.0", path = "../../../lib/core/libimagerror" }
libimagentrytag = { version = "0.4.0", path = "../../../lib/entry/libimagentrytag" }
libimagutil = { version = "0.4.0", path = "../../../lib/etc/libimagutil" }
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
libimagrt = { version = "0.5.0", path = "../../../lib/core/libimagrt" }
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
libimagentrytag = { version = "0.5.0", path = "../../../lib/entry/libimagentrytag" }
libimagutil = { version = "0.5.0", path = "../../../lib/etc/libimagutil" }
[dev-dependencies]
toml-query = "^0.3.1"
env_logger = "0.4"
[dev-dependencies.libimagutil]
version = "0.4.0"
version = "0.5.0"
path = "../../../lib/etc/libimagutil"
default-features = false
features = ["testing"]
[dev-dependencies.libimagrt]
version = "0.4.0"
version = "0.5.0"
path = "../../../lib/core/libimagrt"
default-features = false
features = ["testing"]

View file

@ -247,7 +247,7 @@ mod tests {
make_mock_app! {
app "imag-tag";
modulename mock;
version "0.4.0";
version "0.5.0";
with help "imag-tag mocking app";
}
use self::mock::generate_test_runtime;

View file

@ -1,6 +1,6 @@
[package]
name = "imag-view"
version = "0.4.0"
version = "0.5.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Part of the imag core distribution: imag-view command"
@ -18,8 +18,8 @@ clap = ">=2.17"
log = "0.3"
version = "2.0.1"
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
libimagrt = { version = "0.4.0", path = "../../../lib/core/libimagrt" }
libimagerror = { version = "0.4.0", path = "../../../lib/core/libimagerror" }
libimagentryview = { version = "0.4.0", path = "../../../lib/entry/libimagentryview" }
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
libimagrt = { version = "0.5.0", path = "../../../lib/core/libimagrt" }
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
libimagentryview = { version = "0.5.0", path = "../../../lib/entry/libimagentryview" }

View file

@ -1,6 +1,6 @@
[package]
name = "imag"
version = "0.4.0"
version = "0.5.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Part of the imag core distribution: imag command"
@ -21,7 +21,7 @@ log = "0.3"
toml = "0.4"
toml-query = "^0.3.1"
libimagrt = { version = "0.4.0", path = "../../../lib/core/libimagrt" }
libimagerror = { version = "0.4.0", path = "../../../lib/core/libimagerror" }
libimagrt = { version = "0.5.0", path = "../../../lib/core/libimagrt" }
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }

View file

@ -1,6 +1,6 @@
[package]
name = "imag-bookmark"
version = "0.4.0"
version = "0.5.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Part of the imag core distribution: imag-bookmark command"
@ -20,7 +20,7 @@ version = "2.0.1"
toml = "0.4"
toml-query = "^0.3.1"
libimagrt = { version = "0.4.0", path = "../../../lib/core/libimagrt" }
libimagerror = { version = "0.4.0", path = "../../../lib/core/libimagerror" }
libimagbookmark = { version = "0.4.0", path = "../../../lib/domain/libimagbookmark" }
libimagutil = { version = "0.4.0", path = "../../../lib/etc/libimagutil" }
libimagrt = { version = "0.5.0", path = "../../../lib/core/libimagrt" }
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
libimagbookmark = { version = "0.5.0", path = "../../../lib/domain/libimagbookmark" }
libimagutil = { version = "0.5.0", path = "../../../lib/etc/libimagutil" }

View file

@ -1,6 +1,6 @@
[package]
name = "imag-counter"
version = "0.4.0"
version = "0.5.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Part of the imag core distribution: imag-counter command"
@ -18,8 +18,8 @@ clap = ">=2.17"
log = "0.3"
version = "2.0.1"
libimagrt = { version = "0.4.0", path = "../../../lib/core/libimagrt" }
libimagerror = { version = "0.4.0", path = "../../../lib/core/libimagerror" }
libimagutil = { version = "0.4.0", path = "../../../lib/etc/libimagutil" }
libimagcounter = { version = "0.4.0", path = "../../../lib/domain/libimagcounter" }
libimagrt = { version = "0.5.0", path = "../../../lib/core/libimagrt" }
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
libimagutil = { version = "0.5.0", path = "../../../lib/etc/libimagutil" }
libimagcounter = { version = "0.5.0", path = "../../../lib/domain/libimagcounter" }

View file

@ -1,6 +1,6 @@
[package]
name = "imag-diary"
version = "0.4.0"
version = "0.5.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Part of the imag core distribution: imag-diary command"
@ -21,13 +21,13 @@ log = "0.3"
toml = "0.4"
toml-query = "^0.3.1"
libimagerror = { version = "0.4.0", path = "../../../lib/core/libimagerror" }
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
libimagrt = { version = "0.4.0", path = "../../../lib/core/libimagrt" }
libimagdiary = { version = "0.4.0", path = "../../../lib/domain/libimagdiary" }
libimagentryedit = { version = "0.4.0", path = "../../../lib/entry/libimagentryedit" }
libimagentrylist = { version = "0.4.0", path = "../../../lib/entry/libimagentrylist" }
libimaginteraction = { version = "0.4.0", path = "../../../lib/etc/libimaginteraction" }
libimagutil = { version = "0.4.0", path = "../../../lib/etc/libimagutil" }
libimagtimeui = { version = "0.4.0", path = "../../../lib/etc/libimagtimeui" }
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
libimagrt = { version = "0.5.0", path = "../../../lib/core/libimagrt" }
libimagdiary = { version = "0.5.0", path = "../../../lib/domain/libimagdiary" }
libimagentryedit = { version = "0.5.0", path = "../../../lib/entry/libimagentryedit" }
libimagentrylist = { version = "0.5.0", path = "../../../lib/entry/libimagentrylist" }
libimaginteraction = { version = "0.5.0", path = "../../../lib/etc/libimaginteraction" }
libimagutil = { version = "0.5.0", path = "../../../lib/etc/libimagutil" }
libimagtimeui = { version = "0.5.0", path = "../../../lib/etc/libimagtimeui" }

View file

@ -1,6 +1,6 @@
[package]
name = "imag-mail"
version = "0.4.0"
version = "0.5.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Part of the imag core distribution: imag-notes command"
@ -14,7 +14,7 @@ clap = ">=2.17"
log = "0.3"
version = "2.0.1"
libimagrt = { version = "0.4.0", path = "../../../lib/core/libimagrt" }
libimagerror = { version = "0.4.0", path = "../../../lib/core/libimagerror" }
libimagmail = { version = "0.4.0", path = "../../../lib/domain/libimagmail" }
libimagutil = { version = "0.4.0", path = "../../../lib/etc/libimagutil" }
libimagrt = { version = "0.5.0", path = "../../../lib/core/libimagrt" }
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
libimagmail = { version = "0.5.0", path = "../../../lib/domain/libimagmail" }
libimagutil = { version = "0.5.0", path = "../../../lib/etc/libimagutil" }

View file

@ -1,6 +1,6 @@
[package]
name = "imag-notes"
version = "0.4.0"
version = "0.5.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Part of the imag core distribution: imag-notes command"
@ -19,8 +19,8 @@ log = "0.3"
version = "2.0.1"
itertools = "0.6"
libimagrt = { version = "0.4.0", path = "../../../lib/core/libimagrt" }
libimagerror = { version = "0.4.0", path = "../../../lib/core/libimagerror" }
libimagnotes = { version = "0.4.0", path = "../../../lib/domain/libimagnotes" }
libimagentryedit = { version = "0.4.0", path = "../../../lib/entry/libimagentryedit" }
libimagutil = { version = "0.4.0", path = "../../../lib/etc/libimagutil" }
libimagrt = { version = "0.5.0", path = "../../../lib/core/libimagrt" }
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
libimagnotes = { version = "0.5.0", path = "../../../lib/domain/libimagnotes" }
libimagentryedit = { version = "0.5.0", path = "../../../lib/entry/libimagentryedit" }
libimagutil = { version = "0.5.0", path = "../../../lib/etc/libimagutil" }

View file

@ -1,6 +1,6 @@
[package]
name = "imag-timetrack"
version = "0.4.0"
version = "0.5.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Part of the imag core distribution: imag-tag command"
@ -21,7 +21,7 @@ chrono = "0.4"
filters = "0.1"
itertools = "0.6"
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
libimagrt = { version = "0.4.0", path = "../../../lib/core/libimagrt" }
libimagerror = { version = "0.4.0", path = "../../../lib/core/libimagerror" }
libimagtimetrack = { version = "0.4.0", path = "../../../lib/domain/libimagtimetrack" }
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
libimagrt = { version = "0.5.0", path = "../../../lib/core/libimagrt" }
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
libimagtimetrack = { version = "0.5.0", path = "../../../lib/domain/libimagtimetrack" }

View file

@ -1,7 +1,7 @@
[package]
authors = ["mario <mario-krehl@gmx.de>"]
name = "imag-todo"
version = "0.4.0"
version = "0.5.0"
description = "Part of the imag core distribution: imag-todo command"
@ -21,6 +21,6 @@ toml-query = "^0.3.1"
is-match = "0.1"
version = "2.0.1"
libimagrt = { version = "0.4.0", path = "../../../lib/core/libimagrt" }
libimagerror = { version = "0.4.0", path = "../../../lib/core/libimagerror" }
libimagtodo = { version = "0.4.0", path = "../../../lib/domain/libimagtodo" }
libimagrt = { version = "0.5.0", path = "../../../lib/core/libimagrt" }
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
libimagtodo = { version = "0.5.0", path = "../../../lib/domain/libimagtodo" }

View file

@ -1,6 +1,6 @@
---
title: imag User Documentation
version: 0.4.0
version: 0.5.0
date: September 2017
listings: true
codeBlockCaptions: true

View file

@ -71,7 +71,7 @@ An example for a file in the store follows.
---
[imag]
version = "0.4.0"
version = "0.5.0"
[note]
name = "foo"
@ -259,12 +259,12 @@ The strucure is as follows:
```json
{
"version": "0.4.0",
"version": "0.5.0",
"store": {
"example": {
"header": {
"imag": {
"version": "0.4.0",
"version": "0.5.0",
},
},
"content": "hi there!",

View file

@ -1,6 +1,6 @@
[package]
name = "libimagerror"
version = "0.4.0"
version = "0.5.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Library for the imag core distribution"

View file

@ -1,6 +1,6 @@
[package]
name = "libimagrt"
version = "0.4.0"
version = "0.5.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Library for the imag core distribution"
@ -26,9 +26,9 @@ toml-query = "^0.3.1"
error-chain = "0.10"
handlebars = "0.29.0"
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
libimagerror = { version = "0.4.0", path = "../../../lib/core/libimagerror" }
libimagutil = { version = "0.4.0", path = "../../../lib/etc/libimagutil" }
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
libimagutil = { version = "0.5.0", path = "../../../lib/etc/libimagutil" }
[features]
default = []

View file

@ -1,6 +1,6 @@
[package]
name = "libimagstore"
version = "0.4.0"
version = "0.5.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Library for the imag core distribution"
@ -28,8 +28,8 @@ serde_json = "1"
serde_derive = "1"
error-chain = "0.10"
libimagerror = { version = "0.4.0", path = "../../../lib/core/libimagerror" }
libimagutil = { version = "0.4.0", path = "../../../lib/etc/libimagutil" }
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
libimagutil = { version = "0.5.0", path = "../../../lib/etc/libimagutil" }
[dev-dependencies]
tempdir = "0.3"

View file

@ -113,7 +113,7 @@ mod test {
let loca = StoreId::new_baseless(path).unwrap();
let file = Entry::from_str(loca.clone(), r#"---
[imag]
version = "0.4.0"
version = "0.5.0"
---
Hello World"#).unwrap();

View file

@ -164,7 +164,7 @@ mod test {
#[test]
fn test_empty_json_to_fs() {
let json = r#"{"version":"0.4.0","store":{}}"#;
let json = r#"{"version":"0.5.0","store":{}}"#;
let mut json = Cursor::new(String::from(json).into_bytes());
let mapper = JsonMapper::new();
let mut hm = HashMap::new();
@ -177,12 +177,12 @@ mod test {
#[test]
fn test_json_to_fs() {
let json = r#"
{ "version": "0.4.0",
{ "version": "0.5.0",
"store": {
"example": {
"header": {
"imag": {
"version": "0.4.0"
"version": "0.5.0"
}
},
"content": "test"
@ -209,7 +209,7 @@ mod test {
let mut hm = HashMap::new();
let content = r#"---
[imag]
version = "0.4.0"
version = "0.5.0"
---
hi there!"#;
@ -224,12 +224,12 @@ hi there!"#;
let example = r#"
{
"version": "0.4.0",
"version": "0.5.0",
"store": {
"example": {
"header": {
"imag": {
"version": "0.4.0"
"version": "0.5.0"
}
},
"content": "hi there!"

View file

@ -1405,7 +1405,7 @@ mod store_tests {
// Lets have an empty store as input
let mut input = Cursor::new(r#"
{ "version": "0.4.0",
{ "version": "0.5.0",
"store": { }
}
"#);
@ -1442,7 +1442,7 @@ mod store_tests {
Value::Object(ref map) => {
assert!(map.get("version").is_some(), format!("No 'version' in JSON"));
match map.get("version").unwrap() {
&Value::String(ref s) => assert_eq!("0.4.0", s),
&Value::String(ref s) => assert_eq!("0.5.0", s),
_ => panic!("Wrong type in JSON at 'version'"),
}
@ -1743,12 +1743,12 @@ mod store_tests {
// Lets have an empty store as input
let mut input = Cursor::new(r#"
{ "version": "0.4.0",
{ "version": "0.5.0",
"store": {
"example": {
"header": {
"imag": {
"version": "0.4.0"
"version": "0.5.0"
}
},
"content": "foobar"
@ -1792,7 +1792,7 @@ mod store_tests {
Value::Object(ref map) => {
assert!(map.get("version").is_some(), format!("No 'version' in JSON"));
match map.get("version").unwrap() {
&Value::String(ref s) => assert_eq!("0.4.0", s),
&Value::String(ref s) => assert_eq!("0.5.0", s),
_ => panic!("Wrong type in JSON at 'version'"),
}

View file

@ -1,6 +1,6 @@
[package]
name = "libimagbookmark"
version = "0.4.0"
version = "0.5.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Library for the imag core distribution"
@ -18,7 +18,7 @@ url = "1.5"
regex = "0.2"
error-chain = "0.10"
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
libimagerror = { version = "0.4.0", path = "../../../lib/core/libimagerror" }
libimagentrylink = { version = "0.4.0", path = "../../../lib/entry/libimagentrylink" }
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
libimagentrylink = { version = "0.5.0", path = "../../../lib/entry/libimagentrylink" }

View file

@ -1,6 +1,6 @@
[package]
name = "libimagcounter"
version = "0.4.0"
version = "0.5.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Library for the imag core distribution"
@ -19,5 +19,5 @@ toml = "0.4"
toml-query = "^0.3.1"
error-chain = "0.10"
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
libimagerror = { version = "0.4.0", path = "../../../lib/core/libimagerror" }
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }

View file

@ -1,6 +1,6 @@
[package]
name = "libimagdiary"
version = "0.4.0"
version = "0.5.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Library for the imag core distribution"
@ -21,8 +21,8 @@ toml-query = "^0.3.1"
itertools = "0.6"
error-chain = "0.10"
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
libimagerror = { version = "0.4.0", path = "../../../lib/core/libimagerror" }
libimagrt = { version = "0.4.0", path = "../../../lib/core/libimagrt" }
libimagentryedit = { version = "0.4.0", path = "../../../lib/entry/libimagentryedit" }
libimagentryview = { version = "0.4.0", path = "../../../lib/entry/libimagentryview" }
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
libimagrt = { version = "0.5.0", path = "../../../lib/core/libimagrt" }
libimagentryedit = { version = "0.5.0", path = "../../../lib/entry/libimagentryedit" }
libimagentryview = { version = "0.5.0", path = "../../../lib/entry/libimagentryview" }

View file

@ -1,6 +1,6 @@
[package]
name = "libimagmail"
version = "0.4.0"
version = "0.5.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Library for the imag core distribution"
@ -19,6 +19,6 @@ email = "0.0.17"
filters = "0.1"
error-chain = "0.10"
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
libimagerror = { version = "0.4.0", path = "../../../lib/core/libimagerror" }
libimagentryref = { version = "0.4.0", path = "../../../lib/entry/libimagentryref" }
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
libimagentryref = { version = "0.5.0", path = "../../../lib/entry/libimagentryref" }

View file

@ -1,6 +1,6 @@
[package]
name = "libimagnotes"
version = "0.4.0"
version = "0.5.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Library for the imag core distribution"
@ -19,7 +19,7 @@ toml = "0.4"
toml-query = "^0.3.1"
error-chain = "0.10"
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
libimagerror = { version = "0.4.0", path = "../../../lib/core/libimagerror" }
libimagrt = { version = "0.4.0", path = "../../../lib/core/libimagrt" }
libimagentryedit = { version = "0.4.0", path = "../../../lib/entry/libimagentryedit" }
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
libimagrt = { version = "0.5.0", path = "../../../lib/core/libimagrt" }
libimagentryedit = { version = "0.5.0", path = "../../../lib/entry/libimagentryedit" }

View file

@ -1,6 +1,6 @@
[package]
name = "libimagtimetrack"
version = "0.4.0"
version = "0.5.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Library for the imag core distribution"
@ -22,7 +22,7 @@ lazy_static = "0.2"
is-match = "0.1"
error-chain = "0.10"
libimagerror = { version = "0.4.0", path = "../../../lib/core/libimagerror" }
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
libimagentrydatetime = { version = "0.4.0", path = "../../../lib/entry/libimagentrydatetime" }
libimagentrytag = { version = "0.4.0", path = "../../../lib/entry/libimagentrytag" }
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
libimagentrydatetime = { version = "0.5.0", path = "../../../lib/entry/libimagentrydatetime" }
libimagentrytag = { version = "0.5.0", path = "../../../lib/entry/libimagentrytag" }

View file

@ -1,6 +1,6 @@
[package]
name = "libimagtodo"
version = "0.4.0"
version = "0.5.0"
authors = ["mario <mario-krehl@gmx.de>"]
description = "Library for the imag core distribution"
@ -22,5 +22,5 @@ log = "0.3"
serde_json = "1"
error-chain = "0.10"
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
libimagerror = { version = "0.4.0", path = "../../../lib/core/libimagerror" }
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }

View file

@ -1,6 +1,6 @@
[package]
name = "libimagentryannotation"
version = "0.4.0"
version = "0.5.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Library for the imag core distribution"
@ -15,7 +15,7 @@ toml = "0.4"
toml-query = "^0.3.1"
error-chain = "0.10"
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
libimagerror = { version = "0.4.0", path = "../../../lib/core/libimagerror" }
libimagnotes = { version = "0.4.0", path = "../../../lib/domain/libimagnotes" }
libimagentrylink = { version = "0.4.0", path = "../../../lib/entry/libimagentrylink" }
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
libimagnotes = { version = "0.5.0", path = "../../../lib/domain/libimagnotes" }
libimagentrylink = { version = "0.5.0", path = "../../../lib/entry/libimagentrylink" }

View file

@ -1,6 +1,6 @@
[package]
name = "libimagentrycategory"
version = "0.4.0"
version = "0.5.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Library for the imag core distribution"
@ -20,8 +20,8 @@ toml-query = "^0.3.1"
is-match = "0.1"
error-chain = "0.10"
libimagerror = { version = "0.4.0", path = "../../../lib/core/libimagerror" }
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
[dev-dependencies]
env_logger = "0.4"

View file

@ -1,6 +1,6 @@
[package]
name = "libimagentrydatetime"
version = "0.4.0"
version = "0.5.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Library for the imag core distribution"
@ -20,6 +20,6 @@ lazy_static = "0.2"
toml = "0.4"
error-chain = "0.10"
libimagerror = { version = "0.4.0", path = "../../../lib/core/libimagerror" }
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }

View file

@ -1,6 +1,6 @@
[package]
name = "libimagentryedit"
version = "0.4.0"
version = "0.5.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Library for the imag core distribution"
@ -16,7 +16,7 @@ homepage = "http://imag-pim.org"
[dependencies]
error-chain = "0.10"
libimagerror = { version = "0.4.0", path = "../../../lib/core/libimagerror" }
libimagrt = { version = "0.4.0", path = "../../../lib/core/libimagrt" }
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
libimagutil = { version = "0.4.0", path = "../../../lib/etc/libimagutil" }
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
libimagrt = { version = "0.5.0", path = "../../../lib/core/libimagrt" }
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
libimagutil = { version = "0.5.0", path = "../../../lib/etc/libimagutil" }

View file

@ -1,6 +1,6 @@
[package]
name = "libimagentryfilter"
version = "0.4.0"
version = "0.5.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Library for the imag core distribution"
@ -23,5 +23,5 @@ semver = "0.8"
toml = "0.4"
toml-query = "^0.3.1"
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
libimagentrytag = { version = "0.4.0", path = "../../../lib/entry/libimagentrytag" }
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
libimagentrytag = { version = "0.5.0", path = "../../../lib/entry/libimagentrytag" }

View file

@ -1,6 +1,6 @@
[package]
name = "libimagentrygps"
version = "0.4.0"
version = "0.5.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Library for the imag core distribution"
@ -16,8 +16,8 @@ serde_derive = "1"
serde = "1"
error-chain = "0.10"
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
libimagerror = { version = "0.4.0", path = "../../../lib/core/libimagerror" }
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
[dev-dependencies]
env_logger = "0.4"

View file

@ -1,6 +1,6 @@
[package]
name = "libimagentrylink"
version = "0.4.0"
version = "0.5.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Library for the imag core distribution"
@ -23,9 +23,9 @@ is-match = "0.1"
toml-query = "^0.3.1"
error-chain = "0.10"
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
libimagerror = { version = "0.4.0", path = "../../../lib/core/libimagerror" }
libimagutil = { version = "0.4.0", path = "../../../lib/etc/libimagutil" }
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
libimagutil = { version = "0.5.0", path = "../../../lib/etc/libimagutil" }
[dev-dependencies]
env_logger = "0.4"

View file

@ -1,6 +1,6 @@
[package]
name = "libimagentrylist"
version = "0.4.0"
version = "0.5.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Library for the imag core distribution"
@ -19,6 +19,6 @@ log = "0.3"
prettytable-rs = "0.6.*"
error-chain = "0.10"
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
libimagerror = { version = "0.4.0", path = "../../../lib/core/libimagerror" }
libimagutil = { version = "0.4.0", path = "../../../lib/etc/libimagutil" }
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
libimagutil = { version = "0.5.0", path = "../../../lib/etc/libimagutil" }

View file

@ -1,6 +1,6 @@
[package]
name = "libimagentrymarkdown"
version = "0.4.0"
version = "0.5.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Library for the imag core distribution"
@ -20,9 +20,9 @@ url = "1.5"
error-chain = "0.10"
env_logger = "0.4"
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
libimagerror = { version = "0.4.0", path = "../../../lib/core/libimagerror" }
libimagentrylink = { version = "0.4.0", path = "../../../lib/entry/libimagentrylink/" }
libimagentryref = { version = "0.4.0", path = "../../../lib/entry/libimagentryref/" }
libimagutil = { version = "0.4.0", path = "../../../lib/etc/libimagutil/" }
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
libimagentrylink = { version = "0.5.0", path = "../../../lib/entry/libimagentrylink/" }
libimagentryref = { version = "0.5.0", path = "../../../lib/entry/libimagentryref/" }
libimagutil = { version = "0.5.0", path = "../../../lib/etc/libimagutil/" }

View file

@ -1,6 +1,6 @@
[package]
name = "libimagentryref"
version = "0.4.0"
version = "0.5.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Library for the imag core distribution"
@ -22,6 +22,6 @@ toml-query = "^0.3.1"
error-chain = "0.10"
walkdir = "1"
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
libimagerror = { version = "0.4.0", path = "../../../lib/core/libimagerror" }
libimagentrylist = { version = "0.4.0", path = "../../../lib/entry/libimagentrylist" }
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
libimagentrylist = { version = "0.5.0", path = "../../../lib/entry/libimagentrylist" }

View file

@ -1,6 +1,6 @@
[package]
name = "libimagentrytag"
version = "0.4.0"
version = "0.5.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Library for the imag core distribution"
@ -24,5 +24,5 @@ filters = "0.1"
toml-query = "^0.3.1"
error-chain = "0.10"
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
libimagerror = { version = "0.4.0", path = "../../../lib/core/libimagerror" }
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }

View file

@ -1,6 +1,6 @@
[package]
name = "libimagentryview"
version = "0.4.0"
version = "0.5.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Library for the imag core distribution"
@ -18,7 +18,7 @@ log = "0.3"
toml = "0.4"
error-chain = "0.10"
libimagrt = { version = "0.4.0", path = "../../../lib/core/libimagrt" }
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
libimagerror = { version = "0.4.0", path = "../../../lib/core/libimagerror" }
libimagentryedit = { version = "0.4.0", path = "../../../lib/entry/libimagentryedit" }
libimagrt = { version = "0.5.0", path = "../../../lib/core/libimagrt" }
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }
libimagentryedit = { version = "0.5.0", path = "../../../lib/entry/libimagentryedit" }

View file

@ -1,6 +1,6 @@
[package]
name = "libimaginteraction"
version = "0.4.0"
version = "0.5.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Library for the imag core distribution"
@ -23,5 +23,5 @@ regex = "0.2"
toml = "0.4"
error-chain = "0.10"
libimagstore = { version = "0.4.0", path = "../../../lib/core/libimagstore" }
libimagerror = { version = "0.4.0", path = "../../../lib/core/libimagerror" }
libimagstore = { version = "0.5.0", path = "../../../lib/core/libimagstore" }
libimagerror = { version = "0.5.0", path = "../../../lib/core/libimagerror" }

View file

@ -1,6 +1,6 @@
[package]
name = "libimagtimeui"
version = "0.4.0"
version = "0.5.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Library for the imag core distribution"

View file

@ -1,6 +1,6 @@
[package]
name = "libimagutil"
version = "0.4.0"
version = "0.5.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Library for the imag core distribution"