We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e96926 commit ee0a706Copy full SHA for ee0a706
2 files changed
CHANGELOG.md
@@ -3,6 +3,29 @@
3
* As of v1.4.0 release candidates will be published in an effort to get new features out faster while still allowing
4
time for full QA testing before moving the release candidate to a full release.
5
6
+## v1.8.0rc4 [2024-06-07]
7
+
8
+__What's New:__
9
10
+* None
11
12
+__Enhancements:__
13
14
15
16
+__Bug Fixes:__
17
18
+* missing `profile_type` kwarg in `ls profiles`.
19
+* `None` type handling for `my-resources` profiles.
20
21
+__Dependencies:__
22
23
24
25
+__Other:__
26
27
28
29
## v1.8.0rc3 [2024-06-07]
30
31
__What's New:__
src/pybritive/__init__.py
@@ -1 +1 @@
1
-__version__ = '1.8.0rc3'
+__version__ = '1.8.0rc4'
0 commit comments