From 6c697452453310789b0eb9dc7527528e7c1be17d Mon Sep 17 00:00:00 2001 From: Zachary Lentz Date: Wed, 27 Sep 2023 14:21:43 -0700 Subject: [PATCH 1/2] REL/DOC: run release notes script for v1.2.0 --- docs/source/releases.rst | 18 +++++++++++++++ .../208-mnt_sci_double_spinbox.rst | 23 ------------------- 2 files changed, 18 insertions(+), 23 deletions(-) delete mode 100644 docs/source/upcoming_release_notes/208-mnt_sci_double_spinbox.rst diff --git a/docs/source/releases.rst b/docs/source/releases.rst index be3eed55..fb000030 100644 --- a/docs/source/releases.rst +++ b/docs/source/releases.rst @@ -2,6 +2,24 @@ Release History ############### +v1.2.0 (2023-09-27) +=================== + +Features +-------- +- Adds `ScientificDoubleSpinbox` and uses it in MultiModeValueEdit. + +Bugfixes +-------- +- Waits for signal connection during :class:`ActionRowWidget` initialization to properly + read enum strings from signal. + +Contributors +------------ +- tangkong + + + v1.1.0 (2023-09-14) =================== diff --git a/docs/source/upcoming_release_notes/208-mnt_sci_double_spinbox.rst b/docs/source/upcoming_release_notes/208-mnt_sci_double_spinbox.rst deleted file mode 100644 index 2d42686a..00000000 --- a/docs/source/upcoming_release_notes/208-mnt_sci_double_spinbox.rst +++ /dev/null @@ -1,23 +0,0 @@ -208 mnt_sci_double_spinbox -########################## - -API Changes ------------ -- N/A - -Features --------- -- Adds `ScientificDoubleSpinbox` and uses it in MultiModeValueEdit. - -Bugfixes --------- -- Waits for signal connection during :class:`ActionRowWidget` initialization to properly - read enum strings from signal. - -Maintenance ------------ -- N/A - -Contributors ------------- -- tangkong From 31d25797d0a0dbab0706b8cb7274cab29ba95426 Mon Sep 17 00:00:00 2001 From: Zachary Lentz Date: Wed, 27 Sep 2023 14:39:04 -0700 Subject: [PATCH 2/2] DOC: rebrand "API Changes" to "API Breaks" --- docs/source/upcoming_release_notes/template-full.rst | 4 ++-- docs/source/upcoming_release_notes/template-short.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/upcoming_release_notes/template-full.rst b/docs/source/upcoming_release_notes/template-full.rst index 9f86b87e..31657f76 100644 --- a/docs/source/upcoming_release_notes/template-full.rst +++ b/docs/source/upcoming_release_notes/template-full.rst @@ -7,8 +7,8 @@ Your filename should be issuenumber-title.rst, substituting appropriately. Make sure to fill out any section that represents changes you have made, or replace the default bullet point with N/A. -API Changes ------------ +API Breaks +---------- - List backwards-incompatible changes here. Changes to PVs don't count as API changes for this library, but changing method and component names or changing default behavior does. diff --git a/docs/source/upcoming_release_notes/template-short.rst b/docs/source/upcoming_release_notes/template-short.rst index 5e544ecf..8349cd8a 100644 --- a/docs/source/upcoming_release_notes/template-short.rst +++ b/docs/source/upcoming_release_notes/template-short.rst @@ -1,8 +1,8 @@ IssueNumber Title ################# -API Changes ------------ +API Breaks +---------- - N/A Features