Skip to content

Commit b9631ed

Browse files
committed
Release v0.1.0
1 parent 3f1d680 commit b9631ed

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

src/release/RELEASE-NOTES

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
In this release:
1+
This is the v0 release of the 1Password SDKs!
22

3-
* support for listing items and vaults is introduced
4-
* a bug where concurrent item updates could lead to unexpected overwrites is fixed
5-
* a bug where the SDK was priorly not working with service account tokens generated by the 1Password CLI is fixed
6-
* a bug where the items created by the SDK priorly did not have the password strength set correctly is fixed
3+
TODO

src/release/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
SDK_VERSION = "0.1.0-beta.13"
2-
SDK_BUILD_NUMBER = "0010013"
1+
SDK_VERSION = "0.1.0"
2+
SDK_BUILD_NUMBER = "0010014"

0 commit comments

Comments
 (0)