Skip to content

Commit

Permalink
Release version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
imanel committed Nov 18, 2012
1 parent 4147555 commit 644d2f8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.0.0 / 2012-11-18
## 1.0.1

- allow creating client with :uri and :url options
- prevent strange results when header is mailformed
- set client path to '/' when :uri option is provided but without trailing slash

## 1.0.0

- initial release
2 changes: 1 addition & 1 deletion autobahn-server.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"options": {"failByDrop": false},
"outdir": "./autobahn/server",

"servers": [{"agent": "WebSocket-Ruby v1.0.0", "url": "ws://localhost:9001", "options": {"version": 18}}],
"servers": [{"agent": "WebSocket-Ruby v1.0.1", "url": "ws://localhost:9001", "options": {"version": 18}}],

"cases": ["*"],
"exclude-cases": [],
Expand Down
2 changes: 1 addition & 1 deletion lib/websocket/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module WebSocket
VERSION = '1.0.0'
VERSION = '1.0.1'
end

0 comments on commit 644d2f8

Please sign in to comment.