Skip to content

Commit f9cba84

Browse files
committed
fix: uvx install command, version in uv.lock
1 parent 352c03d commit f9cba84

File tree

4 files changed

+32
-25
lines changed

4 files changed

+32
-25
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.2] - 2026-03-06
11+
12+
### Fixed
13+
14+
- Partly incorrect `uvx install dirplot` command
15+
- Wrong version number in `uv.lock`
16+
1017
## [0.1.1] - 2026-03-06
1118

1219
### Fixed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ pip install git+https://github.com/deeplook/dirplot
3737

3838
```bash
3939
# Use it before installing it
40-
uvx run dirplot --help
40+
uvx dirplot --help
4141

4242
# Show dirplot for the current directory (opens image in system viewer)
4343
dirplot .

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "dirplot"
7-
version = "0.1.1"
7+
version = "0.1.2"
88
description = "Static treemap bitmaps for directory trees, displayed as inline terminal images"
99
readme = "README.md"
1010
license = {text = "MIT"}

uv.lock

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)