hermes v2.0.0 Release Notes

Release Date: 2018-10-27 // over 5 years ago
  • Go 1.11 introduced the concept of go modules to replace GOPATH. This is considered as breaking change because it changes the way hermes imports dependencies (no more dep)

    This version is functionally the same than v1.2.0, but work only for Go 1.11 with module support enabled.