Bump version to 0.7.4

This commit is contained in:
James Coglan
2021-05-24 23:25:48 +01:00
parent b10eb2bf3e
commit 41d20e42fe
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -1,3 +1,8 @@
### 0.7.4 / 2021-05-24
- Optimise conversions between strings and byte arrays and related encoding
operations, to reduce amount of allocation and copying
### 0.7.3 / 2020-07-09
- Let the client accept HTTP responses that have an empty reason phrase
+1 -1
View File
@@ -1,4 +1,4 @@
Copyright 2010-2020 James Coglan
Copyright 2010-2021 James Coglan
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the
+1 -1
View File
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'websocket-driver'
s.version = '0.7.3'
s.version = '0.7.4'
s.summary = 'WebSocket protocol handler with pluggable I/O'
s.author = 'James Coglan'
s.email = 'jcoglan@gmail.com'