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 4f6ff6d commit e57fafbCopy full SHA for e57fafb
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## 0.34.2 - TBD
+## 0.34.2 - 2025-05-06
4
5
#### Bug fixes
6
- Fixed potential for unaligned records in live and historical streaming requests
CMakeLists.txt
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.24..4.0)
7
project(
8
databento
9
- VERSION 0.34.1
+ VERSION 0.34.2
10
LANGUAGES CXX
11
DESCRIPTION "Official Databento client library"
12
)
pkg/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Databento <support@databento.com>
_pkgname=databento-cpp
pkgname=databento-cpp-git
-pkgver=0.34.1
+pkgver=0.34.2
pkgrel=1
pkgdesc="Official C++ client for Databento"
arch=('any')
0 commit comments