From 6d7f257f34dcdef27137dddc337aa5303d7b3012 Mon Sep 17 00:00:00 2001 From: Tushar Goel Date: Wed, 14 Sep 2022 18:10:46 +0530 Subject: [PATCH 1/2] add changelog for v0.2.0 Signed-off-by: Tushar Goel --- CHANGELOG.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ee2575e4..ab29fd73 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,9 +2,10 @@ Changelog ========= -v (next, future) ------------------------ +v0.2.0 +------- +- Don't delete temp directory in fetch_via_vcs v0.1.0 --------- From c162768ff3a41ab25832ea6e1d6f5b8a7437e4e9 Mon Sep 17 00:00:00 2001 From: Tushar Goel Date: Wed, 14 Sep 2022 18:13:58 +0530 Subject: [PATCH 2/2] Bump macos from 10.15 to 12 in azure-pipeline.yml Signed-off-by: Tushar Goel --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6ca19c4d..ea96efc4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -25,8 +25,8 @@ jobs: - template: etc/ci/azure-posix.yml parameters: - job_name: macos1015_cpython - image_name: macos-10.15 + job_name: macos12_cpython + image_name: macos-12 python_versions: ['3.6', '3.7', '3.8', '3.9', '3.10'] test_suites: all: venv/bin/pytest -n 2 -vvs