Skip to content

Commit 46a53b4

Browse files
πŸ“ Add changelog, reorder index
1 parent a2b9109 commit 46a53b4

4 files changed

Lines changed: 23 additions & 3 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
## [0.1.1] - 2025-06-18
4+
5+
### Changed
6+
7+
- Wider dependency range for `attrs` and `loguru`.
8+
9+
## [0.1.0] - 2025-03-14
10+
11+
Initial release.
12+
13+
[0.1.1]: https://github.com/phoenixr-codes/powercli/compare/v0.1.0...v0.1.1
14+
[0.1.0]: https://github.com/phoenixr-codes/powercli/releases/tag/v0.1.0

β€Ždocs/changelog.mdβ€Ž

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
```{include} ../CHANGELOG.md
4+
:start-line: 2
5+
```

β€Ždocs/index.mdβ€Ž

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
```{toctree}
44
:maxdepth: 2
55
6-
api/index
7-
tutorial/index
86
guide/index
7+
tutorial/index
8+
api/index
9+
changelog
910
```
1011

1112
<!-- deno-fmt-ignore-start -->

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "powercli-python"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
authors = [{ name = "Jonas da Silva" }]
55
description = "Build powerful command-line applications in Python"
66
license = { text = "GPLv3" }

0 commit comments

Comments
Β (0)