From 4e91a63a6ff7abf3bcffc83bed4768b6498e2fd6 Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Sun, 20 Feb 2022 09:57:39 +0200 Subject: [PATCH] Update changelog for 7.0.1 release. --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10f59b0..64ddd63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,11 +16,19 @@ ### Contributors +## [7.0.1](https://github.com/ISibboI/evalexpr/compare/7.0.0...7.0.1) - 2022-02-20 + +### Changed + + * Updated the optional dependencies, and fixed them to a minimum tested version. + For simplicity, I fixed them to the newest version, but since I export none of them, this is luckily not breaking. + * Updated the dev-dependencies. + ## [7.0.0](https://github.com/ISibboI/evalexpr/compare/6.6.0...7.0.0) - 2022-01-13 ### Changed - * Made the `EvalexprError` enum non_exhaustive. + * Made the `EvalexprError` enum `non_exhaustive`. ### Fixed