Skip to content

Commit 4cff021

Browse files
committed
🔖 Release version 0.0.2
1 parent 998e555 commit 4cff021

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "annotated-doc"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
description = "Document parameters, class attributes, return types, and variables inline, with Annotated."
55
readme = "README.md"
66
authors = [

release-notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Latest Changes
44

5+
## 0.0.2
6+
7+
### Features
8+
9+
* ✨ Add implementation.
10+
511
### Internal
612

713
* ✅ Migrate/add tests. PR [#7](https://github.com/fastapi/annotated-doc/pull/7) by [@tiangolo](https://github.com/tiangolo).

0 commit comments

Comments
 (0)