Skip to content

Commit 2214ae1

Browse files
committed
chore(main): release 1.3.0
1 parent 0a89acd commit 2214ae1

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.2.2"
2+
".": "1.3.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.3.0](https://github.com/narnaud/use/compare/v1.2.2...v1.3.0) (2025-11-16)
4+
5+
6+
### Features ✨
7+
8+
* Change config file path to $HOME/.config/use.yaml ([0a89acd](https://github.com/narnaud/use/commit/0a89acda4c8a6ebe4e1744061c878dad61281dee))
9+
10+
11+
### Bug Fixes 🐞
12+
13+
* **cmd:** Fix go to use `chdir` instead of `cd` ([8b6baac](https://github.com/narnaud/use/commit/8b6baac74b42a8ae21a3f94668b1c7f6c75ba844))
14+
* Remove double `:` in warning and error messages ([812b853](https://github.com/narnaud/use/commit/812b8532cad07e9ae256c28118e2d06a23828821))
15+
316
## [1.2.2](https://github.com/narnaud/use/compare/v1.2.1...v1.2.2) (2025-10-07)
417

518

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "use"
3-
version = "1.2.2"
3+
version = "1.3.0"
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)