From 1108cfa4cf14805c4b60a275b2b10e1a1ea7defc Mon Sep 17 00:00:00 2001 From: Dave Rolsky Date: Mon, 2 Sep 2024 11:29:13 -0500 Subject: [PATCH] Add changelog for 0.2.0 --- Changes.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changes.md b/Changes.md index fc9599c..7195f0c 100644 --- a/Changes.md +++ b/Changes.md @@ -1,3 +1,9 @@ +## 0.2.0 - 2024-09-02 + +- For this release, the library and CLI code have been split into two crates. The library code now + has fewer dependencies, as there were a few dependencies that were only needed for the CLI code, + notably `clap`, `fern`, and `tokio`. + ## 0.1.2 - 2024-08-31 - Added several cargo features to control which crates `reqwest` uses for TLS. The features are: