Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdsellers committed Nov 29, 2024
1 parent f80d47f commit 81221a3
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 50 deletions.
92 changes: 46 additions & 46 deletions nautilus_core/Cargo.lock

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

4 changes: 2 additions & 2 deletions nautilus_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ members = [

[workspace.package]
rust-version = "1.83.0"
version = "0.37.0"
version = "0.38.0"
edition = "2021"
authors = ["Nautech Systems <[email protected]>"]
description = "A high-performance algorithmic trading platform and event-driven backtester"
Expand Down Expand Up @@ -65,7 +65,7 @@ thousands = "0.2.0"
toml = "0.8.19"
tracing = "0.1.41"
# Disable default feature "tracing-log" since it interferes with custom logging
tracing-subscriber = { version = "0.3.18", default-features = false, features = ["smallvec", "fmt", "ansi", "std", "env-filter"] }
tracing-subscriber = { version = "0.3.19", default-features = false, features = ["smallvec", "fmt", "ansi", "std", "env-filter"] }
tokio = { version = "1.41.1", features = ["full"] }
tokio-tungstenite = { version = "0.24.0", features = ["rustls-tls-native-roots"] }
ustr = { version = "1.1.0", features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "nautilus_trader"
version = "1.207.0"
version = "1.208.0"
description = "A high-performance algorithmic trading platform and event-driven backtester"
authors = ["Nautech Systems <[email protected]>"]
license = "LGPL-3.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"schemaVersion": 1,
"label": "",
"message": "v1.207.0",
"message": "v1.208.0",
"color": "orange"
}

0 comments on commit 81221a3

Please sign in to comment.