From df3a770d8e937742b5724c199dde4ebb62f5ca0e Mon Sep 17 00:00:00 2001 From: Brian Brondel Date: Thu, 11 Jun 2026 12:35:54 -0400 Subject: [PATCH] Update the version history. --- doc/news/OSW-2418.feature.rst | 1 - doc/version_history.rst | 9 +++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) delete mode 100644 doc/news/OSW-2418.feature.rst diff --git a/doc/news/OSW-2418.feature.rst b/doc/news/OSW-2418.feature.rst deleted file mode 100644 index 3f25b0f..0000000 --- a/doc/news/OSW-2418.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Added clamping around glass temperature. diff --git a/doc/version_history.rst b/doc/version_history.rst index 16fd2a0..b93f99b 100644 --- a/doc/version_history.rst +++ b/doc/version_history.rst @@ -1,3 +1,12 @@ +v0.17.0 (2026-06-11) +==================== + +New Features +------------ + +- Added clamping around glass temperature. (`OSW-2418 `_) + + v0.16.1 (2026-05-29) ====================