Skip to content

Commit 8cdf9a8

Browse files
committed
1.4
1 parent b0fd16c commit 8cdf9a8

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,18 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## Unreleased
5+
## [1.4.0] - 2018-04-01
66
### Fixed
7-
- Fixed bug with map crashing loading of nginx.conf.
7+
- Fixed bugs in parsing single key values and quoted keys/values (thanks @fulder!)
8+
- Fixed bugs when finding a `map` key in loading of nginx.conf. (thanks @fulder!)
9+
10+
## [1.3.0] - 2018-02-07
11+
### Features
12+
- Full refactoring of configuration parsing.
13+
- Now supports the loading of root NGINX configurations, like the kind you see at /etc/nginx/nginx.conf.
14+
15+
### Fixed
16+
- Fixed several bugs involving parsing of messy files, brace locations, and individual keys with no values (thanks @lelik9 and @USSX-Hares!)
817

918
## [1.2.0] - 2017-09-06
1019
### Fixed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name='python-nginx',
7-
version='1.3',
7+
version='1.4',
88
description='Create and modify nginx serverblock configs in Python',
99
author='Jacob Cook',
1010
author_email='jacob@peakwinter.net',

0 commit comments

Comments
 (0)