From c1eecb08744e647df3ad121f39c1237160f56215 Mon Sep 17 00:00:00 2001 From: Eshaan Bansal Date: Tue, 14 Sep 2021 14:02:15 +0530 Subject: [PATCH] release: 0.0.3 and changelog --- .github/CHANGELOG.md | 6 ++++++ version.txt | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index a9fbe65..c80d5f9 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.0.3](https://github.com/eshaan7/click-creds/releases/tag/0.0.3) + +- Support for python 3.10.0. +- Enable test matrix for python version 3.10.0-rc.2. +- Bump `tinynetrc` dependency to version 1.3.1. + ## [0.0.2](https://github.com/eshaan7/click-creds/releases/tag/0.0.2) - Loosen the dependency for `click`. The package can now be installed alongside `click>=7.0`. diff --git a/version.txt b/version.txt index 7bcd0e3..6812f81 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.0.2 \ No newline at end of file +0.0.3 \ No newline at end of file