Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change version to 2025.0.0-beta-3 #860

Merged
merged 2 commits into from
Oct 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,13 @@
"rust-analyzer.check.overrideCommand": [
"cargo", "clippy", "--target-dir", "./target/clippy"
],
"files.associations": {
"*.traj": "json",
"vector": "cpp",
"array": "cpp",
"deque": "cpp",
"map": "cpp",
"unordered_map": "cpp",
"xstring": "cpp"
},
}
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "choreo",
"version": "2025.0.0-beta-2",
"version": "2025.0.0-beta-3",
"description": "A graphical tool for planning time-optimized trajectories for autonomous mobile robots in the FIRST Robotics Competition.",
"homepage": "https://github.com/SleipnirGroup/Choreo",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion src-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "choreo-cli"
version = "2025.0.0-beta.2"
version = "2025.0.0-beta.3"
edition = "2021"
homepage = "https://github.com/SleipnirGroup/Choreo"
repository = "https://github.com/SleipnirGroup/Choreo.git"
Expand Down
2 changes: 1 addition & 1 deletion src-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "choreo-core"
version = "2025.0.0-beta.2"
version = "2025.0.0-beta.3"
edition = "2021"
homepage = "https://github.com/SleipnirGroup/Choreo"
repository = "https://github.com/SleipnirGroup/Choreo.git"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "choreo"
version = "2025.0.0-beta.2"
version = "2025.0.0-beta.3"
edition = "2021"
description = """\
A graphical tool for planning time-optimized trajectories for autonomous \
Expand Down
4 changes: 2 additions & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"package": {
"productName": "Choreo",
"version": "2025.0.0-beta-2"
"version": "2025.0.0-beta-3"
},
"tauri": {
"allowlist": {
Expand Down Expand Up @@ -63,7 +63,7 @@
{
"fullscreen": false,
"resizable": true,
"title": "Choreo v2025.0.0-beta-2",
"title": "Choreo v2025.0.0-beta-3",
"width": 1200,
"height": 800
}
Expand Down
Loading