File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
8
4
9
5
### Breaking changes
10
6
- Renamed the following Venue, Dataset, and Publishers:
13
9
- ` XEER.EOBI.XEER ` to ` XEEE.EOBI.XEEE `
14
10
- ` XEER.EOBI.XOFF ` to ` XEEE.EOBI.XOFF `
15
11
12
+ ### Bug fixes
13
+ - Fixed potential corrupted records when upgrading DBN versions in live clients
14
+ - Removed unused ` Intraday ` variant from ` DatasetCondition ` enum
15
+
16
16
## 0.38.2 - 2025-07-01
17
17
18
18
### Enhancements
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.24..4.0)
6
6
7
7
project (
8
8
databento
9
- VERSION 0.38.2
9
+ VERSION 0.39.0
10
10
LANGUAGES CXX
11
11
DESCRIPTION "Official Databento client library"
12
12
)
Original file line number Diff line number Diff line change 1
1
# Maintainer: Databento <support@databento.com>
2
2
_pkgname=databento-cpp
3
3
pkgname=databento-cpp-git
4
- pkgver=0.38.2
4
+ pkgver=0.39.0
5
5
pkgrel=1
6
6
pkgdesc=" Official C++ client for Databento"
7
7
arch=(' any' )
You can’t perform that action at this time.
0 commit comments