Skip to content

Commit 4e6b118

Browse files
committed
Release 0.6.0
1 parent c124cc6 commit 4e6b118

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ For more general information, view the [readme](README.md).
55
Releases are added to the
66
[github release page](https://github.com/ezhome/django-webpack-loader/releases).
77

8+
## [0.6.0] -- 2018-02-22
9+
10+
- Added support for 'Access-Control-Allow-Origin' header
11+
- Read stats file with unicode support
12+
- Cleaned up exceptions
13+
- Updated and corrected docs
14+
815
## [0.5.0] -- 2017-05-20
916

1017
- Added ability to access the webpack asset path information from application

webpack_loader/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
__author__ = 'Owais Lone'
2-
__version__ = '0.5.0'
2+
__version__ = '0.6.0'
33

44
default_app_config = 'webpack_loader.apps.WebpackLoaderConfig'

0 commit comments

Comments
 (0)