Skip to content

Commit

Permalink
version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Cook committed Sep 6, 2017
1 parent 1b1b7d8 commit f58b309
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [1.2.0] - 2017-09-06
### Fixed
- Fixed several bugs involving parsing of messy files and brace locations (thanks @lelik9!)
- Fixed a bug where an exception was raised if a key was found in the top level of the configuration.

## [1.1.0] - 2017-01-14
### Fixed
- Fixed a bug where an exception was raised if location blocks didn't contain any normal keys.
- Fixed a bug where an exception was raised if a closing brace was used inside a key's value.

## [1.0.0] - 2016-08-19
### Changed
- Some API changes:
Expand All @@ -15,6 +25,5 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Cleaned code for full PEP8 compatibility and added comments.
- Added simple tests.


### Fixed
- Fixed a bug where unexpected behaviour would occur when a pound symbol was used inside a key value.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='python-nginx',
version='1.1',
version='1.2',
description='Create and modify nginx serverblock configs in Python',
author='Jacob Cook',
author_email='jacob@peakwinter.net',
Expand Down

0 comments on commit f58b309

Please sign in to comment.