Skip to content

Commit

Permalink
chore(version): bump workspace to 0.7.0 (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpasmantier authored Dec 15, 2024
1 parent 630e791 commit a8e3ea5
Show file tree
Hide file tree
Showing 10 changed files with 93 additions and 91 deletions.
118 changes: 59 additions & 59 deletions Cargo.lock

Large diffs are not rendered by default.

15 changes: 8 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "television"
version = "0.6.2"
version = "0.7.0"
edition = "2021"
description = "The revolution will be televised."
license = "MIT"
Expand All @@ -18,6 +18,7 @@ categories = [
include = [
"LICENSE",
"README.md",
"themes/**/*.toml",
"crates/television/**/*.rs",
"build.rs",
".config/config.toml",
Expand Down Expand Up @@ -55,12 +56,12 @@ name = "tv"
[dependencies]
# workspace dependencies

television-fuzzy = { path = "crates/television-fuzzy", version = "0.0.10" }
television-derive = { path = "crates/television-derive", version = "0.0.10" }
television-screen = { path = "crates/television-screen", version = "0.0.10" }
television-channels = { path = "crates/television-channels", version = "0.0.10" }
television-previewers = { path = "crates/television-previewers", version = "0.0.10" }
television-utils = { path = "crates/television-utils", version = "0.0.10" }
television-fuzzy = { path = "crates/television-fuzzy", version = "0.0.11" }
television-derive = { path = "crates/television-derive", version = "0.0.11" }
television-screen = { path = "crates/television-screen", version = "0.0.11" }
television-channels = { path = "crates/television-channels", version = "0.0.11" }
television-previewers = { path = "crates/television-previewers", version = "0.0.11" }
television-utils = { path = "crates/television-utils", version = "0.0.11" }

# external dependencies
better-panic = "0.3.0"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ It is inspired by the neovim [telescope](https://github.com/nvim-telescope/teles
</summary>

```bash
curl -LO https://github.com/alexpasmantier/television/releases/download/0.6.2/television_0.6.2-1_amd64.deb
sudo dpkg -i television_0.6.2-1_amd64.deb
curl -LO https://github.com/alexpasmantier/television/releases/download/0.7.0/television_0.7.0-1_amd64.deb
sudo dpkg -i television_0.7.0-1_amd64.deb
```

</details>
Expand Down
8 changes: 4 additions & 4 deletions crates/television-channels/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "television-channels"
version = "0.0.10"
version = "0.0.11"
description.workspace = true
authors.workspace = true
repository.workspace = true
Expand All @@ -13,9 +13,9 @@ edition.workspace = true
rust-version.workspace = true

[dependencies]
television-fuzzy = { path = "../television-fuzzy", version = "0.0.10" }
television-utils = { path = "../television-utils", version = "0.0.10" }
television-derive = { path = "../television-derive", version = "0.0.10" }
television-fuzzy = { path = "../television-fuzzy", version = "0.0.11" }
television-utils = { path = "../television-utils", version = "0.0.11" }
television-derive = { path = "../television-derive", version = "0.0.11" }
devicons = "0.6.11"
tracing = "0.1.40"
eyre = "0.6.12"
Expand Down
2 changes: 1 addition & 1 deletion crates/television-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "television-derive"
version = "0.0.10"
version = "0.0.11"
description.workspace = true
authors.workspace = true
repository.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/television-fuzzy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "television-fuzzy"
version = "0.0.10"
version = "0.0.11"
description.workspace = true
authors.workspace = true
repository.workspace = true
Expand Down
6 changes: 3 additions & 3 deletions crates/television-previewers/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "television-previewers"
version = "0.0.10"
version = "0.0.11"
description.workspace = true
authors.workspace = true
repository.workspace = true
Expand All @@ -14,8 +14,8 @@ rust-version.workspace = true

[dependencies]
syntect = "5.2.0"
television-channels = { path = "../television-channels", version = "0.0.10" }
television-utils = { path = "../television-utils", version = "0.0.10" }
television-channels = { path = "../television-channels", version = "0.0.11" }
television-utils = { path = "../television-utils", version = "0.0.11" }
tracing = "0.1.40"
parking_lot = "0.12.3"
tokio = "1.41.1"
Expand Down
15 changes: 7 additions & 8 deletions crates/television-screen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
[package]
name = "television-screen"
version = "0.0.10"
edition.workspace = true
version = "0.0.11"
description.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true
keywords.workspace = true
categories.workspace = true
include.workspace = true
rust-version.workspace = true
readme.workspace = true
license.workspace = true
edition.workspace = true
rust-version.workspace = true

[dependencies]
ratatui = "0.29.0"
serde = "1.0.215"
television-utils = { path = "../television-utils", version = "0.0.10" }
television-channels = { path = "../television-channels", version = "0.0.10" }
television-previewers = { path = "../television-previewers", version = "0.0.10" }
television-utils = { path = "../television-utils", version = "0.0.11" }
television-channels = { path = "../television-channels", version = "0.0.11" }
television-previewers = { path = "../television-previewers", version = "0.0.11" }
color-eyre = "0.6.3"
syntect = "5.2.0"
2 changes: 1 addition & 1 deletion crates/television-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "television-utils"
version = "0.0.10"
version = "0.0.11"
description.workspace = true
authors.workspace = true
repository.workspace = true
Expand Down
12 changes: 7 additions & 5 deletions scripts/publish.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
cargo publish -p television-derive
sleep 20
sleep 10
cargo publish -p television-fuzzy
sleep 20
sleep 10
cargo publish -p television-utils
sleep 20
sleep 10
cargo publish -p television-channels
sleep 20
sleep 10
cargo publish -p television-previewers
sleep 20
sleep 10
cargo publish -p television-screen
sleep 10
cargo publish -p television

0 comments on commit a8e3ea5

Please sign in to comment.