From 21fd63be6f9d3bbfdf6288308a383ca7c123eedd Mon Sep 17 00:00:00 2001 From: Ritiek Malhotra Date: Fri, 1 Mar 2019 00:40:15 -0800 Subject: [PATCH] Bump to v1.2.0 (#508) * Bump to v1.2.0 * Add v1.2.0 release header --- CHANGES.md | 14 ++++++++++---- spotdl/__init__.py | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 3af7f21..5ff5eb4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,17 +4,23 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - ## [Unreleased] ### Added +- + +### Fixed +- + +### Changed +- + +## [1.2.0] - 2019-03-01 +### Added - `--write-to` parameter for setting custom file to write Spotify track URLs to ([@ritiek](https://github.com/ritiek)) (#507) - Set custom Spotify Client ID and Client Secret via config.yml ([@ManveerBasra](https://github.com/ManveerBasra)) (#502) - Use YouTube as fallback metadata if track not found on Spotify. Also added `--no-fallback-metadata` to preserve old behaviour ([@ritiek](https://github.com/ritiek)) (#457) -### Changed -- - ### Fixed - Fix already downloaded prompt when using "/" in `--file-format` to create sub-directories ([@ritiek](https://github.com/ritiek)) (#503) - Fix writing playlist tracks to file ([@ritiek](https://github.com/ritiek)) (#506) diff --git a/spotdl/__init__.py b/spotdl/__init__.py index 72f26f5..c68196d 100644 --- a/spotdl/__init__.py +++ b/spotdl/__init__.py @@ -1 +1 @@ -__version__ = "1.1.2" +__version__ = "1.2.0"