Skip to content

Commit

Permalink
VER: Release databento-cpp 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
threecgreen committed Sep 21, 2023
1 parent 5eb7ce2 commit b9d827a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 0.13.0 - TBD
## 0.13.0 - 2023-09-21
### Enhancements
- Added `pretty_px` option for `BatchSubmitJob`, which formats prices to the correct
scale using the fixed-precision scalar 1e-9 (available for CSV and JSON text
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.14)
# Project details
#

project("databento" VERSION 0.12.0 LANGUAGES CXX)
project("databento" VERSION 0.13.0 LANGUAGES CXX)
string(TOUPPER ${PROJECT_NAME} PROJECT_NAME_UPPERCASE)

#
Expand Down
2 changes: 1 addition & 1 deletion pkg/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Databento <[email protected]>
_pkgname=databento-cpp
pkgname=databento-cpp-git
pkgver=0.12.0
pkgver=0.13.0
pkgrel=1
pkgdesc="Official C++ client for Databento"
arch=('any')
Expand Down

0 comments on commit b9d827a

Please sign in to comment.