v4.0.0: general release of keyring v4
With keyring-core at 1.0, and all the included credential stores using the 1.0 release, it's finally time to release the "new" keyring which is just a sample app. See the wiki for all the details of the new architecture.
IMPORTANT: Apps that use keyring-compatible credential stores should not be relying on this release! They should instead be relying on the v1 release of keyring-core.
What's Changed
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #267
- Subtitute for #261 by @brotskydotcom in #269
- Update windows-sys requirement from 0.60 to 0.61 by @dependabot[bot] in #271
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #275
- First alpha of v4 by @brotskydotcom in #276
- v4.0.0-alpha.3: better docs and tiny cleanups by @brotskydotcom in #277
- Bump pyo3 from 0.27.1 to 0.27.2 by @dependabot[bot] in #283
- Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #282
- Bump actions/checkout from 4 to 6 by @dependabot[bot] in #281
- Bump actions/download-artifact from 4 to 6 by @dependabot[bot] in #280
- Bump actions/attest-build-provenance from 2 to 3 by @dependabot[bot] in #279
- Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #278
- Bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #287
- Bump actions/download-artifact from 6 to 7 by @dependabot[bot] in #285
- Bump dbus-secret-service-keyring-store from 0.3.0 to 0.3.2 by @dependabot[bot] in #288
- Bump zbus-secret-service-keyring-store from 0.2.0 to 0.2.1 by @dependabot[bot] in #286
- Move to alpha.4 by @brotskydotcom in #289
- Add the leak-test example by @brotskydotcom in #290
- Prepare release of v4.0.0-beta.3 by @brotskydotcom in #300
- Get to 1.0.0-beta.1 by @brotskydotcom in #301
- Move tauri app and python module to their own repos. by @brotskydotcom in #303
- add db-keystore with name "sqlite" by @stevelr in #302
- Improve examples and CI by @brotskydotcom in #305
- Prepare release of rc.3 by @brotskydotcom in #306
- bump db-keystore to v0.4.0 by @stevelr in #307
- Bump fastrand from 2.3.0 to 2.4.0 by @dependabot[bot] in #309
- Bump fastrand from 2.4.0 to 2.4.1 by @dependabot[bot] in #310
- Prepare release of v4 final by @brotskydotcom in #312
- Set targets for docs.rs. by @brotskydotcom in #313
New Contributors
Full Changelog: v3.6.3...v4.0.0