From 3a68be4ebe93c5303ad4740984015ffc64bfd418 Mon Sep 17 00:00:00 2001 From: jerevoss Date: Mon, 5 Dec 2022 15:21:14 -0800 Subject: [PATCH 1/2] Made build.sh script executible from publish workflow --- scripts/build.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 scripts/build.sh diff --git a/scripts/build.sh b/scripts/build.sh old mode 100644 new mode 100755 From e8db5334dfce3b82680868140eb7d530357b333d Mon Sep 17 00:00:00 2001 From: jerevoss Date: Mon, 5 Dec 2022 15:29:50 -0800 Subject: [PATCH 2/2] changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 797a3fe9..0b765d44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +- Made build.sh script executible from publish workflow + ([#213](https://github.com/microsoft/ApplicationInsights-Python/pull/213)) - Updated main and distro READMEs ([#205](https://github.com/microsoft/ApplicationInsights-Python/pull/205)) - Update CONTRIBUTING.md, support Py3.11