diff --git a/docs/install/release_notes.md b/docs/install/release_notes.md index 1466ad9..dd5c914 100644 --- a/docs/install/release_notes.md +++ b/docs/install/release_notes.md @@ -3,6 +3,12 @@ # Release notes +(release-0-25)= +## 0.25 *(2024-12-15)* + +- Made editor IDs globally unique, to allow moving across documents. +- Made the "Toggle solutions" button conditional on the presence of solutions. + (release-0-24)= ## 0.24 *(2024-12-14)* diff --git a/tdoc/common/__init__.py b/tdoc/common/__init__.py index 1964ba1..3b27ca7 100644 --- a/tdoc/common/__init__.py +++ b/tdoc/common/__init__.py @@ -2,4 +2,4 @@ # SPDX-License-Identifier: MIT __project__ = 't-doc-common' -__version__ = '0.25.dev1' +__version__ = '0.25'