Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.43 #664

Merged
merged 12 commits into from
Dec 2, 2024
Prev Previous commit
Next Next commit
fix: Fix Python bin linking. (#665)
  • Loading branch information
milesj authored Dec 1, 2024
commit 3032208e067c21b40083bc10f7225150a5a0f2a3
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -31,6 +31,11 @@
- Fixed the order of shell profiles/configs when applicable.
- Updated `proto setup` to inherit `PROTO_HOME` if already set, instead of defaulting to `$HOME/.proto`.

#### 🧩 Plugins

- Updated `python_tool` to v0.12.1.
- Fixed an issue where our bin linking would point to an invalid executable path.

#### ⚙️ Internal

- Updated identifiers, versions, and locators to use [compact strings](https://crates.io/crates/compact_str).
109 changes: 52 additions & 57 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading