From 18b111e7399566657cc55471d06eef305c891e60 Mon Sep 17 00:00:00 2001 From: "John T. Wodder II" Date: Thu, 9 May 2019 18:45:01 +0000 Subject: [PATCH] =?UTF-8?q?v0.2.0=20=E2=80=94=20Case-insensitive=20`dict`s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Changed the capitalization of "User-agent" in the log format string constants to "User-Agent" - The `cookies`, `env_vars`, `headers_in`, `headers_out`, `notes`, `trailers_in`, and `trailers_out` attributes of `LogEntry` are now all case-insensitive `dict`s. --- CHANGELOG.md | 4 ++-- apachelogs/__init__.py | 2 +- docs/changelog.rst | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3503b57..3483f4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -v0.2.0 (in development) ------------------------ +v0.2.0 (2019-05-09) +------------------- - Changed the capitalization of "User-agent" in the log format string constants to "User-Agent" - The `cookies`, `env_vars`, `headers_in`, `headers_out`, `notes`, diff --git a/apachelogs/__init__.py b/apachelogs/__init__.py index 5c99ff6..66ec667 100644 --- a/apachelogs/__init__.py +++ b/apachelogs/__init__.py @@ -11,7 +11,7 @@ for more information. """ -__version__ = '0.2.0.dev1' +__version__ = '0.2.0' __author__ = 'John Thorvald Wodder II' __author_email__ = 'apachelogs@varonathe.org' __license__ = 'MIT' diff --git a/docs/changelog.rst b/docs/changelog.rst index 2e444d9..c64a4e9 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -3,8 +3,8 @@ Changelog ========= -v0.2.0 (in development) ------------------------ +v0.2.0 (2019-05-09) +------------------- - Changed the capitalization of "User-agent" in the log format string constants to "User-Agent" - The ``cookies``, ``env_vars``, ``headers_in``, ``headers_out``, ``notes``,