From 2f2f60692479f4afbaed80d8f0afde6917449668 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 23 Sep 2017 21:19:27 +0200 Subject: [PATCH 1/5] Add missing changelog entry for imag-gps --- doc/src/09020-changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/src/09020-changelog.md b/doc/src/09020-changelog.md index bfc8eda0..1fbf3980 100644 --- a/doc/src/09020-changelog.md +++ b/doc/src/09020-changelog.md @@ -34,6 +34,7 @@ This section contains the changelog from the last release to the next release. hourly (or daily, which is when specifying nothing). * New * `libimagentrygps` was introduced + * `imag-gps` was introduced * `imag-grep` was introduced * The `imag` command now passes all arguments properly to the called subcommand From 5ed53921930b3fd07ea437bffa0342f21607a059 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 23 Sep 2017 21:24:46 +0200 Subject: [PATCH 2/5] Finalize changelog --- doc/src/09020-changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/src/09020-changelog.md b/doc/src/09020-changelog.md index 1fbf3980..26f46ade 100644 --- a/doc/src/09020-changelog.md +++ b/doc/src/09020-changelog.md @@ -18,6 +18,8 @@ Version 0.y.z and thus we can break the API like we want and need to. This section contains the changelog from the last release to the next release. +## 0.4.0 + * Major changes * The `libimagstore::toml_ext` module was removed. The `toml_query` crate should be used as a replacement. Its interface only differs in few places @@ -69,6 +71,12 @@ This section contains the changelog from the last release to the next release. * `libimagentrylist` does not export a CLI helper module anymore. * Stats + * ~325 commits + * 82 merge-commits / 243 non-merge commits + * 2 contributors + * 447 files changed + * 9749 insertions(+) / 7806 deletions(-) (Surely because of the + reorganization of the entire codebase) ## 0.3.0 From 8a15aba1d0a77598c858e69bfb975d44d6443dc6 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sat, 23 Sep 2017 22:18:28 +0200 Subject: [PATCH 3/5] Update month in doc --- doc/src/00000.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/00000.md b/doc/src/00000.md index 2764a5ac..c7bfe2e7 100644 --- a/doc/src/00000.md +++ b/doc/src/00000.md @@ -1,7 +1,7 @@ --- title: imag User Documentation version: 0.4.0 -date: August 2017 +date: September 2017 listings: true codeBlockCaptions: true figureTitle: "Figure" From e9bf46c2471c55902f8a9d0694bfd0df965f9812 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 24 Sep 2017 11:36:38 +0200 Subject: [PATCH 4/5] Fix README location --- lib/entry/libimagentrygps/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/entry/libimagentrygps/Cargo.toml b/lib/entry/libimagentrygps/Cargo.toml index ab10d2d6..9f25620a 100644 --- a/lib/entry/libimagentrygps/Cargo.toml +++ b/lib/entry/libimagentrygps/Cargo.toml @@ -6,7 +6,7 @@ authors = ["Matthias Beyer "] description = "Library for the imag core distribution" keywords = ["imag", "PIM", "personal", "information", "management"] -readme = "../README.md" +readme = "../../../README.md" license = "LGPL-2.1" [dependencies] From 61d472a8c7cb792b975354794b11da90ba797f2d Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Sun, 24 Sep 2017 12:05:32 +0200 Subject: [PATCH 5/5] Remove section build-dependencies --- bin/core/imag/Cargo.toml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/bin/core/imag/Cargo.toml b/bin/core/imag/Cargo.toml index d652a359..11460a26 100644 --- a/bin/core/imag/Cargo.toml +++ b/bin/core/imag/Cargo.toml @@ -13,13 +13,6 @@ documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.h repository = "https://github.com/matthiasbeyer/imag" homepage = "http://imag-pim.org" -[build-dependencies] -clap = ">=2.17" -version = "2.0" -libimagrt = { path = "../../../lib/core/libimagrt" } -libimagentrytag = { path = "../../../lib/entry/libimagentrytag" } -libimagutil = { path = "../../../lib/etc/libimagutil" } - [dependencies] version = "2.0" walkdir = "1"