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
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@
Changes
=======

Version 0.2.1 (released 2016-04-15)
-----------------------------------

Bug fixes
~~~~~~~~~

- Fixes issue with exceptions raised during e.g. resolver plugin
loading being caught and not propagated.

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

Expand Down
17 changes: 5 additions & 12 deletions RELEASE-NOTES.rst
Original file line number Diff line number Diff line change
@@ -1,31 +1,24 @@
=====================
JSONResolver v0.2.0
JSONResolver v0.2.1
=====================

JSONResolver v0.2.0 was released on April 6, 2016.
JSONResolver v0.2.1 was released on April 15, 2016.

About
-----

JSON data resolver with support for plugins.

*This is an experimental developer preview release.*

Incompatible changes
--------------------

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

Bug fixes
---------

- Fixes issues with the hostname not being matched resulting in the
same route on two hosts not to work.
- Fixes issue with exceptions raised during e.g. resolver plugin
loading being caught and not propagated.

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

$ pip install jsonresolver==0.2.0
$ pip install jsonresolver==0.2.1

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.2.1.dev20160407"
__version__ = "0.2.1"