From e21d7c5c4bf084b4db64ff0ef26fa2d6c1216f64 Mon Sep 17 00:00:00 2001 From: Marco Treglia Date: Thu, 29 Feb 2024 14:10:27 +0100 Subject: [PATCH] history: update --- HISTORY.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 1155866..6a69e1b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,21 @@ # History +## 0.3.3 +- bump integration test to using Python3 instead Python2 + +- bump base tox python to 3.10 + +- bump gitactions checkout and setup-python versions + +- fix warning: 'cpp_std', 'tags' warnings.warn(msg) + +## 0.3.2 +- github-action: rename cicd_test.yml to tests.yml + +## 0.3.1 +- github-action: fix test branch to main + + ## 0.3.0 - Update README.md.