aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Jaremko2017-12-15 16:50:35 -0500
committerNathan Jaremko2017-12-15 16:50:35 -0500
commitbe0bcf669e1c187ccec7ada160dac5c26089420a (patch)
treeeba87ba6776442a9d179ac9909bcf1b2d27ae012
parentbc6b6b035aa125e3fe54aff38849617a982b2f46 (diff)
downloadpodcast-be0bcf669e1c187ccec7ada160dac5c26089420a.tar.bz2
Small update
-rw-r--r--.travis.yml3
-rw-r--r--CHANGELOG5
-rw-r--r--Cargo.toml2
3 files changed, 6 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 7b6f34a..d885e56 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,9 +9,6 @@ matrix:
include:
- os: linux
rust: nightly
- env: TARGET=i686-unknown-linux-gnu
- - os: linux
- rust: nightly
env: TARGET=x86_64-unknown-linux-gnu
- os: osx
rust: nightly
diff --git a/CHANGELOG b/CHANGELOG
index 0c1faf5..93834f2 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,7 +1,12 @@
+0.4.6
+- Add travis-ci support
+- Add category to cargo.toml
+
0.4.5
- Improve subscribe default behaviour
- Without an option, we'll just subscribe to them
- with -d or --download we will download according to auto-download limit in $PODCAST/.config
+
0.4.4
- Add ability to play latest episode by omitting episode number
- Fix update check working correctly
diff --git a/Cargo.toml b/Cargo.toml
index d181d05..a4de124 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "podcast"
-version = "0.4.5"
+version = "0.4.6"
authors = ["Nathan Jaremko <njaremko@gmail.com>"]
description = "A command line podcast manager"
license = "GPL-3.0"