Skip to content

0.2.1

Compare
Choose a tag to compare
@ingydotnet ingydotnet released this 06 Jul 19:38
· 29 commits to v0 since this release

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

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

Run this command to install ~/.local/bin/ys:

$ curl https://getys.org/ys | bash

See Installing YS for more detailed information about installing YS things.

Changes in YS version 0.2.1

  • make: Fix bug in Perl Makefile
  • doc: Update Contributing.md to reference generated files
  • doc: Version v1 planning
  • doc: Fix typos in documentation
  • security: Apply Python requirements dependabot asks
  • core: Expose ys.fs in place of babashka.fs
  • core: Build reflection.json from reflection.ys
  • core: Update Clojure deps
  • core: Add ys.http to replace babashka.http-client
  • std: Add 'bash' function
  • core: Allow _1 _ 2 _3 for %1 %2 %3 in lambdas
  • core: Allow => as a default case for 'cond'
  • code: Add a few functions to ys::clj
  • libys: Change libyamlscript to libys
  • crystal: Fix library path for reproducible test builds
  • www: Fix RSS link in HTML
  • make: Integrate the Makes system into our Makefiles
  • rust: Fix clippy warnings
  • std: Support std/fs-* fs functions in v0
  • make: Switch release branch from main to v0