File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## 0.7.0 - TBD
3
+ ## 0.7.0 - 2023-04-28
4
4
- Added initial support for live data with ` LiveBlocking ` and ` LiveThreaded ` clients
5
5
- Added support for statistics schema
6
6
- Added ` SystemMsg ` and ` ErrorMsg ` records for use in live data
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.14)
4
4
# Project details
5
5
#
6
6
7
- project ("databento" VERSION 0.6.1 LANGUAGES CXX)
7
+ project ("databento" VERSION 0.7.0 LANGUAGES CXX)
8
8
string (TOUPPER ${PROJECT_NAME} PROJECT_NAME_UPPERCASE)
9
9
10
10
#
Original file line number Diff line number Diff line change 1
1
# Maintainer: Databento <[email protected] >
2
2
_pkgname=databento-cpp
3
3
pkgname=databento-cpp-git
4
- pkgver=0.6.1
4
+ pkgver=0.7.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