Skip to content

Commit e7d7811

Browse files
authored
release: 0.4.1 (#104)
1 parent 343709b commit e7d7811

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
- 0.4.1: Improve python handling in macOS + installation instructions.
4+
- 0.4.0: First stable release.
5+
6+
## Previous releases (preview/alpha releases)
37
- 0.3.2: Enforced single-run tracker policy (`allow_multiple_runs=false`), added stale tracker PID cleanup across VS Code reopen/start flows, fixed lock-contention startup behavior to exit cleanly, and documented this behavior in README Q&A.
48
- 0.3.0: Added install/repair and version-check commands, improved notification/config behavior, and stabilized tests/CI.
59
- 0.0.3: Launch the extension at startup by default + bug fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "codecarbon",
33
"displayName": "Codecarbon",
44
"description": "Estimate and track carbon emissions from your computer, quantify and analyze their impact.",
5-
"version": "0.4.0",
5+
"version": "0.4.1",
66
"preview": false,
77
"pythonPackageInfo": {
88
"name": "Codecarbon",

0 commit comments

Comments
 (0)