📝 Update release notes
This commit is contained in:
parent
1dacbcdfc7
commit
2af53e676a
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
## Latest changes
|
||||
|
||||
* Refactor docs to make each individual page/section "bite-sized" / small. Add docs for [CLI option names](https://typer.tiangolo.com/tutorial/options/name/). Update `typer.Argument()` to remove invalid positional `param_decls`. PR [#19](https://github.com/tiangolo/typer/pull/19).
|
||||
|
||||
## 0.0.7
|
||||
|
||||
* Add docs for [*CLI parameter* types](https://typer.tiangolo.com/tutorial/parameter-types/). Includes tests and file classes refactor. PR [#17](https://github.com/tiangolo/typer/pull/17).
|
||||
|
|
Loading…
Reference in a new issue