diff options
| -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" | 
