Skip to content

Commit c545ac2

Browse files
committed
release 0.12.0-alpha.8
1 parent 234d347 commit c545ac2

File tree

20 files changed

+20
-20
lines changed

20 files changed

+20
-20
lines changed

_packaging/ubuntu-2004-installer-zip-readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This will install the following file, among others: `/opt/VimbaX_2024-1/bin/libV
2626
You should be able to install the .deb file by double clicking on it in a file
2727
navigator. Alternatively, you can install it from the command line:
2828

29-
sudo apt install ./strand-braid_0.12.0-alpha.7-1_amd64.deb
29+
sudo apt install ./strand-braid_0.12.0-alpha.8-1_amd64.deb
3030

3131
## Running
3232

_packaging/ubuntu-2204-installer-zip-readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This will install the following file, among others: `/opt/VimbaX_2024-1/bin/libV
2626
You should be able to install the .deb file by double clicking on it in a file
2727
navigator. Alternatively, you can install it from the command line:
2828

29-
sudo apt install ./strand-braid_0.12.0-alpha.7-1_amd64.deb
29+
sudo apt install ./strand-braid_0.12.0-alpha.8-1_amd64.deb
3030

3131
## Running
3232

_packaging/ubuntu-2404-installer-zip-readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This will install the following file, among others: `/opt/VimbaX_2024-1/bin/libV
2727
You should be able to install the .deb file by double clicking on it in a file
2828
navigator. Alternatively, you can install it from the command line:
2929

30-
sudo apt install ./strand-braid_0.12.0-alpha.7-1_amd64.deb
30+
sudo apt install ./strand-braid_0.12.0-alpha.8-1_amd64.deb
3131

3232
## Running
3333

braid-offline/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "braid-offline"
3-
version = "0.12.0-alpha.7" # braid release synchronized
3+
version = "0.12.0-alpha.8" # braid release synchronized
44
authors = ["Andrew Straw <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.76"

braid-process-video/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "braid-process-video"
3-
version = "0.12.0-alpha.7" # braid release synchronized
3+
version = "0.12.0-alpha.8" # braid release synchronized
44
edition = "2021"
55
rust-version = "1.76"
66
description = "process videos within the Braid multi-camera framework"

braid/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "braid"
33
description = "multi-camera realtime 3D tracker"
4-
version = "0.12.0-alpha.7" # braid release synchronized
4+
version = "0.12.0-alpha.8" # braid release synchronized
55
authors = ["Andrew Straw <[email protected]>"]
66
edition = "2018"
77
homepage = "https://strawlab.org/braid"

braid/braid-run/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "braid-run"
33
description = "run Braid, the multi-camera realtime 3D tracker"
4-
version = "0.12.0-alpha.7" # braid release synchronized
4+
version = "0.12.0-alpha.8" # braid release synchronized
55
authors = ["Andrew Straw <[email protected]>"]
66
homepage = "https://strawlab.org/braid"
77
edition = "2021"

braid/braid-run/braid_frontend/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "braid_frontend"
3-
version = "0.12.0-alpha.7" # braid release synchronized
3+
version = "0.12.0-alpha.8" # braid release synchronized
44
authors = ["Andrew Straw <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.76"

braidz-export-rrd/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "braidz-export-rrd"
33
description = "Export a .braidz file to an .rrd rerun file"
4-
version = "0.12.0-alpha.7" # braid release synchronized
4+
version = "0.12.0-alpha.8" # braid release synchronized
55
authors = ["Andrew Straw <[email protected]>"]
66
edition = "2021"
77
rust-version = "1.76"

braidz-parser/braidz-cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "braidz-cli"
3-
version = "0.12.0-alpha.7" # braid release synchronized
3+
version = "0.12.0-alpha.8" # braid release synchronized
44
authors = ["Andrew Straw <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.60"

flytrax-csv-to-braidz/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "flytrax-csv-to-braidz"
3-
version = "0.12.0-alpha.7" # braid release synchronized
3+
version = "0.12.0-alpha.8" # braid release synchronized
44
authors = ["Andrew Straw <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.76"

fmf/fmf-cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "fmf-cli"
33
description = "work with .fmf (fly movie format) files"
4-
version = "0.12.0-alpha.7" # braid release synchronized
4+
version = "0.12.0-alpha.8" # braid release synchronized
55
authors = ["Andrew Straw <[email protected]>"]
66
autobins = false
77
edition = "2021"

media-utils/show-timestamps/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "show-timestamps"
3-
version = "0.12.0-alpha.7" # braid release synchronized
3+
version = "0.12.0-alpha.8" # braid release synchronized
44
edition = "2021"
55

66
[dependencies]

media-utils/strand-convert/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "strand-convert"
3-
version = "0.12.0-alpha.7" # braid release synchronized
3+
version = "0.12.0-alpha.8" # braid release synchronized
44
edition = "2021"
55
authors = ["Andrew Straw <[email protected]>"]
66

strand-cam/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "strand-cam"
3-
version = "0.12.0-alpha.7" # braid release synchronized
3+
version = "0.12.0-alpha.8" # braid release synchronized
44
authors = ["Andrew Straw <[email protected]>"]
55
build = "build.rs"
66
homepage = "https://strawlab.org/strand-cam"

strand-cam/strand-cam-pylon-gui/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "strand-cam-pylon-gui"
3-
version = "0.12.0-alpha.7" # braid release synchronized
3+
version = "0.12.0-alpha.8" # braid release synchronized
44
edition = "2021"
55
rust-version = "1.76"
66

strand-cam/strand-cam-pylon/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "strand-cam-pylon"
3-
version = "0.12.0-alpha.7" # braid release synchronized
3+
version = "0.12.0-alpha.8" # braid release synchronized
44
edition = "2021"
55
rust-version = "1.76"
66

strand-cam/strand-cam-vimba/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "strand-cam-vimba"
3-
version = "0.12.0-alpha.7" # braid release synchronized
3+
version = "0.12.0-alpha.8" # braid release synchronized
44
edition = "2021"
55
rust-version = "1.76"
66

strand-cam/yew_frontend/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "strand-cam-frontend-yew"
3-
version = "0.12.0-alpha.7" # braid release synchronized
3+
version = "0.12.0-alpha.8" # braid release synchronized
44
authors = ["Andrew Straw <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.76"

write-debian-changelog/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "write-debian-changelog"
3-
version = "0.12.0-alpha.7" # braid release synchronized
3+
version = "0.12.0-alpha.8" # braid release synchronized
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)