From 93a92f163ae8ee13e72e4d542e8d33797d8cd32c Mon Sep 17 00:00:00 2001 From: hrchu Date: Tue, 4 Jan 2022 20:05:07 +0800 Subject: [PATCH] v0.2.0 --- changelog.txt | 4 ++++ setup.cfg | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index ea9e0e9..11a7b80 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +0.2.0 (2022-01-04) +- Add patch method +- Update doc and CI configuration + 0.1.1 (2021-08-13) - Support NSS username/password login diff --git a/setup.cfg b/setup.cfg index 17a8643..dd9e529 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = solid-file -version = 0.1.1 +version = 0.2.0 author = hrchu author_email = petertc.chu@gmail.com description = Solid Python library (http://solidproject.org)