Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
Release v2.0.8
Browse files Browse the repository at this point in the history
Added
-----

* test: Benchmark and profiling (#122)

Changed
-------

* Performance: avoid ord() when checking long-mark, speed up about 6%
* Reformat code by black(#121)

Signed-off-by: Hiroshi Miura <[email protected]>
  • Loading branch information
miurahr committed May 4, 2021
1 parent 31c8f21 commit cbb2b23
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,20 @@ Removed
Security
--------

v2.0.8_ (4, May 2021)
=====================

Added
-----

* test: Benchmark and profiling (#122)

Changed
-------

* Performance: avoid ord() when checking long-mark, speed up about 6%
* Reformat code by black(#121)


v2.0.7_ (26, Feb. 2021)
=======================
Expand Down Expand Up @@ -280,7 +294,8 @@ Fixed



.. _Unreleased: https://github.com/miurahr/pykakasi/compare/v2.0.7...HEAD
.. _Unreleased: https://github.com/miurahr/pykakasi/compare/v2.0.8...HEAD
.. _v2.0.8: https://github.com/miurahr/pykakasi/compare/v2.0.7...v2.0.8
.. _v2.0.7: https://github.com/miurahr/pykakasi/compare/v2.0.6...v2.0.7
.. _v2.0.6: https://github.com/miurahr/pykakasi/compare/v2.0.5...v2.0.6
.. _v2.0.5: https://github.com/miurahr/pykakasi/compare/v2.0.4...v2.0.5
Expand Down

0 comments on commit cbb2b23

Please sign in to comment.