From 27dc55ff388bebe5b4bdbfa5ce646f987ec2d315 Mon Sep 17 00:00:00 2001 From: astrofrog Date: Fri, 19 Jul 2024 11:15:47 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGES.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 31db40e9..e4156681 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,29 @@ # Full changelog +## v0.9.0 - 2024-07-19 + + +### What's Changed + +#### Bug Fixes + +* Remove deprecated call to pkg_resources by @jfoster17 in https://github.com/glue-viz/echo/pull/36 + +#### New Features + +* Add Qt connection handler for date/time widgets by @Carifio24 in https://github.com/glue-viz/echo/pull/37 + +#### Other Changes + +* Make qtpy an optional dependency by @Carifio24 in https://github.com/glue-viz/echo/pull/38 + +### New Contributors + +* @jfoster17 made their first contribution in https://github.com/glue-viz/echo/pull/36 +* @Carifio24 made their first contribution in https://github.com/glue-viz/echo/pull/37 + +**Full Changelog**: https://github.com/glue-viz/echo/compare/v0.8.0...v0.9.0 + ## v0.8.0 - 2022-10-13