From adcfb93d0e44e8d55832d1b7b739ef9b03801d84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sun, 29 Mar 2020 16:08:04 +0200 Subject: [PATCH] :bookmark: Release version 0.0.8 --- pyproject.toml | 2 +- release-notes.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index afa26a9..38448d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "typer-cli" -version = "0.0.7" +version = "0.0.8" description = "Run Typer scripts with completion, without having to create a package, using Typer CLI." authors = ["Sebastián Ramírez "] readme = "README.md" diff --git a/release-notes.md b/release-notes.md index 504b0d1..d0006b2 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,5 +1,7 @@ ## Latest changes +## 0.0.8 + * Upgrade Typer to `0.1.1`. PR [#8](https://github.com/tiangolo/typer-cli/pull/8). ## 0.0.7