Skip to content

Commit b163a79

Browse files
Merge pull request #56 from macadmins/0.7a1-release
0.7a1 Release
2 parents aebf442 + e9954df commit b163a79

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,27 @@ All notable changes to this project will be documented in this file.
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## [0.7a1] - 2024-12-03
11+
12+
Special shoutout to [macserv](https://github.com/macserv) for this contribution to the project!
13+
14+
### Added
15+
16+
- Pro API `get_packages_v1()`
17+
18+
### Changed
19+
20+
- Overload interfaces for Pro API methods that have multiple return types (this will now be a standard going forward).
21+
- Added `files` argument for `pro_api_request()` to pass through to `requests` for `POST` requests.
22+
23+
### Fixed
24+
25+
- Various Python typing enhancements.
26+
27+
### PRs Included
28+
29+
- [#54](https://github.com/macadmins/jamf-pro-sdk-python/pull/54)
30+
1031
## [0.6a2] - 2024-07-24
1132

1233
### Changed

src/jamf_pro_sdk/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
__title__ = "jamf-pro-sdk"
2-
__version__ = "0.6a2"
2+
__version__ = "0.7a1"

0 commit comments

Comments
 (0)