Skip to content

v0.1.1

Compare
Choose a tag to compare
@acidlemon acidlemon released this 04 Sep 07:13
· 66 commits to master since this release

Bugfix Release

  • Listen.HTTP on config.yml does not work properly

note for v0.1.0 user

config.yml has changed without compatibility. Please change it like below.

v0.1.0:

listen:
  HTTP:
    - 8080:5000

v0.1.1:

listen:
  http:
    - listen: 8080
      target: 5000

change item name HTTP => http, and sub item has structure now.