Skip to content

Commit

Permalink
VER: Release 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
threecgreen committed Apr 8, 2024
1 parent ac5c87e commit 5ac56ba
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.17.1 - TBD
## 0.17.1 - 2024-04-08

### Enhancements
- Added support for Conan-installed zstd (credit: @Hailios)
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.17.0 LANGUAGES CXX)
project("databento" VERSION 0.17.1 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.17.0
pkgver=0.17.1
pkgrel=1
pkgdesc="Official C++ client for Databento"
arch=('any')
Expand Down

0 comments on commit 5ac56ba

Please sign in to comment.