hare-scfg 0.24.2 This is the stable release of the scfg library for the Hare programming language. The library has been updated to use features now included in Hare version 0.24.2, primarily foreach loops and done. There have been some performance improvements from switching from using bufio::readline to bufio::scan_line. An example of usage of this library is available under cmd/demo/.