libpt 0.5 #78

Merged
PlexSheep merged 22 commits from devel into master 2024-05-12 18:28:13 +02:00
3 changed files with 4 additions and 4 deletions
Showing only changes of commit 33260726a1 - Show all commits

View File

@ -10,7 +10,7 @@ default-members = [".", "members/libpt-core"]
[workspace.package]
publish = true
version = "0.4.3"
version = "0.5.0"
PlexSheep marked this conversation as resolved Outdated

bump to 0.5

bump to 0.5
edition = "2021"
authors = ["Christoph J. Scherr <software@cscherr.de>"]
license = "MIT"
@ -29,7 +29,7 @@ categories = [
anyhow = "1.0.79"
thiserror = "1.0.56"
libpt-core = { version = "0.4.0", path = "members/libpt-core" }
libpt-bintols = { version = "0.4.0", path = "members/libpt-bintols" }
libpt-bintols = { version = "0.5.0", path = "members/libpt-bintols" }
PlexSheep marked this conversation as resolved Outdated

bump to 0.5

bump to 0.5
libpt-log = { version = "0.4.2", path = "members/libpt-log" }
[package]

View File

@ -1,7 +1,7 @@
[package]
name = "libpt-bintols"
publish.workspace = true
version = "0.4.0"
version = "0.5.0"
edition.workspace = true
authors.workspace = true
license.workspace = true

View File

@ -19,7 +19,7 @@ name = "libpt"
crate-type = ["cdylib", "rlib"]
[dependencies]
libpt = { version = "0.4.3", path = "../.." }
libpt = { version = "0.5.0", path = "../.." }
PlexSheep marked this conversation as resolved Outdated

python version needs to be updated for 0.5 too.

  • add python interface for bintols changes
  • bump versions
python version needs to be updated for 0.5 too. - [x] add python interface for bintols changes - [x] bump versions
pyo3 = { version = "0.19.0", features = ["full"] }
anyhow.workspace = true