Skip to content

Commit

Permalink
Getting ready for release 2.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Aug 19, 2023
1 parent 1c5441f commit 8fbdb43
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
7 changes: 3 additions & 4 deletions ANNOUNCE.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# Announcing C-Blosc2 2.10.1
# Announcing C-Blosc2 2.10.2
A fast, compressed and persistent binary data store library for C.

## What is new?

This is a maintenance release with also several improvements for helping
integration of C-Blosc2 in other projects (thanks to Alex Huebel). Also,
`blosc2_remove_urlpath(const char *urlpath)` does not return an error
when path does not exist.
integration of C-Blosc2 in other projects (thanks to Alex Huebl). Also,
some fixes for MinGW platform are in (thanks to Biswapriyo Nath).

For more info, please see the release notes in:

Expand Down
6 changes: 4 additions & 2 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ Release notes for C-Blosc2
Changes from 2.10.1 to 2.10.2
=============================

#XXX version-specific blurb XXX#
* Several fixes for the CMake system. Thanks to Axel Huebl. See PR #541 and #542.

* Several fixes for mingw plaform. Thanks to Biswapriyo Nath. See PR #540 and #543.


Changes from 2.10.0 to 2.10.1
Expand All @@ -17,7 +19,7 @@ Changes from 2.10.0 to 2.10.1
on install, so CMake users do not need to write `FindBlosc2.cmake`
files anymore. This also helps to preserve transitive dependencies on
CMake targets, especially useful for fully static builds, e.g., for
Python wheels. Thanks to @ax3l (Axel Huebel). See PR #537.
Python wheels. Thanks to @ax3l (Axel Huebl). See PR #537.

* Fix new typos. Thanks to @DimitriPapadopoulos. See PR #538.

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 10 /* for minor interface/format changes */
#define BLOSC2_VERSION_RELEASE 2 /* for tweaks, bug-fixes, or development */

#define BLOSC2_VERSION_STRING "2.10.2.dev" /* string version. Sync with above! */
#define BLOSC2_VERSION_DATE "$Date:: 2023-08-01 #$" /* date version */
#define BLOSC2_VERSION_STRING "2.10.2" /* string version. Sync with above! */
#define BLOSC2_VERSION_DATE "$Date:: 2023-08-19 #$" /* date version */


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

0 comments on commit 8fbdb43

Please sign in to comment.