crenv v1.1.0 Release Notes

Release Date: 2016-12-14 // about 8 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)