eclipse-kuksa / kuksa-databroker

A modern in-vehicle VSS (Vehicle Signal Specification) server written in RUST
https://eclipse-kuksa.github.io/kuksa-website/
Apache License 2.0
12 stars 11 forks source link

Release prep for 0.4.4 #4

Closed erikbosch closed 3 months ago

erikbosch commented 3 months ago

Background/Rationale:

0.4.4 is intended to be essentially equal with 0.4.1

I opted for updating "all versions", i.e. not keeping "0.1.0" for "unreleased" packages, but if we want to keep "0.1.0" that works too

SebastianSchildt commented 3 months ago

Which reminds me, we need t get better updating the cargo lock versions, becasue "tag-wise" there WAS a 0.4.2 release fo databroker as well (it has basically all additons over 0.4.1 making int RISCV compatible. seems we just forgot to changee cargo file. Therefore, my suggestion would be, after merging this and then tagging an actual relase, in main we should immediately bump all cargo versions

erikbosch commented 3 months ago

Which reminds me, we need t get better updating the cargo lock versions, becasue "tag-wise" there WAS a 0.4.2 release fo databroker as well (it has basically all additons over 0.4.1 making int RISCV compatible. seems we just forgot to changee cargo file. Therefore, my suggestion would be, after merging this and then tagging an actual relase, in main we should immediately bump all cargo versions

In this PR I update Cargo.lock, so when merged Cargo.lock in main will be updated. I did not know or did not remember that we triggered a docker build of 0.4.2 (possibly as you triggered the build :-))

image