Skip to content

Commit

Permalink
Update HISTORY for 2.18.3.
Browse files Browse the repository at this point in the history
---
TYPE: NO_HISTORY
DESC: Update HISTORY for 2.18.3.
  • Loading branch information
KiterLuc committed Dec 13, 2023
1 parent 8143a7d commit 71d6851
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# TileDB v2.18.3 Release Notes

## New features

* Add setting to disable install_sigpipe_handler on S3. [#4573](https://github.com/TileDB-Inc/TileDB/pull/4573)

# TileDB v2.18.2 Release Notes

## Defects removed

* Fix delta filter deserialization for format ver 19. [#4541](https://github.com/TileDB-Inc/TileDB/pull/4541)

## Build System Changes

* Remove the `externals/vcpkg` submodule. Vcpkg is always downloaded by CMake. [#4543](https://github.com/TileDB-Inc/TileDB/pull/4543)

# TileDB v2.18.1 Release Notes
Expand Down
2 changes: 1 addition & 1 deletion tiledb/doxygen/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
# The short X.Y version.
version = '2.18'
# The full version, including alpha/beta/rc tags.
release = '2.18.2'
release = '2.18.3'

# Breathe extension configuration.
doxygen_xml_dir = os.path.join(TILEDB_BUILD_DIR, 'xml/')
Expand Down
2 changes: 1 addition & 1 deletion tiledb/sm/c_api/tiledb_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@

#define TILEDB_VERSION_MAJOR 2
#define TILEDB_VERSION_MINOR 18
#define TILEDB_VERSION_PATCH 2
#define TILEDB_VERSION_PATCH 3

0 comments on commit 71d6851

Please sign in to comment.