Skip to content

Tags: growthagent/basic-cli

Tags

0.29.0

Toggle 0.29.0's commit message

Verified

This commit was signed with the committer’s verified signature.
niclas-ahden Niclas Åhdén
`Crypto`, `File`, and `Path`

- `Crypto`: remove `hash_file_chunks!` and use `Str` instead of tags for
algorithms due to compiler bugs.
- `File` and `Path`: add `set_len!`, `read_bytes_at!`, and
  `write_bytes_at!`.

0.28.0

Toggle 0.28.0's commit message

Verified

This commit was signed with the committer’s verified signature.
niclas-ahden Niclas Åhdén
Crypto.hash!, hash_file!, and hash_file_chunks!

0.27.0

Toggle 0.27.0's commit message

Verified

This commit was signed with the committer’s verified signature.
niclas-ahden Niclas Åhdén
Fix ROC_DOCS_URL_ROOT

0.26.0

Toggle 0.26.0's commit message

Verified

This commit was signed with the committer’s verified signature.
niclas-ahden Niclas Åhdén
Documentation and `bcrypt_hash!` now returns `Str`

`Str` is more fitting _and_ ergonomic as the hash is for sure a valid
UTF8 string and will be used as such.

0.25.0

Toggle 0.25.0's commit message

Verified

This commit was signed with the committer’s verified signature.
niclas-ahden Niclas Åhdén
Add Cmd.spawn_grouped! and Cmd.kill_grouped!

0.24.0

Toggle 0.24.0's commit message

Verified

This commit was signed with the committer’s verified signature.
niclas-ahden Niclas Åhdén
Add poll!

0.23.0

Toggle 0.23.0's commit message

Verified

This commit was signed with the committer’s verified signature.
niclas-ahden Niclas Åhdén
Try to automate bundling releases

The previous workflow only bundled .roc files without building the
platform host first. This resulted in bundles missing the required
linux-x64.rh and metadata_linux-x64.rm files.

0.22.0

Toggle 0.22.0's commit message

Verified

This commit was signed with the committer’s verified signature.
niclas-ahden Niclas Åhdén
Merge upstream (roc-lang/basic-cli)

0.21.0

Toggle 0.21.0's commit message

Verified

This commit was signed with the committer’s verified signature.
niclas-ahden Niclas Åhdén
Add Crypto

0.20.0

Toggle 0.20.0's commit message

Verified

This commit was signed with the committer’s verified signature.
niclas-ahden Niclas Åhdén
Workflows: add release bundler