Skip to content

Commit 6f93437

Browse files
committed
docs: updated CHANGELOG.md
1 parent 35a2f3e commit 6f93437

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77

8+
## [0.1.1] - 2026-03-02
9+
10+
### Added
11+
12+
- Displaying lines
13+
- Theme switch
14+
15+
### Changed
16+
17+
- Removed MarkerType
18+
19+
820
## [0.1.0] - 2026-03-02
921

1022
### Added
@@ -17,4 +29,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
1729

1830

1931
[0.1.0]: https://github.com/KDesp73/tinydocs/releases/tag/v0.1.0
32+
[0.1.1]: https://github.com/KDesp73/tinydocs/releases/tag/v0.1.1
2033

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
```bash
66
# Build from source
77
pip install build
8-
python -m build
8+
python3 -m build
99

1010
# Install
1111
pip install dist/tinydocs-*.whl

0 commit comments

Comments
 (0)