Skip to content

Commit

Permalink
Bump version and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Rezart Qelibari committed Jan 18, 2019
1 parent 91e0ce4 commit 6f931b5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.0] - 2019-01-18
### Added
- Support read and write of `plist` file format (a format mostly found on
Apple's macOS). Supported are both xml and binary plists.

### Changed
- Better error messages. `cocof` showed a single message for a whole group of
errors and sometimes the reason of the message would not be the reason of the
error and hence the message would mislead.

## [1.0.1] - 2019-01-05
### Added
- We now use travis to deploy the package to pypi. That way pypi should always
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='cocof',
version="1.0.1",
version="1.2.0",
author='Astzweig UG(haftungsbeschränkt) & Co. KG',
author_email='it@astzweig.de',
description='Consistent CLI config file modifier',
Expand Down

0 comments on commit 6f931b5

Please sign in to comment.