Skip to content

Commit 2ee280d

Browse files
committed
Added release notes for upcoming v1.23.1
1 parent 126c0ea commit 2ee280d

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

docs/reference/release-history.rst

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,45 @@
22
Release History
33
***************
44

5+
v1.23.1 (2025-08-28)
6+
====================
7+
8+
Changed
9+
-------
10+
11+
* Update link in docs.
12+
* Removed duplicate `uid` key erroneously included.
13+
* Restored missing `__init__.py` from tests module.
14+
* Added `Document` union type.
15+
16+
v1.23.0 (2025-06-11)
17+
====================
18+
19+
Changed
20+
-------
21+
22+
* Convert from BaseModel to jsonschema + TypedDict
23+
* Add py.typed file to package
24+
* Fix EPICS enum signals support
25+
* Pin pydantic to <2.11, newer versions not supported on Python 3.8
26+
* Allow `None` in descriptor shape.
27+
28+
v1.22.3 (2025-01-07)
29+
====================
30+
31+
Changed
32+
-------
33+
* Updated from copier template.
34+
35+
v1.22.2 (2025-01-07)
36+
====================
37+
38+
Changed
39+
-------
40+
* Fixed linkcheck by updating copier.
41+
* Update README.md.
42+
* Added tango `RDS` alarm parameters and EPICS v4 `hysteresis`.
43+
544
v1.22.1 (2024-10-25)
645
====================
746

0 commit comments

Comments
 (0)