serum v0.8.0 Release Notes

Release Date: 2019-02-13 // about 5 years ago
  • 🔄 Changed

    • Installation method has changed.

      • escript is no longer used. Install serum_new archive from external source (e.g. Hex) and run mix serum.new to create a new Serum project.
      • A Serum project is also a Mix project, with serum added as a dependency. Run mix do deps.get, deps.compile to install Serum under that project.
      • Then existing Serum tasks will be available as Mix tasks. (e.g. mix serum.build, etc.)
    • Due to the above change, every Serum project now requires its own mix.exs file.