Skip to content

Commit 158c202

Browse files
committed
release-2.0.0-rc.2
1 parent 156e811 commit 158c202

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGES.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
2.0.0-rc.2 (TBD)
1+
2.0.0-rc.2 (2023-03-15)
22

33
Added:
44
- The Session class can now construct clients by name with its client method
55
(#858).
6+
- Updated product bundle spec to 2/24/23 version.
7+
68

79
2.0.0-rc.1 (2023-03-06)
810

@@ -11,6 +13,8 @@ User Interface Changes:
1113
stdin, string, or filename. To specify stdin, use `-`.
1214
- planet data filter cli command outputs empty filter by default, helpers must
1315
be specified with flags.
16+
- (edit 2023-03-15, added) planet data search filter is specified by --filter
17+
flag.
1418

1519
Changed:
1620
- Connect retries wait time adjusted from 1sec to just shy of 1sec to
@@ -29,6 +33,7 @@ Fixed:
2933
- Remove null printout from CLI subscriptions cancel command
3034
- Update session_configuration.py to latest api
3135

36+
3237
2.0.0-beta.1 (2022-12-07)
3338

3439
Changed:

planet/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.0.0-rc.2dev'
1+
__version__ = '2.0.0-rc.2'

0 commit comments

Comments
 (0)