Skip to content

Commit e76b575

Browse files
chore: release main (#152)
Co-authored-by: release-please-token-provider[bot] <225477224+release-please-token-provider[bot]@users.noreply.github.com>
1 parent dfdb563 commit e76b575

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
@@ -4,5 +4,5 @@
44
"typescript/packages/agents-m365copilot-beta": "1.0.0-preview.6",
55
"typescript/packages/agents-m365copilot-core": "1.0.0-preview.1",
66
"python/packages/microsoft_agents_m365copilot_beta": "1.0.0-preview.4",
7-
"python/packages/microsoft_agents_m365copilot_core": "1.0.0-preview.1"
7+
"python/packages/microsoft_agents_m365copilot_core": "1.0.0-preview.2"
88
}

python/packages/microsoft_agents_m365copilot_core/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.2](https://github.com/microsoft/Agents-M365Copilot/compare/microsoft_agents_m365copilot_core-v1.0.0-preview.1...microsoft_agents_m365copilot_core-v1.0.0-preview.2) (2025-09-02)
4+
5+
6+
### Bug Fixes
7+
8+
* add copyright, trigger release ([#151](https://github.com/microsoft/Agents-M365Copilot/issues/151)) ([dfdb563](https://github.com/microsoft/Agents-M365Copilot/commit/dfdb563a95fb3ec0a7523bb43ee380123f0a3f0a))
9+
310
## [1.0.0-preview.1](https://github.com/microsoft/Agents-M365Copilot/compare/microsoft_agents_m365copilot_core-v1.0.0-preview.0...microsoft_agents_m365copilot_core-v1.0.0-preview.1) (2025-07-15)
411

512

python/packages/microsoft_agents_m365copilot_core/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-core"
77
# x-release-please-start-version
8-
version = "1.0.0-preview.1"
8+
version = "1.0.0-preview.2"
99
# x-release-please-end
1010
description = "Core component of the Microsoft Agents M365 Copilot Core Python SDK"
1111
authors = ["Microsoft <[email protected]>"]

0 commit comments

Comments
 (0)