From 5d833e7105d77b564bcb7c652599639a233fe3d1 Mon Sep 17 00:00:00 2001 From: bl-ue <54780737+bl-ue@users.noreply.github.com> Date: Thu, 18 Mar 2021 08:54:18 -0400 Subject: [PATCH 1/3] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fb4c8e..112ee08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.2.0 (1/31/2020) + +* Set `--help` usage line to match node client ([#149](https://github.com/tldr-pages/tldr-python-client/pull/149)) +* Get remote resource only after all cache failed ([#151](https://github.com/tldr-pages/tldr-python-client/pull/151)) + ## 1.1.0 (10/17/2020) * Add autocomplete and `--list` command (thanks @wcheang) From 934536e3c1892df7ca882b9cf69218236053d247 Mon Sep 17 00:00:00 2001 From: bl-ue <54780737+bl-ue@users.noreply.github.com> Date: Thu, 18 Mar 2021 08:56:20 -0400 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 112ee08..216613f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Unreleased + +* Explicitly state support for Python 3.9 ([#153](https://github.com/tldr-pages/tldr-python-client/pull/153)) + ## 1.2.0 (1/31/2020) * Set `--help` usage line to match node client ([#149](https://github.com/tldr-pages/tldr-python-client/pull/149)) From 032d3518b423621ece2600d029b5e4f22bfcf753 Mon Sep 17 00:00:00 2001 From: Matthew Peveler Date: Thu, 18 Mar 2021 17:41:13 -0400 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 216613f..e523ca0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,9 @@ # Changelog -## Unreleased - -* Explicitly state support for Python 3.9 ([#153](https://github.com/tldr-pages/tldr-python-client/pull/153)) - ## 1.2.0 (1/31/2020) * Set `--help` usage line to match node client ([#149](https://github.com/tldr-pages/tldr-python-client/pull/149)) -* Get remote resource only after all cache failed ([#151](https://github.com/tldr-pages/tldr-python-client/pull/151)) +* Get remote resource only after all cache failed ([#151](https://github.com/tldr-pages/tldr-python-client/pull/151)) (thanks @ramwin) ## 1.1.0 (10/17/2020)