Python: bump version and update changelog (#1277)

* bump version and update changelog

* undo lab package version bump

* add changelog to exclude pattern for links

* fix for ignore path

* exclude file
This commit is contained in:
Eduard van Valkenburg
2025-10-07 23:41:59 +02:00
committed by GitHub
Unverified
parent 76900f0eab
commit 8b73b5b1be
11 changed files with 36 additions and 25 deletions
+4 -2
View File
@@ -1,5 +1,7 @@
dirs:
dirs:
- .
excludedFiles:
- ./python/CHANGELOG.md
ignorePatterns:
- pattern: "/github/"
- pattern: "./actions"
@@ -18,7 +20,7 @@ ignorePatterns:
# excludedDirs:
# Folders which include links to localhost, since it's not ignored with regular expressions
baseUrl: https://github.com/microsoft/agent-framework/
aliveStatusCodes:
aliveStatusCodes:
- 200
- 206
- 429