summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Henri Symoneaux <pierre.henri.symoneaux@gmail.com>2018-04-10 23:18:39 +0200
committerPierre-Henri Symoneaux <pierre.henri.symoneaux@gmail.com>2018-04-10 23:18:39 +0200
commit34d9492bbb4a66f52df48734bd112e4bddc2ae6d (patch)
treeb5107cb73048a8aee433524c6edc43a03e23f27f
parent698d4500b1727b57da1580cb9ab12dc75de537d0 (diff)
Preparing v0.7.0 release
-rw-r--r--.travis.yml1
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 3266656..ccf6aab 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,6 +11,7 @@ rust:
- 1.21.0
- 1.22.1
- 1.23.0
+- 1.24.0
- stable
- beta
- nightly
diff --git a/Cargo.toml b/Cargo.toml
index df3e1c6..ac8754c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "prettytable-rs"
-version = "0.6.8"
+version = "0.7.0"
description = "A library for printing pretty formatted tables in terminal"
homepage = "https://github.com/phsym/prettytable-rs"
repository = "https://github.com/phsym/prettytable-rs"