Merge pull request #1115 from matthiasbeyer/v0.4.0-branch

v0.4.0 branch
This commit is contained in:
Matthias Beyer 2017-09-24 13:04:16 +02:00 committed by GitHub
commit a64fbbbdb9
4 changed files with 11 additions and 9 deletions

View file

@ -13,13 +13,6 @@ documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.h
repository = "https://github.com/matthiasbeyer/imag" repository = "https://github.com/matthiasbeyer/imag"
homepage = "http://imag-pim.org" 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] [dependencies]
version = "2.0" version = "2.0"
walkdir = "1" walkdir = "1"

View file

@ -1,7 +1,7 @@
--- ---
title: imag User Documentation title: imag User Documentation
version: 0.4.0 version: 0.4.0
date: August 2017 date: September 2017
listings: true listings: true
codeBlockCaptions: true codeBlockCaptions: true
figureTitle: "Figure" figureTitle: "Figure"

View file

@ -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. This section contains the changelog from the last release to the next release.
## 0.4.0
* Major changes * Major changes
* The `libimagstore::toml_ext` module was removed. The `toml_query` crate * The `libimagstore::toml_ext` module was removed. The `toml_query` crate
should be used as a replacement. Its interface only differs in few places should be used as a replacement. Its interface only differs in few places
@ -34,6 +36,7 @@ This section contains the changelog from the last release to the next release.
hourly (or daily, which is when specifying nothing). hourly (or daily, which is when specifying nothing).
* New * New
* `libimagentrygps` was introduced * `libimagentrygps` was introduced
* `imag-gps` was introduced
* `imag-grep` was introduced * `imag-grep` was introduced
* The `imag` command now passes all arguments properly to the called * The `imag` command now passes all arguments properly to the called
subcommand subcommand
@ -68,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. * `libimagentrylist` does not export a CLI helper module anymore.
* Stats * 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 ## 0.3.0

View file

@ -6,7 +6,7 @@ authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Library for the imag core distribution" description = "Library for the imag core distribution"
keywords = ["imag", "PIM", "personal", "information", "management"] keywords = ["imag", "PIM", "personal", "information", "management"]
readme = "../README.md" readme = "../../../README.md"
license = "LGPL-2.1" license = "LGPL-2.1"
[dependencies] [dependencies]