Skip to content

v21.8.0

Choose a tag to compare

@github-actions github-actions released this 19 Sep 13:48
· 9 commits to main since this release
d005f9e

Add collect_map over key and value pairs (#220)

Enhancements:

  • collect_map() with no selectors builds a MAP from a sequence of key
    and value pairs: [("a", 1), ("b", 2)] |> collect_map()

Technical:

  • Raise VERSION to 21.8.0
  • Bump the local ghul.compiler pin to 60.2.2

Co-authored-by: ghul-coder[bot] <286450068+ghul-coder[bot]@users.noreply.github.com>
Co-authored-by: Claude Opus 5 noreply@anthropic.com