Skip to content

Commit

Permalink
release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jreiberkyle committed May 11, 2023
1 parent 9b9becc commit 5f2e881
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
2.0.1 (2023-05-10)

Fixed:
- Fix security issue where secret file was being created with read access other
users on the machine. Automatically fixes the file permissions to only read
and write the first time the file is accessed and continues to enforce the
proper file permissions going forward.

Docs:
- Fixed broken links on "CLI for Data API Tutorial" page (#952).
- Protect against injecting javascript:URI into edited href tags in docs (#934).
- Remove --pre --user from pip install instructions (#948).
- Update the syntax of example code in the docstrings in the Order and Data
clients and add example code to the Subscriptions client docstring (#943).

2.0.0 (2023-04-17)

User Interface Changes:
Expand Down
2 changes: 1 addition & 1 deletion planet/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.0.1dev'
__version__ = '2.0.1'

0 comments on commit 5f2e881

Please sign in to comment.