diff --git a/CHANGELOG.md b/CHANGELOG.md index be034b0b..72545e26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ # Change log +## [v2.1.1](https://github.com/simvue-io/client/releases/tag/v2.1.1) - 2025-04-25 +* Changed from CO2 Signal to ElectricityMaps +* Fixed a number of bugs in how offline mode is handled with emissions +* Streamlined EmissionsMonitor class and handling +* Fixed bugs in client getting results from Simvue server arising from pagination +* Fixed bug in setting visibility in `run.init` method +* Default setting in `Client.get_runs` is now `show_shared=True` ## [v2.1.0](https://github.com/simvue-io/client/releases/tag/v2.1.0) - 2025-03-28 * Removed CodeCarbon dependence in favour of a slimmer solution using the CO2 Signal API. * Added sorting to server queries, users can now specify to sort by columns during data retrieval from the database. diff --git a/CITATION.cff b/CITATION.cff index faebcb65..0e406546 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -42,6 +42,6 @@ keywords: - alerting - simulation license: Apache-2.0 -commit: 8f13a7adb2ad0ec53f0a4949e44e1c5676ae342d -version: 2.1.0 -date-released: '2025-03-28' +commit: f1bde5646b33f01ec15ef72a0c5843c1fe181ac1 +version: 2.1.1 +date-released: '2025-04-25' diff --git a/pyproject.toml b/pyproject.toml index 3bfcb226..77212d32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "simvue" -version = "2.1.0" +version = "2.1.1" description = "Simulation tracking and monitoring" authors = [ {name = "Simvue Development Team", email = "info@simvue.io"}