chore: prepare release v0.6.0 (#246)

This commit is contained in:
Nathaniel Simard 2023-03-21 09:47:37 -04:00 committed by GitHub
parent 2f91a5e4e2
commit 4e28e2a776
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
18 changed files with 26 additions and 17 deletions

View File

@ -18,6 +18,12 @@ jobs:
crate: burn-dataset
secrets: inherit
publish-burn-common:
uses: burn-rs/burn/.github/workflows/publish-template.yml@main
with:
crate: burn-common
secrets: inherit
publish-burn-tensor-testgen:
uses: burn-rs/burn/.github/workflows/publish-template.yml@main
with:
@ -37,6 +43,7 @@ jobs:
needs:
- publish-burn-tensor
- publish-burn-tensor-testgen
- publish-burn-common
with:
crate: burn-autodiff
secrets: inherit
@ -55,6 +62,7 @@ jobs:
needs:
- publish-burn-tensor
- publish-burn-autodiff
- publish-burn-common
with:
crate: burn-ndarray
secrets: inherit
@ -68,6 +76,7 @@ jobs:
- publish-burn-dataset
- publish-burn-derive
- publish-burn-ndarray
- publish-burn-common
with:
crate: burn-core
secrets: inherit

View File

@ -8,7 +8,7 @@ license = "MIT/Apache-2.0"
name = "burn-autodiff"
readme = "README.md"
repository = "https://github.com/burn-rs/burn/tree/main/burn-autodiff"
version = "0.5.0"
version = "0.6.0"
[features]
default = ["export_tests"]

View File

@ -5,7 +5,7 @@ license = "MIT/Apache-2.0"
name = "burn-common"
readme = "README.md"
repository = "https://github.com/burn-rs/burn/tree/main/burn-common"
version = "0.5.0"
version = "0.6.0"
[features]
default = ["std"]

View File

@ -9,7 +9,7 @@ name = "burn-core"
readme = "README.md"
repository = "https://github.com/burn-rs/burn/tree/main/burn-core"
version = "0.5.0"
version = "0.6.0"
[features]
default = ["std"]

View File

@ -11,7 +11,7 @@ license = "MIT"
name = "burn-dataset"
readme = "README.md"
repository = "https://github.com/burn-rs/burn/tree/main/burn-dataset"
version = "0.5.0"
version = "0.6.0"
[features]
default = ["fake"]

View File

@ -10,7 +10,7 @@ license = "MIT/Apache-2.0"
name = "burn-derive"
readme = "README.md"
repository = "https://github.com/burn-rs/burn/tree/main/burn-derive"
version = "0.5.0"
version = "0.6.0"
[lib]
proc-macro = true

View File

@ -8,7 +8,7 @@ license = "MIT/Apache-2.0"
name = "burn-ndarray"
readme = "README.md"
repository = "https://github.com/burn-rs/burn/tree/main/burn-ndarray"
version = "0.5.0"
version = "0.6.0"
[features]
default = ["std"]

View File

@ -9,7 +9,7 @@ name = "burn-no-std-tests"
readme = "README.md"
repository = "https://github.com/burn-rs/burn/tree/main/burn-no-std-tests"
version = "0.5.0"
version = "0.6.0"
[dependencies]

View File

@ -8,7 +8,7 @@ license = "MIT/Apache-2.0"
name = "burn-tch"
readme = "README.md"
repository = "https://github.com/burn-rs/burn/tree/main/burn-tch"
version = "0.5.0"
version = "0.6.0"
[features]
doc = ["tch/doc-only"]

View File

@ -1,6 +1,6 @@
[package]
name = "burn-tensor-testgen"
version = "0.5.0"
version = "0.6.0"
authors = ["nathanielsimard <nathaniel.simard.42@gmail.com>"]
description = "Burn tensor test gen crate."
repository = "https://github.com/burn-rs/burn/tree/main/burn-tensor-testgen"

View File

@ -11,7 +11,7 @@ license = "MIT/Apache-2.0"
name = "burn-tensor"
readme = "README.md"
repository = "https://github.com/burn-rs/burn/tree/main/burn-tensor"
version = "0.5.0"
version = "0.6.0"
[features]
default = ["std"]

View File

@ -1,6 +1,6 @@
[package]
name = "burn-train"
version = "0.5.0"
version = "0.6.0"
authors = ["nathanielsimard <nathaniel.simard.42@gmail.com>"]
description = "Training crate for burn"
repository = "https://github.com/burn-rs/burn/tree/main/burn-train"

View File

@ -9,7 +9,7 @@ name = "burn"
readme = "README.md"
repository = "https://github.com/burn-rs/burn/tree/main/burn"
version = "0.5.0"
version = "0.6.0"
[features]
default = ["std", "train"]

View File

@ -4,7 +4,7 @@ edition = "2021"
license = "MIT/Apache-2.0"
name = "mnist-inference-web"
publish = false
version = "0.5.0"
version = "0.6.0"
[lib]
crate-type = ["cdylib"]

View File

@ -1,6 +1,6 @@
[package]
name = "mnist"
version = "0.5.0"
version = "0.6.0"
authors = ["nathanielsimard <nathaniel.simard.42@gmail.com>"]
license = "MIT/Apache-2.0"
edition = "2021"

View File

@ -1,6 +1,6 @@
[package]
name = "named-tensor"
version = "0.5.0"
version = "0.6.0"
authors = ["nathanielsimard <nathaniel.simard.42@gmail.com>"]
license = "MIT/Apache-2.0"
edition = "2021"

View File

@ -4,7 +4,7 @@ edition = "2021"
license = "MIT/Apache-2.0"
name = "text-classification"
publish = false
version = "0.5.0"
version = "0.6.0"
[features]
default = []

View File

@ -1,6 +1,6 @@
[package]
name = "text-generation"
version = "0.5.0"
version = "0.6.0"
authors = ["nathanielsimard <nathaniel.simard.42@gmail.com>"]
license = "MIT/Apache-2.0"
edition = "2021"