Skip to content

Commit bf3cab6

Browse files
committed
version bump due to new features and changelog updates
1 parent 6552b33 commit bf3cab6

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
All changes to the package starting with v0.3.1 will be logged here.
44

5-
## v0.7.3 [2023-01-04]
5+
## v0.8.0 [2023-01-04]
66
#### What's New
7-
* None
7+
* Ability to store a GCP `gcloud` key file locally so `eval $(pybritive checkout "profile" -m gcloudauth)` will automatically authenticate the user with the gcloud CLI.
8+
* Ability to override the default location of the GCP `gcloud` key file with `pybritive checkout "profile" -m gcloudauth --gcloud-key-file /path/to/key.json`
9+
* New command `clear` with subcommands `cache` and `gcloud-key-files`. `cache` has same functionality as `pybritive cache clear` and `gcloud-key-files` will remove all key files stored in the default location.
810

911
#### Enhancements
1012
* None

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pybritive
3-
version = 0.7.3
3+
version = 0.8.0
44
author = Britive Inc.
55
author_email = support@britive.com
66
description = A pure Python CLI for Britive

0 commit comments

Comments
 (0)