Skip to content

wrk: version v1.7.0 - #107

Merged
wesketchum merged 1 commit into
developfrom
wrk/bump_version_v1.7.0
Aug 25, 2026
Merged

wrk: version v1.7.0#107
wesketchum merged 1 commit into
developfrom
wrk/bump_version_v1.7.0

Conversation

@wesketchum

Copy link
Copy Markdown
Contributor

Description

This PR bumps triggeralgs from v1.6.0 to v1.7.0 in support of the fddaq-v5.7.0 build.

Reference tag: v1.7.0 (already pushed, points at this branch's tip commit)
Commits in this PR: 1 (wrk: bump version to v1.7.0)

Impact Radius / Change classification: MINOR

  • New SWIFT TAMaker trigger-activity algorithm added.
  • Internal ProtoDUNEBSMWindow refactor, including removal of some public header methods; believed to have no external consumers.

Version-file diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1f37241..afb23f6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.13)
-project(triggeralgs VERSION 1.6.0)
+project(triggeralgs VERSION 1.7.0)
 
 include(CMakePackageConfigHelpers)
 include(GNUInstallDirs)

Important

Tag v1.7.0 has already been pushed and points at the head commit of this
branch. Please merge this PR with a merge commit — do not squash or rebase.
Squashing or rebasing would leave the published tag pointing at a commit that
is not an ancestor of develop.

Type of change

  • New feature or enhancement (non-breaking change which adds functionality)
  • Documentation (non-breaking change that adds or improves the documentation)
  • Optimization (non-breaking change that improves code/performance)
  • Bug fix (non-breaking change which fixes an issue)
  • Breaking change (whatever its nature)

Testing checklist

  • Unit tests pass (e.g. dbt-build --unittest)
  • Minimal system quicktest passes (pytest -s minimal_system_quick_test.py)
  • Full set of integration tests pass (dunedaq_integtest_bundle.sh)
  • Python tests pass if applicable (e.g. python -m pytest)
  • Pre-commit hooks run successfully if applicable (e.g. pre-commit run --all-files)

This is an automated version-bump PR; no test execution was performed by this agent.

Further checks

  • Code is commented where needed, particularly in hard-to-understand areas
  • Code style is correct (dbt-build --lint, and/or see https://dune-daq-sw.readthedocs.io/en/latest/packages/styleguide/)
  • If applicable, new tests have been added or an issue has been opened to tackle that in the future.
    (Indicate issue here: # (issue))

@wesketchum
wesketchum merged commit 54434da into develop Aug 25, 2026
4 of 5 checks passed
@wesketchum
wesketchum deleted the wrk/bump_version_v1.7.0 branch August 25, 2026 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants