Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.4.1"
".": "1.4.2"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Loading