From 6e69a82a470a86c12b5449e7ef5fbb6c43828afc Mon Sep 17 00:00:00 2001 From: Nicolas Arnaud-Cormos Date: Sun, 20 Sep 2026 18:58:50 +0200 Subject: [PATCH] chore(main): release 1.4.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 21 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 396ce87..ae8050f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.1" + ".": "1.4.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 527d1f9..f1526b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [1.4.2](https://github.com/narnaud/use/compare/v1.4.1...v1.4.2) (2026-09-20) + + +### Other + +* **deps:** bump actions/setup-python from 6 to 7 ([c084cfe](https://github.com/narnaud/use/commit/c084cfe5e1a99b1ad92d7b372158a6bd4c3902ef)) +* **deps:** bump clap from 4.6.1 to 4.6.6 ([a2ee956](https://github.com/narnaud/use/commit/a2ee956a2b832fc257bbfc5227125bd5b01a107a)) +* **deps:** bump clap from 4.6.6 to 4.6.7 ([9a270d1](https://github.com/narnaud/use/commit/9a270d1a2e79fb7b2e61d6e61f8c4bccef17a203)) +* **deps:** bump console from 0.16.3 to 0.16.4 ([3848e41](https://github.com/narnaud/use/commit/3848e4145ab4582e8591e7696ad6251249f488f9)) +* **deps:** bump console from 0.16.4 to 0.16.6 ([9299450](https://github.com/narnaud/use/commit/9299450518b2c6e1c85d8c5aaa237724bf0f8567)) +* **deps:** bump dirs from 6.0.0 to 7.0.0 ([27162b5](https://github.com/narnaud/use/commit/27162b53b365abdcfe0d8cf479ede64af6ed45da)) +* **deps:** bump regex from 1.12.4 to 1.13.1 ([f4b461d](https://github.com/narnaud/use/commit/f4b461d432130571c38ad9347bcd4e97329ec4f8)) +* **deps:** bump serde from 1.0.228 to 1.0.229 ([b34c32a](https://github.com/narnaud/use/commit/b34c32ac18fc3173e2ea1d50d2f21f6433abddc7)) +* **deps:** bump which from 8.0.4 to 8.0.5 ([ca2f156](https://github.com/narnaud/use/commit/ca2f156625a9a6868dbc25995ba14cb24e2e9511)) +* **deps:** bump which from 8.0.5 to 8.0.6 ([c60e042](https://github.com/narnaud/use/commit/c60e042e257fa2b009fec0a7d57dcabef1ae9446)) +* **deps:** bump yaml_serde from 0.10.4 to 0.10.5 ([fb1daaa](https://github.com/narnaud/use/commit/fb1daaa0fc62cff4ac601688132e0996f67ec916)) +* **deps:** bump yaml_serde from 0.10.5 to 0.10.7 ([a682f04](https://github.com/narnaud/use/commit/a682f04f349145cbd76c3534cc61ce154a941e8a)) + ## [1.4.1](https://github.com/narnaud/use/compare/v1.4.0...v1.4.1) (2026-06-21) diff --git a/Cargo.lock b/Cargo.lock index b7561d1..c27e379 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -532,7 +532,7 @@ checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" [[package]] name = "useenv" -version = "1.4.1" +version = "1.4.2" dependencies = [ "clap", "console", diff --git a/Cargo.toml b/Cargo.toml index e15cced..a4b277a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "useenv" -version = "1.4.1" +version = "1.4.2" edition = "2024" rust-version = "1.90" description = "Setup environment defined in a configuration file"