Skip to content

Commit 99a4b9c

Browse files
committed
bump version to 0.1.2 and update CHANGES.txt
1 parent 8ca719f commit 99a4b9c

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

Diff for: CHANGES.txt

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
CHANGES
22
-------
33

4-
0.1.2 (YYYY-MM-DD)
4+
0.1.2 (2016-09-27)
55
^^^^^^^^^^^^^^^^^^
66

7-
* Fixed empty functions names in perfomance panel #43 (Thanks @kammala!)
7+
* Fixed empty functions names in performance panel #43 (Thanks @kammala!)
8+
9+
* Fixed flashing message during page rendering issue #46
810

911

1012
0.1.1 (2016-02-21)
@@ -15,6 +17,7 @@ CHANGES
1517
* Added syntax highlight in traceback view, switched highlighter from
1618
highlight.js to prism.js #31
1719

20+
1821
0.1.0 (2016-02-13)
1922
^^^^^^^^^^^^^^^^^^
2023

@@ -28,7 +31,7 @@ CHANGES
2831

2932
* Fixed bug with interactive console
3033

31-
* Fixed support for aiohttp>=0.21.1
34+
* Fixed support for aiohttp>=0.21.1
3235

3336

3437
0.0.5 (2015-09-13)

Diff for: aiohttp_debugtoolbar/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from .middlewares import toolbar_middleware_factory, middleware
22
from .main import setup, APP_KEY
33

4-
__version__ = '0.1.1'
4+
__version__ = '0.1.2'
55
__all__ = ['setup', 'middleware', 'toolbar_middleware_factory', 'APP_KEY']

0 commit comments

Comments
 (0)