Skip to content

Commit

Permalink
VER: Release 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
threecgreen committed Dec 17, 2024
1 parent f097ae3 commit ec5a075
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.26.0 - TBD
## 0.26.0 - 2024-12-17

### Breaking changes
- Removed deprecated `Packaging` enum and `packaging` field that's no longer supported
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.25.0 LANGUAGES CXX)
project("databento" VERSION 0.26.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.25.0
pkgver=0.26.0
pkgrel=1
pkgdesc="Official C++ client for Databento"
arch=('any')
Expand Down

0 comments on commit ec5a075

Please sign in to comment.