From 4c41d1429fe7e5d2c5b217a27272af1bce97cdf2 Mon Sep 17 00:00:00 2001 From: Bastian Venthur Date: Tue, 15 Nov 2022 21:47:52 +0100 Subject: [PATCH] added changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 240b9ea..b82e388 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ ## [unreleased] * added python 3.11 to test suite +* break out lint and mypy from test matrix and only run on linux- and latest + stable python to make it a bit more efficient +* added dependabot check for github actions * updated dependencies: * mypy 0.982 * types-markdown 3.4.2.1