From 8bb8b31384a0e2622378b02ad3cf0fed8f5452ec Mon Sep 17 00:00:00 2001 From: theborch Date: Wed, 11 Sep 2024 12:02:17 -0500 Subject: [PATCH] v2.0.0 --- CHANGELOG.md | 32 +++++++++++++++++++++++++++++--- src/pybritive/__init__.py | 2 +- 2 files changed, 30 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed69d29..33ea956 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,33 @@ -# Change Log +# Changelog -* As of v1.4.0 release candidates will be published in an effort to get new features out faster while still allowing -time for full QA testing before moving the release candidate to a full release. +> As of v1.4.0, release candidates will be published in an effort to get new features out faster while still allowing +> time for full QA testing before moving the release candidate to a full release. + +## v2.0.0 [2024-09-09] + +__What's New:__ + +* Added colors to banner output. +* Added Step Up authentication to `my_secrets` + +__Enhancements:__ + +* Switched to `ruff` for style linting and code-quality checking. + +__Bug Fixes:__ + +* Fixed issue with global `default_tenant` test. + +__Dependencies:__ + +* Dropped `python3.7` support. +* Dropped `pkg_resources` dependency. +* Upgrade `britive` to `>=3.0.0` +* Upgrade `click` to `>=8.1.7` + +__Other:__ + +* Dropped legacy `import` functionality for the now long deprecated Node.js CLI. ## v1.8.3 [2024-08-20] diff --git a/src/pybritive/__init__.py b/src/pybritive/__init__.py index cfe6447..afced14 100644 --- a/src/pybritive/__init__.py +++ b/src/pybritive/__init__.py @@ -1 +1 @@ -__version__ = '1.8.3' +__version__ = '2.0.0'