Skip to content

Commit 7bd2cb5

Browse files
Martin MahnerMartin Mahner
authored andcommitted
Release version 0.3.0: update changelog, bump version, and add deployment instructions.
1 parent e586a51 commit 7bd2cb5

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## Version 0.3.0 (2025-11-13)
44

55
### Added
66

@@ -23,6 +23,16 @@
2323
- Table headers properly use light gray text for better visibility
2424
- All fixes properly scoped within `@utility prose` block in Tailwind CSS
2525

26+
### Deployment
27+
28+
```bash
29+
# Using uv (recommended)
30+
uvx microdocs@0.3 README.md CHANGELOG.md
31+
32+
# Using pip
33+
pip install --upgrade microdocs
34+
```
35+
2636
## Version 0.2.0 (2025-11-13)
2737

2838
### Fixed

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 = "microdocs"
7-
version = "0.2"
7+
version = "0.3"
88
description = "Transform your Markdown files into a self-contained HTML documentation site."
99
readme = "README.md"
1010
authors = [

uv.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.

0 commit comments

Comments
 (0)