crenv v1.1.0 Release Notes

Release Date: 2016-12-14 // over 7 years ago
  • ๐Ÿ‘Œ Support shard.yml file to detecting Crystal version

    If your shard.yml has crystal version field, crenv use it.

    name: fooversion: 0.1.0dependencies: bar: github: bar/barcrystal: 0.20.1
    
    • Detecting priority: project .crystal-version > shard.yml > global crenv Crystal version
    • ๐Ÿ“œ YAML parser is not so parfect, please write as simple YAML format.

Previous changes from v1.0.1

    • ๐Ÿ‘ (Feature) Support version-name, version-origin hooks
    • โœ… (Test) Extract hook helper (rbenv/rbenv#852)