Skip to content

Commit

Permalink
Getting ready for release 2.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
martaiborra committed Jan 25, 2024
1 parent 22177bc commit edcf96d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
7 changes: 2 additions & 5 deletions ANNOUNCE.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
# Announcing C-Blosc2 2.13.0
# Announcing C-Blosc2 2.13.1
A fast, compressed and persistent binary data store library for C.

## What is new?

A new filter for truncating integers has been added. Furthermore, the zstd codec
has been optimized specially when using dicts. And finally, the grok library
will be initialized when loading the plugin. This evicts having to import it in
some use cases.
This is a patch release for fixing a bug regarding the included files in `b2nd.h`.

For more info, please see the release notes in:

Expand Down
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Release notes for C-Blosc2
Changes from 2.13.0 to 2.13.1
=============================

#XXX version-specific blurb XXX#
* Removed private include in `b2nd.h`. This fixes issue #579.


Changes from 2.12.0 to 2.13.0
Expand Down
4 changes: 2 additions & 2 deletions include/blosc2.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ extern "C" {
#define BLOSC2_VERSION_MINOR 13 /* for minor interface/format changes */
#define BLOSC2_VERSION_RELEASE 1 /* for tweaks, bug-fixes, or development */

#define BLOSC2_VERSION_STRING "2.13.1.dev" /* string version. Sync with above! */
#define BLOSC2_VERSION_DATE "$Date:: 2023-01-24 #$" /* date version */
#define BLOSC2_VERSION_STRING "2.13.1" /* string version. Sync with above! */
#define BLOSC2_VERSION_DATE "$Date:: 2023-01-25 #$" /* date version */


/* The maximum number of dimensions for Blosc2 NDim arrays */
Expand Down

0 comments on commit edcf96d

Please sign in to comment.