Skip to content

Commit

Permalink
Add ChangeLog & few updates to setup script.
Browse files Browse the repository at this point in the history
  • Loading branch information
playpauseandstop committed Aug 8, 2016
1 parent f6e4101 commit 4efc7d4
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.rst
@@ -0,0 +1,26 @@
1.0.0 (In Development)
======================

1.0.0a3 (2016-08-08)
====================

- Add ``rororo.aio`` module with:
- ``add_resource_context`` context manage
- ``is_xhr_request``, ``parse_aioredis_url`` utility functions
- Update flake8 config & bump aiohttp version for tests
- Added ChangeLog & modified GitHub Releases Page

1.0.0a2 (2015-12-18)
====================

- Adds ability to supply custom error class while making manual errors by
``schema.make_error`` method
- Default validator class preset default values from schema to instance for
validation
- Several improvements to test process

1.0.0a1 (2015-11-26)
====================

- New beginning for rororo project. Now it is a bunch of helper methods instead
of yet another web-framework.
2 changes: 2 additions & 0 deletions MANIFEST.in
@@ -0,0 +1,2 @@
CHANGELOG.rst
README.rst
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -45,6 +45,7 @@
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Topic :: Utilities',
Expand Down

0 comments on commit 4efc7d4

Please sign in to comment.