Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
..
This file is part of jsonresolver
Copyright (C) 2015 CERN.
Copyright (C) 2015, 2016 CERN.

jsonresolver is free software; you can redistribute it and/or modify
it under the terms of the Revised BSD License; see LICENSE file for
Expand All @@ -9,6 +9,17 @@
Changes
=======

Version 0.2.0 (released 2016-04-06)
-----------------------------------

- Fixes issues with the hostname not being matched resulting in the
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you keep the same structure as in release notes?

Improved features
\~~~~~~~~~~~~~

- xxx

Incompatible changes
\~~~~~~~~~~~~~~~~~~

- xxx

same route on two hosts not to work.

Incompatible changes
~~~~~~~~~~~~~~~~~~~~

- Changes resolving to be based on hostname without 'http://' prefix.

Version 0.1.1 (released 2015-12-11)
-----------------------------------

Expand Down
15 changes: 8 additions & 7 deletions RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
=====================
JSONResolver v0.1.1
JSONResolver v0.2.0
=====================

JSONResolver v0.1.1 was released on December 11, 2015.
JSONResolver v0.2.0 was released on April 6, 2016.

About
-----
Expand All @@ -14,17 +14,18 @@ JSON data resolver with support for plugins.
What's new
----------

- Initial public release.
- Fixes issues with the hostname not being matched resulting in the
same route on two hosts not to work.

Improved features
-----------------
Incompatible changes
--------------------

- Delays the url_map building until first resolve request.
- Changes resolving to be based on hostname without 'http://' prefix.

Installation
------------

$ pip install jsonresolver==0.1.1
$ pip install jsonresolver==0.2.0

Documentation
-------------
Expand Down
2 changes: 1 addition & 1 deletion jsonresolver/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
# Do not change the format of this next line. Doing so risks breaking
# setup.py and docs/conf.py

__version__ = "0.1.2.dev20160404"
__version__ = "0.2.0"