Skip to content

Commit

Permalink
Post 2.10.0 release actions done
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Jul 4, 2023
1 parent 7c0b97d commit e11cb2d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
9 changes: 7 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
Release notes for C-Blosc2
==========================

Changes from 2.10.0 to 2.10.1
=============================

#XXX version-specific blurb XXX#


Changes from 2.9.3 to 2.10.0
===========================
============================

* bytedelta filter has been fixed. For backward compatibility, the old
bytedelta filter is still available as `BLOSC_FILTER_BYTEDELTA_BUGGY`
Expand All @@ -22,7 +27,7 @@ Changes from 2.9.3 to 2.10.0

* Minor fixes in the documentation. Thanks to @ivilata (Ivan Vilata).
See #523.
*


Changes from 2.9.2 to 2.9.3
===========================
Expand Down
4 changes: 3 additions & 1 deletion THANKS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ Thanks

* Nathan Moinvaziri for his outstanding work on the security side of the things via `fuzzer testing <https://google.github.io/oss-fuzz/>`_.

* Marta Iborra for her implementation of sparse storage for persistent super-chunks.
* Marta Iborra for her implementation of sparse storage for persistent super-chunks and her attention to detail in many other aspects of the library.

* Dimitri Papadopoulos for an extensive set of improvements in documentation and code.
4 changes: 2 additions & 2 deletions include/blosc2.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ extern "C" {
/* Version numbers */
#define BLOSC2_VERSION_MAJOR 2 /* for major interface/format changes */
#define BLOSC2_VERSION_MINOR 10 /* for minor interface/format changes */
#define BLOSC2_VERSION_RELEASE 0 /* for tweaks, bug-fixes, or development */
#define BLOSC2_VERSION_RELEASE 1 /* for tweaks, bug-fixes, or development */

#define BLOSC2_VERSION_STRING "2.10.0" /* string version. Sync with above! */
#define BLOSC2_VERSION_STRING "2.10.1.dev" /* string version. Sync with above! */
#define BLOSC2_VERSION_DATE "$Date:: 2023-07-04 #$" /* date version */


Expand Down

0 comments on commit e11cb2d

Please sign in to comment.