Skip to content

Commit 96a81f3

Browse files
committed
VER: Release 0.39.0
1 parent 63d085b commit 96a81f3

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# Changelog
22

3-
## 0.39.0 - TBD
4-
5-
### Bug fixes
6-
- Removed `Intraday` variant from `DatasetCondition` enum
7-
- Fixed potential corrupted records when upgrading DBN versions in live clients
3+
## 0.39.0 - 2025-07-15
84

95
### Breaking changes
106
- Renamed the following Venue, Dataset, and Publishers:
@@ -13,6 +9,10 @@
139
- `XEER.EOBI.XEER` to `XEEE.EOBI.XEEE`
1410
- `XEER.EOBI.XOFF` to `XEEE.EOBI.XOFF`
1511

12+
### Bug fixes
13+
- Fixed potential corrupted records when upgrading DBN versions in live clients
14+
- Removed unused `Intraday` variant from `DatasetCondition` enum
15+
1616
## 0.38.2 - 2025-07-01
1717

1818
### Enhancements

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.24..4.0)
66

77
project(
88
databento
9-
VERSION 0.38.2
9+
VERSION 0.39.0
1010
LANGUAGES CXX
1111
DESCRIPTION "Official Databento client library"
1212
)

pkg/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Databento <support@databento.com>
22
_pkgname=databento-cpp
33
pkgname=databento-cpp-git
4-
pkgver=0.38.2
4+
pkgver=0.39.0
55
pkgrel=1
66
pkgdesc="Official C++ client for Databento"
77
arch=('any')

0 commit comments

Comments
 (0)