File tree 2 files changed +22
-1
lines changed
2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,27 @@ All notable changes to this project will be documented in this file.
7
7
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
8
8
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
9
9
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
+
10
31
## [ 0.6a2] - 2024-07-24
11
32
12
33
### Changed
Original file line number Diff line number Diff line change 1
1
__title__ = "jamf-pro-sdk"
2
- __version__ = "0.6a2 "
2
+ __version__ = "0.7a1 "
You can’t perform that action at this time.
0 commit comments