Skip to content

Commit

Permalink
Update CHANGELOG for v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cheungpat committed Dec 23, 2015
1 parent e91588c commit 26ef838
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# 0.1.0 (2015-12-16)
==================
## 0.2.0 (2015-12-23)

## Features
### Bug Fixes

- Fix unable to print formatted string when argument to every decorator is
invalid

## 0.1.0 (2015-12-16)

### Features

- Add db connection context helper #88
- Add `Record.get`
- Add `exemples/catapi` to illustrate the usage

## Bug Fixes
### Bug Fixes

- Fix cannot find pending_notification table exception
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def run_tests(self):

setup(
name='skygear',
version='0.1',
version='0.2.0',
packages=find_packages(),
description='Python plugin runtime for Skygear',
long_description=open(README).read(),
Expand Down

0 comments on commit 26ef838

Please sign in to comment.