From c244d6f1ccd60f96234c1fd992b16f08211cd30e Mon Sep 17 00:00:00 2001 From: Pier CeccoPierangioliEugenio Date: Sat, 26 Jul 2025 12:57:51 +0100 Subject: [PATCH] chore: release main (#430) Co-authored-by: Eugenio Parodi - Action --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ libs/pyTermTk/CHANGELOG.md | 7 +++++++ libs/pyTermTk/TermTk/__init__.py | 2 +- 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1adf30bb..cf5ce8c8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "libs/pyTermTk": "0.43.4-a.0", + "libs/pyTermTk": "0.44.0-a.0", "apps/ttkode": "0.4.0-a.2", "apps/tlogg": "0.7.1-a.0", "apps/ttkDesigner": "0.41.4-a.54", diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a598800..817903a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.44.0-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.43.4-a.0...pyTermTk-v0.44.0-a.0) (2025-07-26) + + +### Features + +* **TextDocument:** append on an empty document replace the text ([#429](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/429)) ([8c5f7d7](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/8c5f7d75cfd85af486cecb8bc1b50c469123ffa9)) + ## [0.43.4-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.43.3-a.0...pyTermTk-v0.43.4-a.0) (2025-07-20) diff --git a/libs/pyTermTk/CHANGELOG.md b/libs/pyTermTk/CHANGELOG.md index 1a598800..817903a9 100644 --- a/libs/pyTermTk/CHANGELOG.md +++ b/libs/pyTermTk/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.44.0-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.43.4-a.0...pyTermTk-v0.44.0-a.0) (2025-07-26) + + +### Features + +* **TextDocument:** append on an empty document replace the text ([#429](https://github.com/ceccopierangiolieugenio/pyTermTk/issues/429)) ([8c5f7d7](https://github.com/ceccopierangiolieugenio/pyTermTk/commit/8c5f7d75cfd85af486cecb8bc1b50c469123ffa9)) + ## [0.43.4-a.0](https://github.com/ceccopierangiolieugenio/pyTermTk/compare/pyTermTk-v0.43.3-a.0...pyTermTk-v0.43.4-a.0) (2025-07-20) diff --git a/libs/pyTermTk/TermTk/__init__.py b/libs/pyTermTk/TermTk/__init__.py index 5269d07e..3d7855db 100644 --- a/libs/pyTermTk/TermTk/__init__.py +++ b/libs/pyTermTk/TermTk/__init__.py @@ -20,7 +20,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. -__version__:str = '0.43.4-a.0' +__version__:str = '0.44.0-a.0' from .TTkCore import * from .TTkTheme import *