Skip to content

Commit d5f40d9

Browse files
authored
Merge pull request #605 from microsoftgraph/release-please--branches--main--components--msgraph-core
chore(main): release 1.1.0
2 parents b13ff58 + 79be5ba commit d5f40d9

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.1"
2+
".": "1.1.0"
33
}

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.1.0](https://github.com/microsoftgraph/msgraph-sdk-python-core/compare/v1.0.1...v1.1.0) (2024-06-19)
6+
7+
8+
### Features
9+
10+
* adds support for python 3.12 ([991a5e0](https://github.com/microsoftgraph/msgraph-sdk-python-core/commit/991a5e0bc2ea4db108a127a1d079967b97ae1280))
11+
12+
13+
### Bug Fixes
14+
15+
* removes unecessary printout in large file upload task.
16+
* replaces older contributing rst by md version ([70f6fb2](https://github.com/microsoftgraph/msgraph-sdk-python-core/commit/70f6fb25e612b7d01abba27c6c43ca43f166dcbf))
17+
518
## [1.0.1] - 2024-04-22
619

720
### Added

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "msgraph-core"
77
# The SDK version
88
# x-release-please-start-version
9-
version = "1.0.1"
9+
version = "1.1.0"
1010
# x-release-please-end
1111
authors = [{name = "Microsoft", email = "[email protected]"}]
1212
description = "Core component of the Microsoft Graph Python SDK"

0 commit comments

Comments
 (0)