We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 946c447 commit 523b88dCopy full SHA for 523b88d
2 files changed
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.1.1] - 2026-03-06
11
+
12
+### Fixed
13
14
+- Typing complaints
15
+- Improved README with better install/run commands
16
17
## [0.1.0] - 2026-03-06
18
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "dirplot"
-version = "0.1.0"
+version = "0.1.1"
description = "Static treemap bitmaps for directory trees, displayed as inline terminal images"
readme = "README.md"
license = {text = "MIT"}
0 commit comments