feat: add keychain-services

This commit is contained in:
2022-10-16 21:16:13 +08:00
parent 9ab7685f2d
commit a49d639b18
33 changed files with 5185 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
## [0.1.1] (2018-12-10)
- Update to Rust 2018 edition ([#20])
- Update links to use keychain-services.rs repo name ([#19])
## [0.1.0] (2018-11-06)
- Initial password support ([#17])
- Factor related types into modules ([#16])
- Remove `Sec*` prefix from all type names ([#15])
- Implement keychain types and refactor builders ([#14])
## 0.0.2 (2018-11-01)
- Build and link to documentation.
## 0.0.1 (2018-10-31)
- Initial release
[0.1.1]: https://github.com/iqlusioninc/keychain-services.rs/pull/21
[#20]: https://github.com/iqlusioninc/keychain-services.rs/pull/20
[#19]: https://github.com/iqlusioninc/keychain-services.rs/pull/19
[0.1.0]: https://github.com/iqlusioninc/keychain-services.rs/pull/18
[#17]: https://github.com/iqlusioninc/keychain-services.rs/pull/17
[#16]: https://github.com/iqlusioninc/keychain-services.rs/pull/16
[#15]: https://github.com/iqlusioninc/keychain-services.rs/pull/15
[#14]: https://github.com/iqlusioninc/keychain-services.rs/pull/14