Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/onepassword/build_number.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SDK_BUILD_NUMBER = "0020001"
SDK_BUILD_NUMBER = "0040004"
6 changes: 4 additions & 2 deletions src/release/RELEASE-NOTES
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# 1Password Python SDK v0.2.0
# SDK Release 0.2.0 - notes

For Go, JS & Python:

## NEW

Expand All @@ -7,7 +9,7 @@
## IMPROVED

- **Read files using secret references**: You can now resolve secret references that point to files attached to 1Password items.
- **Read SSH keys in Open SSH format**: You can now use a secret reference to fetch a private key in OpenSSH format. For example: `op://vault/<SSH item>/private key?ssh-format=openssh`
- **Read SSH keys in Open SSH format**: You can now use a secret reference to fetch a private key in OpenSSH format. For example:
- **Support for more item field types**: You can now create, retrieve, and edit items containing SSH keys, Month-Year and Menu-type fields using the SDK.
- **Read more field types using secret references**: You can now resolve secret references that point to information stored in Date, Month/Year, Address, and Reference field types.
- **Improved error messages**: The error messages returned by the SDK were improved to be more clear and actionable.
2 changes: 1 addition & 1 deletion src/release/scripts/prep-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ enforce_latest_code
# Update and validate the version number
update_and_validate_version

# Update and validate the build number
# Update and validate the build number /
update_and_validate_build

# Update version & build number in the appropriate files
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.1
0.4.0
Loading