Skip to content

Commit

Permalink
Merge pull request #137 from promised-ai/release/v0.4.1
Browse files Browse the repository at this point in the history
feat!: Updated version for 0.4.1 release.
  • Loading branch information
schmidmt authored Oct 13, 2023
2 parents 2a90df9 + 30f5c35 commit 90dd8b3
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 22 deletions.
10 changes: 5 additions & 5 deletions lace/Cargo.lock

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

10 changes: 5 additions & 5 deletions lace/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ name = "lace"
path = "bin/main.rs"

[dependencies]
lace_cc = { path = "lace_cc", version = "0.2.0" }
lace_cc = { path = "lace_cc", version = "0.2.1" }
lace_utils = { path = "lace_utils", version = "0.1.2" }
lace_stats = { path = "lace_stats", version = "0.1.3" }
lace_codebook = { path = "lace_codebook", version = "0.2.0" }
lace_geweke = { path = "lace_geweke", version = "0.1.2" }
lace_stats = { path = "lace_stats", version = "0.1.5" }
lace_codebook = { path = "lace_codebook", version = "0.2.1" }
lace_geweke = { path = "lace_geweke", version = "0.1.3" }
lace_consts = { path = "lace_consts", version = "0.1.4" }
lace_data = { path = "lace_data", version = "0.1.2" }
lace_metadata = { path = "lace_metadata", version = "0.2.0" }
lace_metadata = { path = "lace_metadata", version = "0.2.1" }
dirs = "5"
itertools = "0.11"
num = "0.4"
Expand Down
6 changes: 3 additions & 3 deletions lace/lace_cc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lace_cc"
version = "0.2.0"
version = "0.2.1"
authors = ["Promised AI"]
edition = "2021"
exclude = ["tests/*", "resources/test/*", "target/*"]
Expand All @@ -11,8 +11,8 @@ description = "Core of the Lace cross-categorization engine library"

[dependencies]
lace_utils = { path = "../lace_utils", version = "0.1.2" }
lace_stats = { path = "../lace_stats", version = "0.1.2" }
lace_geweke = { path = "../lace_geweke", version = "0.1.2" }
lace_stats = { path = "../lace_stats", version = "0.1.5" }
lace_geweke = { path = "../lace_geweke", version = "0.1.3" }
lace_consts = { path = "../lace_consts", version = "0.1.4" }
lace_data = { path = "../lace_data", version = "0.1.2" }
lace_codebook = { path = "../lace_codebook", version = "0.2.0" }
Expand Down
4 changes: 2 additions & 2 deletions lace/lace_codebook/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lace_codebook"
version = "0.2.0"
version = "0.2.1"
authors = ["Promised.ai"]
edition = "2021"
license = "SSPL-1.0"
Expand All @@ -10,7 +10,7 @@ description = "Contains the Lace codebook specification as well as utilities for

[dependencies]
lace_consts = { path = "../lace_consts", version = "0.1.4" }
lace_stats = { path = "../lace_stats", version = "0.1.4" }
lace_stats = { path = "../lace_stats", version = "0.1.5" }
lace_utils = { path = "../lace_utils", version = "0.1.2" }
lace_data = { path = "../lace_data", version = "0.1.2" }
serde = { version = "1", features = ["derive"] }
Expand Down
4 changes: 2 additions & 2 deletions lace/lace_geweke/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lace_geweke"
version = "0.1.2"
version = "0.1.3"
authors = ["Promised AI"]
edition = "2021"
license = "SSPL-1.0"
Expand All @@ -9,7 +9,7 @@ repository = "https://github.com/promised-ai/lace"
description = "Geweke tester for Lace"

[dependencies]
lace_stats = { path = "../lace_stats", version = "0.1.2" }
lace_stats = { path = "../lace_stats", version = "0.1.5" }
lace_utils = { path = "../lace_utils", version = "0.1.2" }
serde = { version = "1", features = ["derive"] }
serde_yaml = "0.9.4"
Expand Down
8 changes: 4 additions & 4 deletions lace/lace_metadata/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lace_metadata"
version = "0.2.0"
version = "0.2.1"
authors = ["Promised AI"]
edition = "2021"
license = "SSPL-1.0"
Expand All @@ -9,10 +9,10 @@ repository = "https://github.com/promised-ai/lace"
description = "Archive of the metadata (savefile) formats for Lace. In charge of versioning and conversion."

[dependencies]
lace_stats = { path = "../lace_stats", version = "0.1.4" }
lace_stats = { path = "../lace_stats", version = "0.1.5" }
lace_data = { path = "../lace_data", version = "0.1.2" }
lace_codebook = { path = "../lace_codebook", version = "0.2.0" }
lace_cc = { path = "../lace_cc", version = "0.2.0" }
lace_codebook = { path = "../lace_codebook", version = "0.2.1" }
lace_cc = { path = "../lace_cc", version = "0.2.1" }
dirs = "5"
serde = { version = "1", features = ["derive"] }
serde_yaml = "0.9.4"
Expand Down
2 changes: 1 addition & 1 deletion lace/lace_stats/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lace_stats"
version = "0.1.4"
version = "0.1.5"
authors = ["Promised AI"]
edition = "2021"
license = "SSPL-1.0"
Expand Down

0 comments on commit 90dd8b3

Please sign in to comment.