Releases: growthagent/basic-cli
Releases · growthagent/basic-cli
0.27.0
- Add macOS release artifacts.
- Automatically generate and publish documentation.
Full Changelog: 0.26.0...0.27.0
0.26.0
Crypto.bcrypt_hash!changed fromList U8, U32 => Result (List U8) StrtoList U8, U32 => Result Str Str.
Full Changelog: 0.25.0...0.26.0
0.25.0
- Add
Cmd.spawn_grouped!andCmd.kill_grouped!
Full Changelog: 0.24.0...0.25.0
0.24.0
- Add
poll!
Full Changelog: 0.23.0...0.24.0
0.23.0
Add Crypto and Cmd functions
Add Crypto functions:
bcrypt_hash!bcrypt_verify!decrypt_aes256_gcm!encrypt_aes256_gcm!pbkdf2_hmac_sha256!random_bytes!
And Cmd functions for spawning processes and reading/writing to stdio.
Full Changelog: 0.22.0...0.23.0
0.22.0
- Merge upstream (roc-lang/basic-cli).
Full Changelog: 0.21.0...0.22.0
0.21.0
- Add
Crypto
0.20.0
Workflows: add release bundler