Skip to content

Commit

Permalink
release 0.12.0-alpha.8
Browse files Browse the repository at this point in the history
  • Loading branch information
astraw committed Oct 16, 2024
1 parent 234d347 commit c545ac2
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion _packaging/ubuntu-2004-installer-zip-readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This will install the following file, among others: `/opt/VimbaX_2024-1/bin/libV
You should be able to install the .deb file by double clicking on it in a file
navigator. Alternatively, you can install it from the command line:

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

## Running

Expand Down
2 changes: 1 addition & 1 deletion _packaging/ubuntu-2204-installer-zip-readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This will install the following file, among others: `/opt/VimbaX_2024-1/bin/libV
You should be able to install the .deb file by double clicking on it in a file
navigator. Alternatively, you can install it from the command line:

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

## Running

Expand Down
2 changes: 1 addition & 1 deletion _packaging/ubuntu-2404-installer-zip-readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This will install the following file, among others: `/opt/VimbaX_2024-1/bin/libV
You should be able to install the .deb file by double clicking on it in a file
navigator. Alternatively, you can install it from the command line:

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

## Running

Expand Down
2 changes: 1 addition & 1 deletion braid-offline/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "braid-offline"
version = "0.12.0-alpha.7" # braid release synchronized
version = "0.12.0-alpha.8" # braid release synchronized
authors = ["Andrew Straw <[email protected]>"]
edition = "2021"
rust-version = "1.76"
Expand Down
2 changes: 1 addition & 1 deletion braid-process-video/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "braid-process-video"
version = "0.12.0-alpha.7" # braid release synchronized
version = "0.12.0-alpha.8" # braid release synchronized
edition = "2021"
rust-version = "1.76"
description = "process videos within the Braid multi-camera framework"
Expand Down
2 changes: 1 addition & 1 deletion braid/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "braid"
description = "multi-camera realtime 3D tracker"
version = "0.12.0-alpha.7" # braid release synchronized
version = "0.12.0-alpha.8" # braid release synchronized
authors = ["Andrew Straw <[email protected]>"]
edition = "2018"
homepage = "https://strawlab.org/braid"
Expand Down
2 changes: 1 addition & 1 deletion braid/braid-run/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "braid-run"
description = "run Braid, the multi-camera realtime 3D tracker"
version = "0.12.0-alpha.7" # braid release synchronized
version = "0.12.0-alpha.8" # braid release synchronized
authors = ["Andrew Straw <[email protected]>"]
homepage = "https://strawlab.org/braid"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion braid/braid-run/braid_frontend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "braid_frontend"
version = "0.12.0-alpha.7" # braid release synchronized
version = "0.12.0-alpha.8" # braid release synchronized
authors = ["Andrew Straw <[email protected]>"]
edition = "2021"
rust-version = "1.76"
Expand Down
2 changes: 1 addition & 1 deletion braidz-export-rrd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "braidz-export-rrd"
description = "Export a .braidz file to an .rrd rerun file"
version = "0.12.0-alpha.7" # braid release synchronized
version = "0.12.0-alpha.8" # braid release synchronized
authors = ["Andrew Straw <[email protected]>"]
edition = "2021"
rust-version = "1.76"
Expand Down
2 changes: 1 addition & 1 deletion braidz-parser/braidz-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "braidz-cli"
version = "0.12.0-alpha.7" # braid release synchronized
version = "0.12.0-alpha.8" # braid release synchronized
authors = ["Andrew Straw <[email protected]>"]
edition = "2021"
rust-version = "1.60"
Expand Down
2 changes: 1 addition & 1 deletion flytrax-csv-to-braidz/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "flytrax-csv-to-braidz"
version = "0.12.0-alpha.7" # braid release synchronized
version = "0.12.0-alpha.8" # braid release synchronized
authors = ["Andrew Straw <[email protected]>"]
edition = "2021"
rust-version = "1.76"
Expand Down
2 changes: 1 addition & 1 deletion fmf/fmf-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "fmf-cli"
description = "work with .fmf (fly movie format) files"
version = "0.12.0-alpha.7" # braid release synchronized
version = "0.12.0-alpha.8" # braid release synchronized
authors = ["Andrew Straw <[email protected]>"]
autobins = false
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion media-utils/show-timestamps/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "show-timestamps"
version = "0.12.0-alpha.7" # braid release synchronized
version = "0.12.0-alpha.8" # braid release synchronized
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion media-utils/strand-convert/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "strand-convert"
version = "0.12.0-alpha.7" # braid release synchronized
version = "0.12.0-alpha.8" # braid release synchronized
edition = "2021"
authors = ["Andrew Straw <[email protected]>"]

Expand Down
2 changes: 1 addition & 1 deletion strand-cam/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "strand-cam"
version = "0.12.0-alpha.7" # braid release synchronized
version = "0.12.0-alpha.8" # braid release synchronized
authors = ["Andrew Straw <[email protected]>"]
build = "build.rs"
homepage = "https://strawlab.org/strand-cam"
Expand Down
2 changes: 1 addition & 1 deletion strand-cam/strand-cam-pylon-gui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "strand-cam-pylon-gui"
version = "0.12.0-alpha.7" # braid release synchronized
version = "0.12.0-alpha.8" # braid release synchronized
edition = "2021"
rust-version = "1.76"

Expand Down
2 changes: 1 addition & 1 deletion strand-cam/strand-cam-pylon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "strand-cam-pylon"
version = "0.12.0-alpha.7" # braid release synchronized
version = "0.12.0-alpha.8" # braid release synchronized
edition = "2021"
rust-version = "1.76"

Expand Down
2 changes: 1 addition & 1 deletion strand-cam/strand-cam-vimba/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "strand-cam-vimba"
version = "0.12.0-alpha.7" # braid release synchronized
version = "0.12.0-alpha.8" # braid release synchronized
edition = "2021"
rust-version = "1.76"

Expand Down
2 changes: 1 addition & 1 deletion strand-cam/yew_frontend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "strand-cam-frontend-yew"
version = "0.12.0-alpha.7" # braid release synchronized
version = "0.12.0-alpha.8" # braid release synchronized
authors = ["Andrew Straw <[email protected]>"]
edition = "2021"
rust-version = "1.76"
Expand Down
2 changes: 1 addition & 1 deletion write-debian-changelog/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "write-debian-changelog"
version = "0.12.0-alpha.7" # braid release synchronized
version = "0.12.0-alpha.8" # braid release synchronized
edition = "2021"

[dependencies]
Expand Down

0 comments on commit c545ac2

Please sign in to comment.