Skip to content

Commit 4c32dd8

Browse files
committed
Update changelog and citation
1 parent 64ff8a5 commit 4c32dd8

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change log
22

3+
## [v2.0.0-alpha3](https://github.com/simvue-io/client/releases/tag/v2.0.0a3) - 2025-03-04
4+
* Updated codecarbon to work with new API
5+
* Codecarbon now works with offline mode
6+
* Codecarbon metadata dict is now nested
7+
* Add PID to sender lock file so it can recover from crashes
8+
* Add accept Gzip encoding
9+
* Fixed list of processes to add / remove from existing list of objects
10+
* Add step to resource metrics
11+
* Fix bug where process user alerts should not be overridden if manually set by the user
12+
313
## [v2.0.0-alpha2](https://github.com/simvue-io/client/releases/tag/v2.0.0a2) - 2025-02-27
414
* Removed 'no config file' and 'unstaged changes' warnings from Offline mode as they do not apply
515
* Made `staging_check` not apply in Offline mode

CITATION.cff

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ keywords:
4242
- alerting
4343
- simulation
4444
license: Apache-2.0
45-
commit: 83b9144abd2092d4be304bf742d72a249ad1d8ff
46-
version: 2.0.0a2
47-
date-released: '2025-02-27'
45+
commit: 64ff8a5344232d44fc7da5b6ff601d3023497977
46+
version: 2.0.0a3
47+
date-released: '2025-03-04'
4848
references:
4949
- title: mlco2/codecarbon
5050
version: v2.8.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "simvue"
3-
version = "2.0.0a2"
3+
version = "2.0.0a3"
44
description = "Simulation tracking and monitoring"
55
authors = [
66
{name = "Simvue Development Team", email = "[email protected]"}

0 commit comments

Comments
 (0)