diff --git a/docs/RELEASE.md b/docs/RELEASE.md index a613397..4ed3203 100644 --- a/docs/RELEASE.md +++ b/docs/RELEASE.md @@ -1,5 +1,16 @@ # Release Notes +## Update 2024.05.10:**V1.1.0.2** Released + +Major changes: + +* Fixed the error caused by empty lines in `merge_line_texts`. + +主要变更: + +* 修复 `merge_line_texts` 中空行导致的错误。 + + ## Update 2024.04.30:**V1.1.0.1** Released Major changes: diff --git a/pix2text/__version__.py b/pix2text/__version__.py index 69bfb4d..1926b15 100644 --- a/pix2text/__version__.py +++ b/pix2text/__version__.py @@ -2,4 +2,4 @@ # [Pix2Text](https://github.com/breezedeus/pix2text): an Open-Source Alternative to Mathpix. # Copyright (C) 2022-2024, [Breezedeus](https://www.breezedeus.com). -__version__ = '1.1.0.1' +__version__ = '1.1.0.2'