diff --git a/CHANGELOG.md b/CHANGELOG.md index 58d3458..b2daeac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +- 0.4.1: Improve python handling in macOS + installation instructions. +- 0.4.0: First stable release. + +## Previous releases (preview/alpha releases) - 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. - 0.3.0: Added install/repair and version-check commands, improved notification/config behavior, and stabilized tests/CI. - 0.0.3: Launch the extension at startup by default + bug fixes diff --git a/package-lock.json b/package-lock.json index 521da7d..e56fa7d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "codecarbon", - "version": "0.4.0", + "version": "0.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "codecarbon", - "version": "0.4.0", + "version": "0.4.1", "license": "MIT", "devDependencies": { "@types/node": "^25.5.0", diff --git a/package.json b/package.json index e53f75d..34d1295 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "codecarbon", "displayName": "Codecarbon", "description": "Estimate and track carbon emissions from your computer, quantify and analyze their impact.", - "version": "0.4.0", + "version": "0.4.1", "preview": false, "pythonPackageInfo": { "name": "Codecarbon",