Version strings: 0.2.0 -> 0.3.0

This commit is contained in:
Matthias Beyer 2017-02-04 12:17:48 +01:00
parent c74c26ccd1
commit 9650f46e23
29 changed files with 34 additions and 34 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "imag-documentation" name = "imag-documentation"
version = "0.2.0" version = "0.3.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"] authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Documentation crate of the imag distribution. Does not contain functionality" description = "Documentation crate of the imag distribution. Does not contain functionality"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "imag" name = "imag"
version = "0.2.0" version = "0.3.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"

View File

@ -1,6 +1,6 @@
--- ---
title: imag User Documentation title: imag User Documentation
version: 0.2.0 version: 0.3.0
date: July 2016 date: July 2016
listings: true listings: true
codeBlockCaptions: true codeBlockCaptions: true

View File

@ -72,7 +72,7 @@ An example for a file in the store follows.
--- ---
[imag] [imag]
links = ["/home/user/more_kittens.mpeg"] links = ["/home/user/more_kittens.mpeg"]
version = "0.2.0" version = "0.3.0"
[note] [note]
name = "foo" name = "foo"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "imag-link" name = "imag-link"
version = "0.2.0" version = "0.3.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"

View File

@ -8,7 +8,7 @@ default_entry() {
--- ---
[imag] [imag]
links = [] links = []
version = "0.2.0" version = "0.3.0"
--- ---
EOS EOS
@ -19,7 +19,7 @@ entry_linked_to() {
--- ---
[imag] [imag]
links = [$1] links = [$1]
version = "0.2.0" version = "0.3.0"
--- ---
EOS EOS

View File

@ -1,6 +1,6 @@
[package] [package]
name = "imag-notes" name = "imag-notes"
version = "0.2.0" version = "0.3.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"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "imag-ref" name = "imag-ref"
version = "0.2.0" version = "0.3.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"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "imag-store" name = "imag-store"
version = "0.2.0" version = "0.3.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"

View File

@ -42,7 +42,7 @@ test_std_header() {
--- ---
[imag] [imag]
links = [] links = []
version = "0.2.0" version = "0.3.0"
--- ---
EOS EOS
@ -63,7 +63,7 @@ test_std_header_plus_custom() {
--- ---
[imag] [imag]
links = [] links = []
version = "0.2.0" version = "0.3.0"
[zzz] [zzz]
zzz = "z" zzz = "z"
@ -90,7 +90,7 @@ bar = "baz"
[imag] [imag]
links = [] links = []
version = "0.2.0" version = "0.3.0"
[zzz] [zzz]
zzz = "z" zzz = "z"
@ -116,7 +116,7 @@ test_std_header_plus_custom_multiheader_same_section() {
--- ---
[imag] [imag]
links = [] links = []
version = "0.2.0" version = "0.3.0"
[zzz] [zzz]
bar = "baz" bar = "baz"
@ -142,7 +142,7 @@ test_std_header_plus_custom_and_content() {
--- ---
[imag] [imag]
links = [] links = []
version = "0.2.0" version = "0.3.0"
[zzz] [zzz]
zzz = "z" zzz = "z"

View File

@ -8,7 +8,7 @@ std_header() {
--- ---
[imag] [imag]
links = [] links = []
version = "0.2.0" version = "0.3.0"
--- ---
EOS EOS
} }

View File

@ -1,6 +1,6 @@
[package] [package]
name = "imag-tag" name = "imag-tag"
version = "0.2.0" version = "0.3.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"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "imag-view" name = "imag-view"
version = "0.2.0" version = "0.3.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"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "libimagentryedit" name = "libimagentryedit"
version = "0.2.0" version = "0.3.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"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "libimagentryfilter" name = "libimagentryfilter"
version = "0.2.0" version = "0.3.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"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "libimagentrylink" name = "libimagentrylink"
version = "0.2.0" version = "0.3.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"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "libimagentrylist" name = "libimagentrylist"
version = "0.2.0" version = "0.3.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"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "libimagentrymarkdown" name = "libimagentrymarkdown"
version = "0.2.0" version = "0.3.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"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "libimagentrytag" name = "libimagentrytag"
version = "0.2.0" version = "0.3.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"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "libimagentryview" name = "libimagentryview"
version = "0.2.0" version = "0.3.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"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "libimagerror" name = "libimagerror"
version = "0.2.0" version = "0.3.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"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "libimaginteraction" name = "libimaginteraction"
version = "0.2.0" version = "0.3.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"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "libimagnotes" name = "libimagnotes"
version = "0.2.0" version = "0.3.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"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "libimagref" name = "libimagref"
version = "0.2.0" version = "0.3.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"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "libimagrt" name = "libimagrt"
version = "0.2.0" version = "0.3.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"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "libimagstore" name = "libimagstore"
version = "0.2.0" version = "0.3.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"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "libimagstorestdhook" name = "libimagstorestdhook"
version = "0.2.0" version = "0.3.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"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "libimagtimeui" name = "libimagtimeui"
version = "0.2.0" version = "0.3.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"

View File

@ -1,6 +1,6 @@
[package] [package]
name = "libimagutil" name = "libimagutil"
version = "0.2.0" version = "0.3.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"