Skip to content

Commit

Permalink
📝 Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreg committed Jul 21, 2022
1 parent 94c402d commit 61ccb34
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,38 @@
## Latest Changes

### Features

* ✨ Add support for Cloup sections
* ✨ Add support for Cloup aliases
* ✨ Add support for Cloup decorator & manual constraints
* ✨ Add support for Cloup option groups
* ✨ Get help for params from docstrings
* ✨ Add `Typer.invoke` and `Typer.forward` methods.
* ✨ Drop support for Python 3.6.
* ✨ Drop support for Click 7.

### Fixes

* 🐛 Fix type signature of `typer.main.get_group`
* 🐛 Fix type annotation of `run` function

### Docs

* 📝 Update docs to point to own site
* ✏ Fix typo, "ASCII codes" to "ANSI escape sequences". PR [#308](https://github.com/tiangolo/typer/pull/308) by [@septatrix](https://github.com/septatrix).

### Internal

* 📝 Update project metadata
* 🔧 Fix type checking
* ✨ Use Cloup subclasses of Click types where appropriate
* 👷 Fix building docs
* 👷 Fix formatting of GitHub workflows
* 👷 Fix `build-docs` GitHub workflow
* ✨ Add test for issue tiangolo/typer#365
* ✨ Add test for issue tiangolo/typer#208
* ⬆️ Update dependencies

## 0.4.2

### Fixes
Expand Down

0 comments on commit 61ccb34

Please sign in to comment.