libpt 0.5 #78

Merged
PlexSheep merged 22 commits from devel into master 2024-05-12 18:28:13 +02:00
Owner
No description provided.
PlexSheep added 18 commits 2024-05-12 17:43:07 +02:00
cargo devel CI / cargo CI (push) Successful in 56s Details
5a1550829e
Merge branch 'master' into devel
cargo devel CI / cargo CI (push) Successful in 56s Details
c918fbf196
logger configuration throigh struct
cargo devel CI / cargo CI (push) Successful in 1m44s Details
0eb6490854
feat: split unsigned numbers into bytes #76
dc506de8aa test: split-numbers #76
test if splitting of numbers into Vec<u8> works correctly
cargo devel CI / cargo CI (push) Failing after 1m42s Details
77d473e22c
refactor: split-numbers generic by converting to u128 #76
cargo devel CI / cargo CI (push) Successful in 1m54s Details
73d291a477
fix: split-numbers test solutions were wrong #76
cargo devel CI / cargo CI (push) Failing after 1m23s Details
7f45020511
add doctests to CI
cargo devel CI / cargo CI (push) Failing after 1m31s Details
401faca4db
ci install python
cargo devel CI / cargo CI (push) Failing after 1m30s Details
492cedf5cc
Merge branch 'devel' into feat/bintols/split-numbers-to-bytes
cargo devel CI / cargo CI (push) Successful in 1m56s Details
c41328d093
ci install python
cargo devel CI / cargo CI (push) Successful in 1m55s Details
d7677e2363
Merge branch 'devel' into feat/bintols/split-numbers-to-bytes
PlexSheep reviewed 2024-05-12 17:46:22 +02:00
PlexSheep left a comment
Author
Owner

chnages needed. bumps and libpt-py integration

chnages needed. bumps and libpt-py integration
Cargo.toml Outdated
@ -11,3 +11,3 @@
[workspace.package]
publish = true
version = "0.4.2"
version = "0.4.3"
Author
Owner

bump to 0.5

bump to 0.5
PlexSheep marked this conversation as resolved
Cargo.toml Outdated
@ -30,7 +30,7 @@ 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" }
Author
Owner

bump to 0.5

bump to 0.5
PlexSheep marked this conversation as resolved
@ -20,3 +20,3 @@
[dependencies]
libpt = { version = "0.4.2", path = "../.." }
libpt = { version = "0.4.3", path = "../.." }
Author
Owner

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
PlexSheep marked this conversation as resolved
PlexSheep added 3 commits 2024-05-12 18:19:34 +02:00
forgejo-actions added 1 commit 2024-05-12 18:21:29 +02:00
PlexSheep merged commit ed0b363a99 into master 2024-05-12 18:28:13 +02:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: PlexSheep/pt#78
No description provided.