Skip to content

Commit c96a673

Browse files
committed
VER: Release C++ client 0.7.0
1 parent 80a0bdc commit c96a673

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.7.0 - TBD
3+
## 0.7.0 - 2023-04-28
44
- Added initial support for live data with `LiveBlocking` and `LiveThreaded` clients
55
- Added support for statistics schema
66
- Added `SystemMsg` and `ErrorMsg` records for use in live data

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.14)
44
# Project details
55
#
66

7-
project("databento" VERSION 0.6.1 LANGUAGES CXX)
7+
project("databento" VERSION 0.7.0 LANGUAGES CXX)
88
string(TOUPPER ${PROJECT_NAME} PROJECT_NAME_UPPERCASE)
99

1010
#

pkg/PKGBUILD

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

0 commit comments

Comments
 (0)