diff --git a/CHANGELOG.md b/CHANGELOG.md index 222ebf9..c8c6096 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.10.2 + +#### 🚀 Updates + +- Will now create a pip shim that includes the major version, for example, `pip3`. + ## 0.10.1 #### 🚀 Updates diff --git a/Cargo.lock b/Cargo.lock index 45a19e6..bed9c6c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2152,7 +2152,7 @@ dependencies = [ [[package]] name = "python_plugin" -version = "0.10.1" +version = "0.10.2" dependencies = [ "extism-pdk", "proto_pdk", diff --git a/Cargo.toml b/Cargo.toml index 3514f33..c8fb45f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "python_plugin" -version = "0.10.1" +version = "0.10.2" edition = "2021" license = "MIT" publish = false