diff --git a/.changeset/doctor-native-install.md b/.changeset/doctor-native-install.md deleted file mode 100644 index 62882bb4..00000000 --- a/.changeset/doctor-native-install.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pythoughts/pythinker-code": patch ---- - -Fix `pythinker doctor` crashing on native installs, and report the last recorded update outcome. diff --git a/.changeset/update-verify-before-reporting-success.md b/.changeset/update-verify-before-reporting-success.md deleted file mode 100644 index 8f7aa890..00000000 --- a/.changeset/update-verify-before-reporting-success.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pythoughts/pythinker-code": patch ---- - -Stop reporting an update as installed when the executable did not change; the version is checked after the installer finishes and a mismatch is recorded as a failure with the reason. diff --git a/.changeset/windows-installer-progress.md b/.changeset/windows-installer-progress.md deleted file mode 100644 index a0f83827..00000000 --- a/.changeset/windows-installer-progress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pythoughts/pythinker-code": patch ---- - -Show download progress under the prompt while a Windows update installs, instead of nothing until it finishes. diff --git a/.changeset/windows-package-manager-updates.md b/.changeset/windows-package-manager-updates.md deleted file mode 100644 index fd675466..00000000 --- a/.changeset/windows-package-manager-updates.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pythoughts/pythinker-code": patch ---- - -Fix automatic updates on Windows for npm, pnpm, and yarn installs, which failed to start at all. diff --git a/apps/pythinker-code/CHANGELOG.md b/apps/pythinker-code/CHANGELOG.md index e04982de..55aac96c 100644 --- a/apps/pythinker-code/CHANGELOG.md +++ b/apps/pythinker-code/CHANGELOG.md @@ -1,5 +1,17 @@ # @pythoughts/pythinker-code +## 0.13.2 + +### Patch Changes + +- [#46](https://github.com/Pythoughts-labs/pythinker-code/pull/46) [`bceff21`](https://github.com/Pythoughts-labs/pythinker-code/commit/bceff2191cd196f30cd59a297ad29b642073030d) - Fix `pythinker doctor` crashing on native installs, and report the last recorded update outcome. + +- [#46](https://github.com/Pythoughts-labs/pythinker-code/pull/46) [`bceff21`](https://github.com/Pythoughts-labs/pythinker-code/commit/bceff2191cd196f30cd59a297ad29b642073030d) - Stop reporting an update as installed when the executable did not change; the version is checked after the installer finishes and a mismatch is recorded as a failure with the reason. + +- [#46](https://github.com/Pythoughts-labs/pythinker-code/pull/46) [`bceff21`](https://github.com/Pythoughts-labs/pythinker-code/commit/bceff2191cd196f30cd59a297ad29b642073030d) - Show download progress under the prompt while a Windows update installs, instead of nothing until it finishes. + +- [#46](https://github.com/Pythoughts-labs/pythinker-code/pull/46) [`bceff21`](https://github.com/Pythoughts-labs/pythinker-code/commit/bceff2191cd196f30cd59a297ad29b642073030d) - Fix automatic updates on Windows for npm, pnpm, and yarn installs, which failed to start at all. + ## 0.13.1 ### Patch Changes diff --git a/apps/pythinker-code/package.json b/apps/pythinker-code/package.json index 8c5d21d4..1613ce90 100644 --- a/apps/pythinker-code/package.json +++ b/apps/pythinker-code/package.json @@ -1,6 +1,6 @@ { "name": "@pythoughts/pythinker-code", - "version": "0.13.1", + "version": "0.13.2", "description": "The Starting Point for Next-Gen Agents", "license": "MIT", "author": "Pythoughts",