Skip to content

Commit 17e05cc

Browse files
authored
bump version to 0.3.2 (#54)
* bump version to 0.3.1 Signed-off-by: Joel Dice <[email protected]> * update spin compat version to 1.5 This is needed to support the LLM interface. Also bumping the version to 0.3.2 since I already tagged 0.3.1 (oops). Signed-off-by: Joel Dice <[email protected]> --------- Signed-off-by: Joel Dice <[email protected]>
1 parent 5e9bb75 commit 17e05cc

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

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

crates/spin-python-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "spin-python-cli"
33
description = "A Spin plugin to convert Python apps to Spin-compatible WebAssembly modules"
4-
version = "0.3.0"
4+
version = "0.3.2"
55
authors = [ "Fermyon Engineering <[email protected]>" ]
66
edition = "2021"
77

crates/spin-python-engine/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "spin-python-engine"
3-
version = "0.3.0"
3+
version = "0.3.2"
44
authors = [ "Fermyon Engineering <[email protected]>" ]
55
edition = "2021"
66

manifest/plugin-spin-compat.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
>=0.9
1+
>=1.5

0 commit comments

Comments
 (0)