Merge pull request #1272 from matthiasbeyer/prepare-0.6.0
Prepare 0.6.0 release
This commit is contained in:
commit
edd5925f88
13 changed files with 66 additions and 12 deletions
|
@ -13,6 +13,12 @@ documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.h
|
|||
repository = "https://github.com/matthiasbeyer/imag"
|
||||
homepage = "http://imag-pim.org"
|
||||
|
||||
[badges]
|
||||
travis-ci = { repository = "matthiasbeyer/imag" }
|
||||
is-it-maintained-issue-resolution = { repository = "matthiasbeyer/imag" }
|
||||
is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
||||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
clap = ">=2.17"
|
||||
log = "0.4.0"
|
||||
|
|
|
@ -13,6 +13,12 @@ documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.h
|
|||
repository = "https://github.com/matthiasbeyer/imag"
|
||||
homepage = "http://imag-pim.org"
|
||||
|
||||
[badges]
|
||||
travis-ci = { repository = "matthiasbeyer/imag" }
|
||||
is-it-maintained-issue-resolution = { repository = "matthiasbeyer/imag" }
|
||||
is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
||||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
chrono = "0.4"
|
||||
clap = ">=2.17"
|
||||
|
|
|
@ -9,6 +9,10 @@ keywords = ["imag", "PIM", "personal", "information", "management"]
|
|||
readme = "../../../README.md"
|
||||
license = "LGPL-2.1"
|
||||
|
||||
documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.html"
|
||||
repository = "https://github.com/matthiasbeyer/imag"
|
||||
homepage = "http://imag-pim.org"
|
||||
|
||||
[badges]
|
||||
travis-ci = { repository = "matthiasbeyer/imag" }
|
||||
is-it-maintained-issue-resolution = { repository = "matthiasbeyer/imag" }
|
||||
|
|
|
@ -89,7 +89,7 @@ PANDOC_CC=$(PANDOC) $(PANDOC_PARAMS)
|
|||
|
||||
export PANDOC_CC_PDF=$(PANDOC) \
|
||||
$(PANDOC_PARAMS) \
|
||||
--latex-engine=pdflatex \
|
||||
--pdf-engine=pdflatex \
|
||||
$(DOCUMENT_SETTINGS_PDF)
|
||||
|
||||
export PANDOC_CC_HTML=$(PANDOC) $(PANDOC_PARAMS) $(DOCUMENT_SETTINGS_HTML)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: imag User Documentation
|
||||
version: 0.6.0
|
||||
date: December 2017
|
||||
date: February 2018
|
||||
listings: true
|
||||
codeBlockCaptions: true
|
||||
figureTitle: "Figure"
|
||||
|
|
|
@ -18,6 +18,12 @@ 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.
|
||||
|
||||
* Major changes
|
||||
* Minor changes
|
||||
* Bugfixes
|
||||
|
||||
## 0.6.0
|
||||
|
||||
* Major changes
|
||||
* The config infrastructure of `libimagstore` was removed, as it was unused.
|
||||
* The iterators of `libimagstore` were improved and are now abstract over
|
||||
|
|
|
@ -13,6 +13,12 @@ documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.h
|
|||
repository = "https://github.com/matthiasbeyer/imag"
|
||||
homepage = "http://imag-pim.org"
|
||||
|
||||
[badges]
|
||||
travis-ci = { repository = "matthiasbeyer/imag" }
|
||||
is-it-maintained-issue-resolution = { repository = "matthiasbeyer/imag" }
|
||||
is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
||||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
error-chain = "0.11"
|
||||
log = "0.3"
|
||||
|
|
|
@ -13,6 +13,12 @@ documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.h
|
|||
repository = "https://github.com/matthiasbeyer/imag"
|
||||
homepage = "http://imag-pim.org"
|
||||
|
||||
[badges]
|
||||
travis-ci = { repository = "matthiasbeyer/imag" }
|
||||
is-it-maintained-issue-resolution = { repository = "matthiasbeyer/imag" }
|
||||
is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
||||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
chrono = "0.4"
|
||||
log = "0.3"
|
||||
|
|
|
@ -9,6 +9,10 @@ keywords = ["imag", "PIM", "personal", "information", "management"]
|
|||
readme = "../../../README.md"
|
||||
license = "LGPL-2.1"
|
||||
|
||||
documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.html"
|
||||
repository = "https://github.com/matthiasbeyer/imag"
|
||||
homepage = "http://imag-pim.org"
|
||||
|
||||
[badges]
|
||||
travis-ci = { repository = "matthiasbeyer/imag" }
|
||||
is-it-maintained-issue-resolution = { repository = "matthiasbeyer/imag" }
|
||||
|
|
|
@ -9,6 +9,10 @@ keywords = ["imag", "PIM", "personal", "information", "management"]
|
|||
readme = "../../../README.md"
|
||||
license = "LGPL-2.1"
|
||||
|
||||
documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.html"
|
||||
repository = "https://github.com/matthiasbeyer/imag"
|
||||
homepage = "http://imag-pim.org"
|
||||
|
||||
[badges]
|
||||
travis-ci = { repository = "matthiasbeyer/imag" }
|
||||
is-it-maintained-issue-resolution = { repository = "matthiasbeyer/imag" }
|
||||
|
|
|
@ -13,6 +13,12 @@ documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.h
|
|||
repository = "https://github.com/matthiasbeyer/imag"
|
||||
homepage = "http://imag-pim.org"
|
||||
|
||||
[badges]
|
||||
travis-ci = { repository = "matthiasbeyer/imag" }
|
||||
is-it-maintained-issue-resolution = { repository = "matthiasbeyer/imag" }
|
||||
is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
||||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[dependencies]
|
||||
notify-rust = "3.4.2"
|
||||
error-chain = "0.11"
|
||||
|
|
|
@ -13,18 +13,18 @@ documentation = "https://matthiasbeyer.github.io/imag/imag_documentation/index.h
|
|||
repository = "https://github.com/matthiasbeyer/imag"
|
||||
homepage = "http://imag-pim.org"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
||||
# Testing feature to compile testing utilities into the library.
|
||||
testing = []
|
||||
|
||||
[badges]
|
||||
travis-ci = { repository = "matthiasbeyer/imag" }
|
||||
is-it-maintained-issue-resolution = { repository = "matthiasbeyer/imag" }
|
||||
is-it-maintained-open-issues = { repository = "matthiasbeyer/imag" }
|
||||
maintenance = { status = "actively-developed" }
|
||||
|
||||
[features]
|
||||
default = []
|
||||
|
||||
# Testing feature to compile testing utilities into the library.
|
||||
testing = []
|
||||
|
||||
[dependencies]
|
||||
url = "1.5"
|
||||
boolinator = "2.4.0"
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
|
||||
CRATES=(
|
||||
./lib/etc/libimagutil
|
||||
./lib/etc/libimagtimeui
|
||||
|
@ -8,23 +9,25 @@ CRATES=(
|
|||
./lib/etc/libimagnotification
|
||||
./lib/etc/libimaginteraction
|
||||
./lib/core/libimagrt
|
||||
./lib/entry/libimagentryfilter
|
||||
./lib/entry/libimagentrycategory
|
||||
./lib/entry/libimagentryannotation
|
||||
./lib/entry/libimagentrylink
|
||||
./lib/entry/libimagentrytag
|
||||
./lib/entry/libimagentryfilter
|
||||
./lib/entry/libimagentrygps
|
||||
./lib/entry/libimagentrylist
|
||||
./lib/entry/libimagentryedit
|
||||
./lib/entry/libimagentryref
|
||||
./lib/entry/libimagentryview
|
||||
./lib/entry/libimagentrymarkdown
|
||||
./lib/entry/libimagentrydatetime
|
||||
./lib/entry/libimagentryutil
|
||||
./lib/entry/libimagentryref
|
||||
./lib/entry/libimagentrymarkdown
|
||||
./lib/entry/libimagentryannotation
|
||||
./lib/domain/libimagbookmark
|
||||
./lib/domain/libimaghabit
|
||||
./lib/domain/libimagnotes
|
||||
./lib/domain/libimagcontact
|
||||
./lib/domain/libimagdiary
|
||||
./lib/domain/libimaglog
|
||||
./lib/domain/libimagtimetrack
|
||||
./lib/domain/libimagtodo
|
||||
./lib/domain/libimagmail
|
||||
|
@ -36,6 +39,7 @@ CRATES=(
|
|||
./bin/domain/imag-timetrack
|
||||
./bin/domain/imag-mail
|
||||
./bin/domain/imag-todo
|
||||
./bin/domain/imag-log
|
||||
./bin/core/imag-ref
|
||||
./bin/core/imag-gps
|
||||
./bin/core/imag-diagnostics
|
||||
|
@ -46,6 +50,8 @@ CRATES=(
|
|||
./bin/core/imag-annotate
|
||||
./bin/core/imag-link
|
||||
./bin/core/imag-view
|
||||
./bin/core/imag-init
|
||||
./bin/core/imag-edit
|
||||
./bin/core/imag
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue