Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@fhunleth fhunleth released this 08 Aug 17:30
· 1 commit to master since this release
  • New features

    • Include nerves_time. So many people were adding nerves_time to their
      projects that we decided to include it by default. This only brings in the
      library. The default configuration will use NTP to get the time and advance
      clock to at least the build time by default.
  • Bug fixes

    • It was possible for the SSH daemon to crash and not be restarted. The ssh
      daemon process is now linked to a GenServer here so that this project's
      supervisor can restart it on crashes.