Skip to content

Commit

Permalink
Update HISTORY for 2.18.5. (#4908)
Browse files Browse the repository at this point in the history
---
TYPE: NO_HISTORY
DESC: Update HISTORY for 2.18.5.
  • Loading branch information
KiterLuc committed Apr 22, 2024
1 parent 4bb38ff commit 0466b2b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# TileDB v2.18.5 Release Notes

## Defects removed

* Fix out of order consolidation. [#4597](https://github.com/TileDB-Inc/TileDB/pull/4597)
* Vac files should only be removed if paths removal was fully successful. [#4889](https://github.com/TileDB-Inc/TileDB/pull/4889)

## Build System Changes

* Fix linker errors when building with MSVC. [#4759](https://github.com/TileDB-Inc/TileDB/pull/4759)

# TileDB v2.18.4 Release Notes

## Defects removed
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.4'
release = '2.18.5'

# 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 4
#define TILEDB_VERSION_PATCH 5

0 comments on commit 0466b2b

Please sign in to comment.