From ab30656d57dda8daa198de3db1e44b35135a706f Mon Sep 17 00:00:00 2001 From: Wesley Ketchum Date: Mon, 16 Mar 2026 14:01:50 -0500 Subject: [PATCH] rawdatautils `2.7.0` **Features** - Add support for unpacking and decoding DAPHNE Ethernet streaming frames (`DAPHNEEthStreamFrame`) **Improvements** - Rename `error_bits` to `status_bits` in dataclasses and all related usage, aligning with upstream `daqdataformats` convention **Maintenance** - Sync GitHub issue forms and PR template with org-wide templates --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 791adfc..4df28ad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.12 FATAL_ERROR) -project(rawdatautils VERSION 2.6.0) +project(rawdatautils VERSION 2.7.0) find_package(daq-cmake REQUIRED) find_package(fmt REQUIRED)