Skip to content

Commit

Permalink
Release v3.0.1 (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudcolas committed May 16, 2020
1 parent 0b62915 commit df9340d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@
## Unreleased

## [v3.0.1](https://github.com/springload/draftjs_exporter/releases/tag/v3.0.1)

### Added

* Add `Typing :: Typed` trove classifier to the package.

### Changed

* Small performance improvements (1.5x faster) for blocks that do not have inline styles, and configurations that only use `\n -> <br/>` composite decorators. ([#127](https://github.com/springload/draftjs_exporter/pull/127))

## [v3.0.0](https://github.com/springload/draftjs_exporter/releases/tag/v3.0.0)

This release contains breaking changes. **Be sure to check out the "how to upgrade" section below.**
Expand Down
2 changes: 1 addition & 1 deletion draftjs_exporter/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = "draftjs_exporter"
__version__ = "3.0.0"
__version__ = "3.0.1"
__author__ = "Springload"
__license__ = "MIT"
__copyright__ = "Copyright 2016-present Springload"

0 comments on commit df9340d

Please sign in to comment.