Skip to content

Commit

Permalink
Merge pull request #56 from macadmins/0.7a1-release
Browse files Browse the repository at this point in the history
0.7a1 Release
  • Loading branch information
brysontyrrell authored Dec 5, 2024
2 parents aebf442 + e9954df commit b163a79
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,27 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.7a1] - 2024-12-03

Special shoutout to [macserv](https://github.com/macserv) for this contribution to the project!

### Added

- Pro API `get_packages_v1()`

### Changed

- Overload interfaces for Pro API methods that have multiple return types (this will now be a standard going forward).
- Added `files` argument for `pro_api_request()` to pass through to `requests` for `POST` requests.

### Fixed

- Various Python typing enhancements.

### PRs Included

- [#54](https://github.com/macadmins/jamf-pro-sdk-python/pull/54)

## [0.6a2] - 2024-07-24

### Changed
Expand Down
2 changes: 1 addition & 1 deletion src/jamf_pro_sdk/__about__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__title__ = "jamf-pro-sdk"
__version__ = "0.6a2"
__version__ = "0.7a1"

0 comments on commit b163a79

Please sign in to comment.