We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 967dd5d commit eff4a1eCopy full SHA for eff4a1e
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## 0.50.0 - TBD
+## 0.50.0 - 2026-03-03
4
5
### Enhancements
6
- Added logic to set `code` when upgrading version 1 `ErrorMsg` to newer versions
CMakeLists.txt
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.24..4.2)
7
project(
8
databento
9
- VERSION 0.49.0
+ VERSION 0.50.0
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.49.0
+pkgver=0.50.0
pkgrel=1
pkgdesc="Official C++ client for Databento"
arch=('any')
0 commit comments