Skip to content

0.1.68

Compare
Choose a tag to compare
@ingydotnet ingydotnet released this 19 Jul 19:05
· 329 commits to main since this release

YAMLScript publishes binary releases for the ys command line tool and for the libyamlscript shared library.
The following architectures are currently supported:

  • Linux / Intel and ARM
  • macOS / Intel and ARM

Run this command to install ~/.local/bin/ys and ~/.local/lib/libyamlscript.so (.dylib on macOS):

$ curl https://yamlscript.org/install | bash

See Installing YAMLScript for more detailed information.

Changes in YAMLScript version 0.1.68

  • dev: Fix .profile bug
  • rust: Add the repository field to Cargo.toml
  • go: Version libyamlscript.h
  • doc: Fix formatting bug in util/markys
  • doc: Change tagline to 'Program in YAML — Code is Data'
  • taptest: Changes to taptest API
  • doc: Many documentation updates