diff options
| author | Nathan Jaremko | 2017-12-15 16:50:35 -0500 |
|---|---|---|
| committer | Nathan Jaremko | 2017-12-15 16:50:35 -0500 |
| commit | be0bcf669e1c187ccec7ada160dac5c26089420a (patch) | |
| tree | eba87ba6776442a9d179ac9909bcf1b2d27ae012 | |
| parent | bc6b6b035aa125e3fe54aff38849617a982b2f46 (diff) | |
| download | podcast-be0bcf669e1c187ccec7ada160dac5c26089420a.tar.bz2 | |
Small update
| -rw-r--r-- | .travis.yml | 3 | ||||
| -rw-r--r-- | CHANGELOG | 5 | ||||
| -rw-r--r-- | Cargo.toml | 2 |
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 @@ -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 @@ -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" |
