Skip to content

Commit 13012a1

Browse files
committed
prepare release
1 parent 17ca7cc commit 13012a1

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.rst

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,18 @@ The format is based on `Keep a Changelog`_, and this project adheres to
2424
Added
2525
`````
2626

27+
...
28+
29+
.. _Unreleased: https://github.com/DEMCON/libstored/compare/v2.1.0...HEAD
30+
31+
32+
33+
`2.1.0`_ - 2025-12-05
34+
---------------------
35+
36+
Added
37+
`````
38+
2739
- Operations such as ``-=`` and ``++`` for store variables in C++.
2840
- YAML export of store meta-data.
2941
- ``stored::MuxLayer`` to multiplex multiple protocol layers over a single connection.
@@ -46,7 +58,7 @@ Fixed
4658

4759
- Init value of CRC32 in Python ``libstored.protocol.Crc32Layer``.
4860

49-
.. _Unreleased: https://github.com/DEMCON/libstored/compare/v2.0.0...HEAD
61+
.. _2.1.0: https://github.com/DEMCON/libstored/releases/tag/v2.1.0
5062

5163

5264

version/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.0-alpha
1+
2.1.0

0 commit comments

Comments
 (0)