Skip to content

Commit

Permalink
Update to version 0.1.1 with object-oriented refactor
Browse files Browse the repository at this point in the history
Bump version in pyproject.toml to 0.1.1. Document the refactoring changes in release notes, highlighting the switch to an object-oriented structure.
  • Loading branch information
cdot65 committed Oct 10, 2024
1 parent 38a08c7 commit 00b033c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/about/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

Welcome to the release notes for the `pan-scm-sdk` tool. This document provides a detailed record of changes, enhancements, and fixes in each version of the tool.

---

## Version 0.1.1

**Release Date:** October 10, 2024

### Object-Oriented

- **Refactor**: Refactor the project to work in an object-oriented manner.


---

## Version 0.1.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pan-scm-sdk"
version = "0.1.0"
version = "0.1.1"
description = "Python SDK for Palo Alto Networks Strata Cloud Manager."
authors = ["Calvin Remsburg <[email protected]>"]
license = "Apache 2.0"
Expand Down

0 comments on commit 00b033c

Please sign in to comment.