Release 1.12.80
[1.12.80] - 2026-02-14
Bugs
- Allow multiline single and triple quoted string literals in the REPL
venice> (def x """
123
456
""")
venice> (def x "123
456")
venice> (def x """
123
456
""")
venice> (def x "123
456")