Releases: psibi/rucredstash
Releases · psibi/rucredstash
v0.9.2
What's Changed
- Minor fixes based on clippy suggestion by @psibi in #20
- Upgrade crates to latest version by @psibi in #21
- Missing digest column by @knnmran in #23
- Update dependencies and rust-toolchain by @psibi in #24
- Add GitHub workflow by @psibi in #25
New Contributors
Full Changelog: v0.9.0...v0.9.2
v0.9.0
Changes:
- 2622fe8 Update cargo lock file
- fa4bca6 Bump version to 0.9.0
- 3951aa6 Update git ignore rules
- 562f025 Merge pull request #19 from psibi/upgrade
- 8b35c8b fix warning in tests
- 48ec840 Update development notes
- b66d1e4 Add logger for debugging
- cdff2f1 Optimize client sharing
- b429da9 Fix clippy arguments
- b3172ef Do cargo fmt
See More
- ee92493 Upgrade dependencies
- cd2f0cd Merge pull request #18 from ketzacoatl/cargo-lock-nixpkgs
- a0b4ba8 add Cargo.lock for nixpkgs build, and drop from gitignore
This list of changes was auto generated.
v0.8.0
Changes:
- cda8c68 Update README links
- 4219296 Merge pull request #16 from psibi/prepare-version8
- f5889f8 Update
- 522c47a Update README
- da6a986 Add tests for getall subcommand
- 2ff4db3 Clippy based fixes
- f067082 Add some checklist and remove MFA dependency
- c29a23b More cleanup and putall subcommand implementation
- c315f14 Merge pull request #15 from psibi/mohoff-minor-changes
- ea09f68 Fix encryption/decryption
See More
- 85c4aa3 Merge branch 'master' into mohoff-minor-changes
- 3dfbfc5 Add test for crypto module
- 8724648 omit some cloning. Few minor changes
- d02a67c replace cloning input with vec init with capacity
This list of changes was auto generated.
v0.7.0
Changes:
- aa96ff5 Update changelog
- e5623b8 Merge pull request #13 from psibi/more-safe
- 039ecda More cleanup, remove panics etc
- 0f7c6bb Simplify
- 461af91 Update changelog
- 992247c Remove unwrap and make the interface safe
- f3e1a59 Cleanup and remove quite some unwraps
This list of changes was auto generated.
v0.6.1: Merge pull request #11 from oleksSol/feature/credstash_compatibility_fix
Changes:
- e6909fe Merge pull request #11 from oleksSol/feature/credstash_compatibility_fix
- 3206e52 Bump version, add description to changelog
- bed2e09 Fix compatibility with credshtash
This list of changes was auto generated.
v0.6.0: Merge pull request #9 from psibi/async-await
Changes:
- d3592cc Merge pull request #9 from psibi/async-await
- 28d6803 Update vmImaage to latest
- d94b7e4 Update changelog and bump version
- 7b3715f Async await migration for rucredstash
- 80f9bd0 Merge pull request #8 from bitemyapp/master
- 18c324f Optimizing for size, stripping binaries
- 91f361a Update documentation
This list of changes was auto generated.
v0.5.0: Merge pull request #7 from psibi/prepare-new-release
v0.4.0: Merge pull request #6 from psibi/version-0.4-prepare
Changes:
- 5cc42f9 Merge pull request #6 from psibi/version-0.4-prepare
- 8c854e0 Fix changelog
- 961aff6 Expose it as a moudle
- 901e546 Update azure CI to build integration tests
- e0b29df Add a single test script
- 67cdd74 Write tests for other exposed functions
- 3cfec8b Handle invalid subcommands
- e18e9fa Update changelog
- f486e31 ADd exit code on failures
- 717600e Fix warning
v0.3.0: Merge pull request #5 from psibi/getall-export-options
Changes:
- c4a6408 Merge pull request #5 from psibi/getall-export-options
- 82b7895 Prepare for v0.3.0
- 13e179f Implement get_all export options
This list of changes was auto generated.