From 06bffe11703623b242f73d41ce65edb0b03708e5 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Thu, 17 Sep 2026 14:47:27 -0600 Subject: [PATCH] docs(changelog): version 1.9.1 [citest_skip] Update changelog and .README.html for version 1.9.1 Signed-off-by: Rich Megginson --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad904d7..c018f1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,24 @@ Changelog ========= +[1.9.1] - 2026-09-17 +-------------------- + +### Other Changes + +- ci: use commit hash for github action, add persist-credentials false [citest_skip] (#256) +- ci: refactor build_docs so that pandoc runs in isolated read-only job [citest_skip] (#257) +- ci: use exact match for systemroller instead of contains [citest_skip] (#258) +- ci(build_docs): fix pandoc container syntax [citest_skip] (#259) +- ci: [citest_skip] Bump myrotvorets/set-commit-status-action from 2774e1f040c82ed70a76b4b5cd53bb11ffaedd0a to c0f880c99d91381c6fdb97726f03feb8004409b4 (#260) +- ci: [citest_skip] Bump actions/download-artifact from 7.0.0 to 8.0.1 (#261) +- ci: [citest_skip] Bump codespell-project/actions-codespell from 2.1 to 2.2 (#262) +- refactor: Relax collection constraints, gate vendored modules by python version, update ci versions [citest_skip] (#263) +- ci: do not run ci tests by default, require citest comment or label [citest_skip] (#264) +- ci: replace weekly_ci with periodic_ci, stagger schedules [citest_skip] (#265) +- ci: update status when action triggered by issue comment (#266) +- ci: all github actions require full SHA instead of version/tag (#268) + [1.9.0] - 2026-08-06 --------------------