Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion c/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--------------------
[2.1.3] - 2026-xx-xx
[2.1.3] - 2026-08-14
--------------------

- Security fix: reject malformed/crafted store files whose item descriptors
Expand Down
2 changes: 1 addition & 1 deletion c/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.2
2.1.3
2 changes: 1 addition & 1 deletion c/kastore.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ to the API or ABI are introduced, i.e., the addition of a new function.
The library patch version. Incremented when any changes not relevant to the
to the API or ABI are introduced, i.e., internal refactors of bugfixes.
*/
#define KAS_VERSION_PATCH 2
#define KAS_VERSION_PATCH 3
/** @} */

#define KAS_HEADER_SIZE 64
Expand Down
2 changes: 1 addition & 1 deletion python/CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--------------------
[0.3.6] - 2026-xx-xx
[0.3.6] - 2026-08-14
--------------------

- Security fix (C library): reject malformed/crafted store files whose item
Expand Down
2 changes: 1 addition & 1 deletion python/kastore/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Definitive location for the version number.
kastore_version = "0.3.6.dev1"
kastore_version = "0.3.6"
Loading