Skip to content

Commit

Permalink
version bump to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nu7hatch committed Sep 7, 2011
1 parent 9b35215 commit ed81df0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.1.0

* Advanced logging (logging to files, separate loggers for hubs, ...)
* Fully-functional CLI with JSON config files support
* Optimized broadcasting
* Bugfixes

# 0.0.1 (proof of concept)

* Default JSON handler
Expand Down
2 changes: 1 addition & 1 deletion server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"os"
)

const version = "0.0.1"
const version = "0.1.0"

type ServerConfig struct {
Host string
Expand Down

0 comments on commit ed81df0

Please sign in to comment.