Skip to content

Commit 3cb202b

Browse files
committed
release 0.1.1
1 parent 3d7e3fa commit 3cb202b

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Changelog
2+
3+
## v0.1.1 (2024-06-16)
4+
5+
- set-import / get-imports as subcommands instead of -s / --set-import and -l / --list-imports
6+
- refactorings and better error checking

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 = "fixPath"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)