We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfb962d commit 578467cCopy full SHA for 578467c
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## 0.32.1 - TBD
+## 0.32.1 - 2025-04-07
4
5
### Bug fixes
6
- Fixed CMake error when `zstdTargets.cmake` exists
CMakeLists.txt
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.14)
# Project details
#
7
-project("databento" VERSION 0.32.0 LANGUAGES CXX)
+project("databento" VERSION 0.32.1 LANGUAGES CXX)
8
string(TOUPPER ${PROJECT_NAME} PROJECT_NAME_UPPERCASE)
9
10
pkg/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Databento <support@databento.com>
_pkgname=databento-cpp
pkgname=databento-cpp-git
-pkgver=0.32.0
+pkgver=0.32.1
pkgrel=1
pkgdesc="Official C++ client for Databento"
arch=('any')
0 commit comments