Loading CHANGELOG.md +2 −2 Original line number Diff line number Diff line Loading @@ -3,9 +3,9 @@ All notable changes to this project are documented below. The format is based on [keep a changelog](http://keepachangelog.com) and this project uses [semantic versioning](http://semver.org). ## [Unreleased] ## [3.0.0] - 2021-01-16 This is a major release of the server but fully backwards compatible with the 2.x releases. This is a major release of the server but **fully backwards compatible** with the 2.x releases. ### Added - New JavaScript runtime to write server code. Loading main.go +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ import ( const cookieFilename = ".cookie" var ( version string = "2.0.0" version string = "3.0.0" commitID string = "dev" // Shared utility components. Loading Loading
CHANGELOG.md +2 −2 Original line number Diff line number Diff line Loading @@ -3,9 +3,9 @@ All notable changes to this project are documented below. The format is based on [keep a changelog](http://keepachangelog.com) and this project uses [semantic versioning](http://semver.org). ## [Unreleased] ## [3.0.0] - 2021-01-16 This is a major release of the server but fully backwards compatible with the 2.x releases. This is a major release of the server but **fully backwards compatible** with the 2.x releases. ### Added - New JavaScript runtime to write server code. Loading
main.go +1 −1 Original line number Diff line number Diff line Loading @@ -46,7 +46,7 @@ import ( const cookieFilename = ".cookie" var ( version string = "2.0.0" version string = "3.0.0" commitID string = "dev" // Shared utility components. Loading