You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,21 @@
2
2
3
3
All changes to the package starting with v0.3.1 will be logged here.
4
4
5
+
## v0.9.0 [2023-01-06]
6
+
#### What's New
7
+
*`pybritive checkout` will now report progress of the action by default (if `stdout` is a tty). Can show more verbose output with `--verbose/-v`. Can silence the progress with the already available `--silent\-s` flag.
8
+
#### Enhancements
9
+
* None
10
+
11
+
#### Bug Fixes
12
+
* None
13
+
14
+
#### Dependencies
15
+
*`britive~=2.13.0` from `britive~=2.12.4` - checkout progress callback
16
+
17
+
#### Other
18
+
* None
19
+
5
20
## v0.8.0 [2023-01-05]
6
21
#### What's New
7
22
* 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.
0 commit comments