Skip to content
This repository was archived by the owner on Oct 20, 2018. It is now read-only.

Commit b70ab1f

Browse files
committed
Release 0.5.0
1 parent f08f933 commit b70ab1f

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
Notable changes for the [gmusicapi-wrapper](https://github.com/thebigmunch/gmusicapi-wrapper) project. This project adheres to [Semantic Versioning](http://semver.org/).
44

55

6+
## [0.5.0](https://github.com/thebigmunch/gmusicapi-wrapper/releases/tag/0.5.0) (2016-07-18)
7+
8+
[Commits](https://github.com/thebigmunch/gmusicapi-wrapper/compare/0.4.0...0.5.0)
9+
10+
### Added
11+
12+
* Add get_suggested_filename utility function.
13+
14+
### Changed
15+
16+
* Refactor template_to_filepath utility function.
17+
18+
619
## [0.4.0](https://github.com/thebigmunch/gmusicapi-wrapper/releases/tag/0.4.0) (2016-06-03)
720

821
[Commits](https://github.com/thebigmunch/gmusicapi-wrapper/compare/0.3.0...0.4.0)

gmusicapi_wrapper/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding=utf-8
22

33
__title__ = 'gmusicapi_wrapper'
4-
__version__ = "0.4.0"
4+
__version__ = "0.5.0"
55
__license__ = 'MIT'
66
__copyright__ = 'Copyright 2016 thebigmunch <[email protected]>'
77

0 commit comments

Comments
 (0)