From fa4eee14f060640c07fe714df6fe2f04d4cc47b4 Mon Sep 17 00:00:00 2001 From: Matthias Endler Date: Mon, 6 Jan 2025 14:12:19 +0100 Subject: [PATCH] chore: release v0.18.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- lychee-bin/CHANGELOG.md | 8 ++++++++ lychee-bin/Cargo.toml | 2 +- lychee-lib/CHANGELOG.md | 8 ++++++++ 5 files changed, 20 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f14e7d4454..60ab12e449 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2454,7 +2454,7 @@ dependencies = [ [[package]] name = "lychee" -version = "0.18.0" +version = "0.18.1" dependencies = [ "anyhow", "assert-json-diff", @@ -2501,7 +2501,7 @@ dependencies = [ [[package]] name = "lychee-lib" -version = "0.18.0" +version = "0.18.1" dependencies = [ "async-stream", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index f0fa750ff5..acc29d2ede 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["lychee-bin", "lychee-lib", "examples/*", "benches"] resolver = "2" [workspace.package] -version = "0.18.0" +version = "0.18.1" [profile.release] debug = true diff --git a/lychee-bin/CHANGELOG.md b/lychee-bin/CHANGELOG.md index d346fc5db5..fac6d907e0 100644 --- a/lychee-bin/CHANGELOG.md +++ b/lychee-bin/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.18.1](https://github.com/lycheeverse/lychee/compare/lychee-v0.18.0...lychee-v0.18.1) - 2025-01-06 + +### Other + +- Bump the dependencies group with 3 updates ([#1604](https://github.com/lycheeverse/lychee/pull/1604)) +- Bump the dependencies group with 3 updates ([#1602](https://github.com/lycheeverse/lychee/pull/1602)) +- Bump the dependencies group with 6 updates ([#1597](https://github.com/lycheeverse/lychee/pull/1597)) + ## [0.18.0](https://github.com/lycheeverse/lychee/compare/lychee-v0.17.0...lychee-v0.18.0) - 2024-12-18 ### Other diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index b98d83b671..4587d3c22c 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -14,7 +14,7 @@ version.workspace = true [dependencies] # NOTE: We need to specify the version of lychee-lib here because crates.io # requires all dependencies to have a version number. -lychee-lib = { path = "../lychee-lib", version = "0.18.0", default-features = false } +lychee-lib = { path = "../lychee-lib", version = "0.18.1", default-features = false } anyhow = "1.0.95" assert-json-diff = "2.0.2" diff --git a/lychee-lib/CHANGELOG.md b/lychee-lib/CHANGELOG.md index 8f68828535..33fe1b99b7 100644 --- a/lychee-lib/CHANGELOG.md +++ b/lychee-lib/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.18.1](https://github.com/lycheeverse/lychee/compare/lychee-lib-v0.18.0...lychee-lib-v0.18.1) - 2025-01-06 + +### Other + +- Bump the dependencies group with 3 updates ([#1604](https://github.com/lycheeverse/lychee/pull/1604)) +- Bump the dependencies group with 3 updates ([#1602](https://github.com/lycheeverse/lychee/pull/1602)) +- Bump the dependencies group with 6 updates ([#1597](https://github.com/lycheeverse/lychee/pull/1597)) + ## [0.18.0](https://github.com/lycheeverse/lychee/compare/lychee-lib-v0.17.0...lychee-lib-v0.18.0) - 2024-12-18 ### Other