Skip to content

Commit

Permalink
1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
peakwinter committed Apr 1, 2018
1 parent b0fd16c commit 8cdf9a8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,18 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased
## [1.4.0] - 2018-04-01
### Fixed
- Fixed bug with map crashing loading of nginx.conf.
- Fixed bugs in parsing single key values and quoted keys/values (thanks @fulder!)
- Fixed bugs when finding a `map` key in loading of nginx.conf. (thanks @fulder!)

## [1.3.0] - 2018-02-07
### Features
- Full refactoring of configuration parsing.
- Now supports the loading of root NGINX configurations, like the kind you see at /etc/nginx/nginx.conf.

### Fixed
- Fixed several bugs involving parsing of messy files, brace locations, and individual keys with no values (thanks @lelik9 and @USSX-Hares!)

## [1.2.0] - 2017-09-06
### Fixed
Expand Down
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.3',
version='1.4',
description='Create and modify nginx serverblock configs in Python',
author='Jacob Cook',
author_email='jacob@peakwinter.net',
Expand Down

0 comments on commit 8cdf9a8

Please sign in to comment.