about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-10-14 21:17:40 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-10-14 21:17:40 +0200
commit94b7d0eb7caddbefdf57267b33c6be9e6db37b75 (patch)
tree20e2aff7ec42ad0d04cf60d450aab74429badd7a
parentrefactor(libmpv2): Include in the workspace (diff)
downloadyt-94b7d0eb7caddbefdf57267b33c6be9e6db37b75.tar.gz
yt-94b7d0eb7caddbefdf57267b33c6be9e6db37b75.zip
chore(version): v1.3.0 v1.3.0
-rw-r--r--Cargo.lock14
-rw-r--r--Cargo.toml2
-rw-r--r--NEWS.md30
3 files changed, 38 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3798bbb..74dd452 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -239,7 +239,7 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 
 [[package]]
 name = "bytes"
-version = "1.2.1"
+version = "1.3.0"
 dependencies = [
  "serde",
 ]
@@ -905,7 +905,7 @@ checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
 
 [[package]]
 name = "libmpv2"
-version = "1.2.1"
+version = "1.3.0"
 dependencies = [
  "crossbeam",
  "libmpv2-sys",
@@ -916,7 +916,7 @@ dependencies = [
 
 [[package]]
 name = "libmpv2-sys"
-version = "1.2.1"
+version = "1.3.0"
 dependencies = [
  "bindgen",
 ]
@@ -2421,11 +2421,11 @@ checksum = "213b7324336b53d2414b2db8537e56544d981803139155afa84f76eeebb7a546"
 
 [[package]]
 name = "yt"
-version = "1.2.1"
+version = "1.3.0"
 dependencies = [
  "anyhow",
  "blake3",
- "bytes 1.2.1",
+ "bytes 1.3.0",
  "chrono",
  "chrono-humanize",
  "clap",
@@ -2450,9 +2450,9 @@ dependencies = [
 
 [[package]]
 name = "yt_dlp"
-version = "1.2.1"
+version = "1.3.0"
 dependencies = [
- "bytes 1.2.1",
+ "bytes 1.3.0",
  "log",
  "pyo3",
  "serde",
diff --git a/Cargo.toml b/Cargo.toml
index cfa9a9a..d0eedcd 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,7 +20,7 @@ members = [
 
 [workspace.package]
 edition = "2021"
-version = "1.2.1"
+version = "1.3.0"
 rust-version = "1.80.0"
 authors = ["Benedikt Peetz <benedikt.peetz@b-peetz.de>"]
 repository = "https://git.vhack.eu/soispha/clients/yt"
diff --git a/NEWS.md b/NEWS.md
index 62f3178..1cbfb2d 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -14,6 +14,36 @@ If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>.
 All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
 
 - - -
+## [v1.3.0](https://git.vhack.eu/soispha/clients/yt/compare/b3a7ad39bb07e1b447b52c92505158f8a1030f10..v1.3.0) - 2024-10-14
+#### Bug Fixes
+- **(cli)** Avoid having to interleave `sedowa` with dashes - ([29c2ec6](https://git.vhack.eu/soispha/clients/yt/commit/29c2ec6113542d65b45fb6cb6897954f1ea225af)) - [@soispha](https://git.vhack.eu/soispha)
+- **(crates/yt_dlp/wrappers/info_json)** Add further info.json fields - ([9c00ecc](https://git.vhack.eu/soispha/clients/yt/commit/9c00ecc776b5f9f72d027442cb9754c6a16024ea)) - [@soispha](https://git.vhack.eu/soispha)
+- **(downloader)** Don't display changed cache size on first run - ([3c80108](https://git.vhack.eu/soispha/clients/yt/commit/3c801086de15dd18ce44338972cf3917d63aba8d)) - [@soispha](https://git.vhack.eu/soispha)
+#### Build system
+- **(.envrc)** Set `sqlx`'s `DATABASE_URL` variable - ([764f535](https://git.vhack.eu/soispha/clients/yt/commit/764f535f160c63f30c108e2fe20b624237cbbada)) - [@soispha](https://git.vhack.eu/soispha)
+- **(Cargo.toml)** Add further lints - ([a403c1e](https://git.vhack.eu/soispha/clients/yt/commit/a403c1ecdccc0bb79a6765ffd26559930af0b139)) - [@soispha](https://git.vhack.eu/soispha)
+- **(crates/libmpv2/update.sh)** Correctly specify child update paths - ([b3a7ad3](https://git.vhack.eu/soispha/clients/yt/commit/b3a7ad39bb07e1b447b52c92505158f8a1030f10)) - [@soispha](https://git.vhack.eu/soispha)
+- **(scripts/mkdb.sh)** Update to use new sql schema path - ([f83a503](https://git.vhack.eu/soispha/clients/yt/commit/f83a50302b8d41f834f1e279a63f1c123a09a139)) - [@soispha](https://git.vhack.eu/soispha)
+#### Features
+- **(cli)** Add a `add` command - ([1f04459](https://git.vhack.eu/soispha/clients/yt/commit/1f0445952332d96acadecb936d9eaa7169d52082)) - [@soispha](https://git.vhack.eu/soispha)
+- **(cli)** Also add a `dowa` command - ([03197cd](https://git.vhack.eu/soispha/clients/yt/commit/03197cd47ac595dec00ac8c047be0c66b5716a71)) - [@soispha](https://git.vhack.eu/soispha)
+- **(crates/yt_dlp)** Make saving the downloaded info.json configurable - ([089ed86](https://git.vhack.eu/soispha/clients/yt/commit/089ed86dae1ef5519c327142f69a0b86fc2b6043)) - [@soispha](https://git.vhack.eu/soispha)
+- **(unreachable)** Init trait - ([bdf0033](https://git.vhack.eu/soispha/clients/yt/commit/bdf00337daf1ed8b343168ea2496352a7788fe25)) - [@soispha](https://git.vhack.eu/soispha)
+- **(videos)** Provide a consistent display for the `Video` struct - ([145a776](https://git.vhack.eu/soispha/clients/yt/commit/145a776039248a9460e9473e4bc9ef3d533b60c1)) - [@soispha](https://git.vhack.eu/soispha)
+#### Miscellaneous Chores
+- **(treewide)** Add missing copyright header - ([d1bcc36](https://git.vhack.eu/soispha/clients/yt/commit/d1bcc36b54793bb3e45d5acecf9d8c503e883011)) - [@soispha](https://git.vhack.eu/soispha)
+#### Refactoring
+- **(libmpv2)** Include in the workspace - ([6df118a](https://git.vhack.eu/soispha/clients/yt/commit/6df118a3e02fe5122b8163ebad77b9f3532d2901)) - [@soispha](https://git.vhack.eu/soispha)
+- **(treewide)** Conform to the clippy and rust lints - ([2c7980b](https://git.vhack.eu/soispha/clients/yt/commit/2c7980b773cad586af5db8ff0755f1d74d94f7d1)) - [@soispha](https://git.vhack.eu/soispha)
+- **(treewide)** Combine the separate crates in one workspace - ([6c92868](https://git.vhack.eu/soispha/clients/yt/commit/6c9286857ef8b314962b67f4a16a66e8c35531bc)) - [@soispha](https://git.vhack.eu/soispha)
+#### Style
+- **(python_update/raw_update.py)** Format - ([a4fb5d3](https://git.vhack.eu/soispha/clients/yt/commit/a4fb5d3eacd96f0b01adfeb3eaf0dcb5fb794909)) - [@soispha](https://git.vhack.eu/soispha)
+- **(treewide)** Format - ([b90e94b](https://git.vhack.eu/soispha/clients/yt/commit/b90e94bef58422c7c8b063435e5420f90f1d59d2)) - [@soispha](https://git.vhack.eu/soispha)
+#### Tests
+- **(treewide)** Fix, so they compile and ignore - ([baffdf8](https://git.vhack.eu/soispha/clients/yt/commit/baffdf885aab7490e1024a73f8ee3ce35817c586)) - [@soispha](https://git.vhack.eu/soispha)
+
+- - -
+
 ## [v1.2.0](https://git.vhack.eu/soispha/clients/yt/compare/c467d7a4457363b0da4a41aa4869ab368ff452e3..v1.2.0) - 2024-08-25
 #### Bug Fixes
 - **(cli/selectCommand)** Explicitly set the aliases - ([35db9c0](https://git.vhack.eu/soispha/clients/yt/commit/35db9c0d4ad2029300087370ccaa5c49b10d1638)) - [@soispha](https://git.vhack.eu/soispha)