Skip to content

Commit

Permalink
chore: release (#177)
Browse files Browse the repository at this point in the history
* chore: release

* Changelog tweaks

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nick Dowsett <[email protected]>
  • Loading branch information
github-actions[bot] and nick42d authored Oct 26, 2024
1 parent 0631d02 commit 5189868
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 11 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

9 changes: 6 additions & 3 deletions json-crawler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]


## [0.0.3](https://github.com/nick42d/youtui/compare/json-crawler/v0.0.2...json-crawler/v0.0.3) - 2024-10-26

### Fixed
- [**breaking**] Make album optional for songs search. Closes [#174](https://github.com/nick42d/youtui/pull/174) ([#176](https://github.com/nick42d/youtui/pull/176))
- _album field on SearchResultSong is now optional, removed public ways to create custom error from json_crawler (CrawlerError::array_size_from_context, JsonCrawlerIterator::get_context and JsonCrawlerArrayIterContext struct)_

## [0.0.2](https://github.com/nick42d/youtui/compare/json-crawler/v0.0.1...json-crawler/v0.0.2) - 2024-09-04

### Other
- Update dependencies ([#155](https://github.com/nick42d/youtui/pull/155))




## [0.0.1](https://github.com/nick42d/youtui/releases/tag/json-crawler/v0.0.1) - 2024-08-12

### Other
Expand Down
2 changes: 1 addition & 1 deletion json-crawler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "json-crawler"
version = "0.0.2"
version = "0.0.3"
edition = "2021"
authors = ["nick42d"]
license = "MIT"
Expand Down
6 changes: 6 additions & 0 deletions youtui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]


## [0.0.16](https://github.com/nick42d/youtui/compare/youtui/v0.0.15...youtui/v0.0.16) - 2024-10-26

### Fixed
- Make album optional for songs search. Closes [#174](https://github.com/nick42d/youtui/pull/174) ([#176](https://github.com/nick42d/youtui/pull/176))
- _album field on SearchResultSong is now optional, removed public ways to create custom error from json_crawler (CrawlerError::array_size_from_context, JsonCrawlerIterator::get_context and JsonCrawlerArrayIterContext struct)_

## [0.0.15](https://github.com/nick42d/youtui/compare/youtui/v0.0.14...youtui/v0.0.15) - 2024-10-24

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions youtui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "youtui"
version = "0.0.15"
version = "0.0.16"
edition = "2021"
authors = ["nick42d"]
license = "MIT"
Expand All @@ -21,7 +21,7 @@ ratatui = { version = "0.28.0", features = ["all-widgets"] }
serde = "1.0.209"
serde_json = "1.0.127"
tokio = "1.39.3"
ytmapi-rs = { path = "../ytmapi-rs", version = "0.0.14", default-features = false, features = [
ytmapi-rs = { path = "../ytmapi-rs", version = "0.0.15", default-features = false, features = [
"rustls-tls",
"simplified-queries",
] }
Expand Down
6 changes: 6 additions & 0 deletions ytmapi-rs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]


## [0.0.15](https://github.com/nick42d/youtui/compare/ytmapi-rs/v0.0.14...ytmapi-rs/v0.0.15) - 2024-10-26

### Fixed
- [**breaking**] Make album optional for songs search. Closes [#174](https://github.com/nick42d/youtui/pull/174) ([#176](https://github.com/nick42d/youtui/pull/176))
- _album field on SearchResultSong is now optional_

## [0.0.14](https://github.com/nick42d/youtui/compare/ytmapi-rs/v0.0.13...ytmapi-rs/v0.0.14) - 2024-10-24

### Added
Expand Down
4 changes: 2 additions & 2 deletions ytmapi-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ytmapi-rs"
version = "0.0.14"
version = "0.0.15"
edition = "2021"
authors = ["nick42d"]
license = "MIT"
Expand All @@ -24,7 +24,7 @@ reqwest = { version = "0.12.7", features = [
], default-features = false }
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.127"
json-crawler = { version = "0.0.2", path = "../json-crawler" }
json-crawler = { version = "0.0.3", path = "../json-crawler" }
sha1 = "0.10.6"
const_format = "0.2.32"
chrono = "0.4.38"
Expand Down

0 comments on commit 5189868

Please sign in to comment.