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
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,25 @@
2
2
3
3
All changes to the package starting with v0.3.1 will be logged here.
4
4
5
+
## v0.9.1 [2023-01-09]
6
+
#### What's New
7
+
* None
8
+
#### Enhancements
9
+
* None
10
+
11
+
#### Bug Fixes
12
+
* Fix console script `pybritive-aws-cred-process` due to recent changes with the `checkout` method
13
+
14
+
#### Dependencies
15
+
* None
16
+
17
+
#### Other
18
+
* None
19
+
5
20
## v0.9.0 [2023-01-06]
6
21
#### What's New
7
22
*`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.
0 commit comments