Skip to content

Commit 523b88d

Browse files
committed
Bump version to 0.1.1
1 parent 946c447 commit 523b88d

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.1.1] - 2026-03-06
11+
12+
### Fixed
13+
14+
- Typing complaints
15+
- Improved README with better install/run commands
1016

1117
## [0.1.0] - 2026-03-06
1218

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.0"
7+
version = "0.1.1"
88
description = "Static treemap bitmaps for directory trees, displayed as inline terminal images"
99
readme = "README.md"
1010
license = {text = "MIT"}

0 commit comments

Comments
 (0)