From 9ec3a87cd645557bac33241c59b632ac93fe7283 Mon Sep 17 00:00:00 2001 From: Ross Beyer Date: Thu, 20 Jun 2024 21:15:32 -0700 Subject: [PATCH] docs(CHANGELOG): Prepared for v0.11.0 --- CHANGELOG.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 37f3c0a..ef3e81a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -28,9 +28,15 @@ and the release date, in year-month-day format (see examples below). Unreleased ---------- + +0.11.0 (2024-06-24) +------------------- +The large number of minor changes in this release are the result of applying ufmt +to organize the imports that the top of each module, and the application of pylint +to tidy up a variety of code structures. + Added ^^^^^ - - image_records.py - Added ccu_temperature and external_temperature columns to record the AD590 sensor data.