From 2e0c47fe0ad3ee1bd4d7b947aa0289b4daabdb66 Mon Sep 17 00:00:00 2001 From: James Reynolds Date: Wed, 13 Dec 2023 10:36:17 -0700 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 38 +++++++++++++------------------------- 1 file changed, 13 insertions(+), 25 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b62f8f5..a4b302a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,33 +3,21 @@ All notable changes to this project (since the addition of this file) will be documented in this file. -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -This project will adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) -once it reaches 1.0. +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). This project will (try to) adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -Example - -## [1.1.1] -- 2023-01-01 +## [1.1.20] -- 2023-11-06 ### Added -- Bla +- Added CHANGELOG +- jctl and pkgctl: Load config file in a try block to catch errors +- jctl "-i -" will obtain id's from stdin ### Changed -- Bla - -### Deprecated -- Bla - -### Removed -- Bla - -### Fixed -- Bla - -### Security -- Bla - -## [?.?.?] -- 2023-0?-? - -### Added -- Added CHANGELOG \ No newline at end of file +- jctl import jamf.exceptions +- jctl Rename jamf to python_jamf +- jctl --create can now take a name or json +- jctl Changed how -update args are processed +- jctl Changed how path is printed using json +- jctl Changed where the hostname is confirmed +- jctl Split main function into multiple functions for clarity +- jctl Sped up deleting records