Skip to content

Releases: growthagent/basic-cli

0.27.0

07 Mar 21:41
5007c6b

Choose a tag to compare

  • Add macOS release artifacts.
  • Automatically generate and publish documentation.

Full Changelog: 0.26.0...0.27.0

0.26.0

28 Jan 12:16
f3964d1

Choose a tag to compare

  • Crypto.bcrypt_hash! changed from List U8, U32 => Result (List U8) Str to List U8, U32 => Result Str Str.

Full Changelog: 0.25.0...0.26.0

0.25.0

08 Jan 09:50
743759b

Choose a tag to compare

  • Add Cmd.spawn_grouped! and Cmd.kill_grouped!

Full Changelog: 0.24.0...0.25.0

0.24.0

05 Jan 12:57
42bf951

Choose a tag to compare

  • Add poll!

Full Changelog: 0.23.0...0.24.0

0.23.0

15 Dec 23:02
e77ceb3

Choose a tag to compare

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

04 Nov 19:52
e3233ef

Choose a tag to compare

  • Merge upstream (roc-lang/basic-cli).

Full Changelog: 0.21.0...0.22.0

0.21.0

05 Apr 20:10
3a35831

Choose a tag to compare

  • Add Crypto

0.20.0

04 Apr 11:07
0452faf

Choose a tag to compare

Workflows: add release bundler