Skip to content

Commit ad2a729

Browse files
chore: release main (#153)
1 parent c3d0ade commit ad2a729

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"dotnet/src/Microsoft.Agents.M365Copilot.Core": "1.0.0-preview.3",
44
"typescript/packages/agents-m365copilot-beta": "1.0.0-preview.6",
55
"typescript/packages/agents-m365copilot-core": "1.0.0-preview.1",
6-
"python/packages/microsoft_agents_m365copilot_beta": "1.0.0-preview.4",
6+
"python/packages/microsoft_agents_m365copilot_beta": "1.0.0-preview.5",
77
"python/packages/microsoft_agents_m365copilot_core": "1.0.0-preview.2"
88
}

python/packages/microsoft_agents_m365copilot_beta/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.0-preview.5](https://github.com/microsoft/Agents-M365Copilot/compare/microsoft_agents_m365copilot_beta-v1.0.0-preview.4...microsoft_agents_m365copilot_beta-v1.0.0-preview.5) (2025-09-03)
4+
5+
6+
### Bug Fixes
7+
8+
* trigger release please ([1a9a58b](https://github.com/microsoft/Agents-M365Copilot/commit/1a9a58b8eb4ed1bc931b98427b8e20847287e75b))
9+
310
## [1.0.0-preview.4](https://github.com/microsoft/Agents-M365Copilot/compare/microsoft_agents_m365copilot_beta-v1.0.0-preview.3...microsoft_agents_m365copilot_beta-v1.0.0-preview.4) (2025-07-16)
411

512

python/packages/microsoft_agents_m365copilot_beta/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
55
[tool.poetry]
66
name = "microsoft-agents-m365copilot-beta"
77
# x-release-please-start-version
8-
version = "1.0.0-preview.4"
8+
version = "1.0.0-preview.5"
99
# x-release-please-end
1010
description = "Microsoft Agents M365 Copilot Python SDK (Beta)"
1111
authors = ["Microsoft <[email protected]>"]

0 commit comments

Comments
 (0)