File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## 0.4.0 - TBD
3+ ## 0.4.0 - 2023-03-02
44- Renamed DBZ to DBN
55 - Renamed ` DbzParser ` to ` DbnDecoder `
66- Renamed ` TimeseriesStream ` to ` TimeseriesGetRange `
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.14)
44# Project details
55#
66
7- project ("databento" VERSION 0.3 .0 LANGUAGES CXX)
7+ project ("databento" VERSION 0.4 .0 LANGUAGES CXX)
88string (TOUPPER ${PROJECT_NAME} PROJECT_NAME_UPPERCASE)
99
1010#
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ cmake --install build
8080
8181Then in your project's ` CMakeLists.txt ` , add the following:
8282``` cmake
83- find_package(databento 0.3 .0 REQUIRED)
83+ find_package(databento 0.4 .0 REQUIRED)
8484add_library(my_library)
8585target_link_libraries(my_library PRIVATE databento::databento)
8686```
Original file line number Diff line number Diff line change 11# Maintainer: Databento <[email protected] >22_pkgname=databento-cpp
33pkgname=databento-cpp-git
4- pkgver=0.3 .0
4+ pkgver=0.4 .0
55pkgrel=1
66pkgdesc=" Official C++ client for Databento"
77arch=(' any' )
You can’t perform that action at this time.
0 commit comments