Skip to content

Commit df9340d

Browse files
authored
Release v3.0.1 (#128)
1 parent 0b62915 commit df9340d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44
55
## Unreleased
66

7+
## [v3.0.1](https://github.com/springload/draftjs_exporter/releases/tag/v3.0.1)
8+
9+
### Added
10+
11+
* Add `Typing :: Typed` trove classifier to the package.
12+
13+
### Changed
14+
15+
* 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))
16+
717
## [v3.0.0](https://github.com/springload/draftjs_exporter/releases/tag/v3.0.0)
818

919
This release contains breaking changes. **Be sure to check out the "how to upgrade" section below.**

draftjs_exporter/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__title__ = "draftjs_exporter"
2-
__version__ = "3.0.0"
2+
__version__ = "3.0.1"
33
__author__ = "Springload"
44
__license__ = "MIT"
55
__copyright__ = "Copyright 2016-present Springload"

0 commit comments

Comments
 (0)