File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 3
3
** Table of Contents**
4
4
5
5
- [ Changelog] ( #changelog )
6
+ - [0.2.16 - in progress](#0216---in-progress)
7
+ - [0.2.15 - 2014-09-12](#0215---2014-09-12)
6
8
- [0.2.14 - 2014-08-30](#0214---2014-08-30)
7
9
- [0.2.13 - 2014-04-07](#0213---2014-04-07)
8
10
- [0.2.12 - 2014-01-11](#0212---2014-01-11)
22
24
23
25
# Changelog
24
26
25
- ## 0.2.15 - still in progress
27
+ ## 0.2.16 - in progress
28
+
29
+ ## 0.2.15 - 2014-09-12
26
30
27
31
* Fixes issue where PostgreSQL decoders fail to produce a NULL value if the null is wrapped by a ` Some ` instance - #99 ;
28
32
* Fixes issue where the 253 case of length encoded fields on MySQL produce a wrong value;
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ You can view the project's [CHANGELOG here](CHANGELOG.md).
51
51
And if you're in a hurry, you can include them in your build like this, if you're using PostgreSQL:
52
52
53
53
``` scala
54
- " com.github.mauricio" %% " postgresql-async" % " 0.2.14 "
54
+ " com.github.mauricio" %% " postgresql-async" % " 0.2.15 "
55
55
```
56
56
57
57
Or Maven:
@@ -60,14 +60,14 @@ Or Maven:
60
60
<dependency >
61
61
<groupId >com.github.mauricio</groupId >
62
62
<artifactId >postgresql-async_2.11</artifactId >
63
- <version >0.2.14 </version >
63
+ <version >0.2.15 </version >
64
64
</dependency >
65
65
```
66
66
67
67
And if you're into MySQL:
68
68
69
69
``` scala
70
- " com.github.mauricio" %% " mysql-async" % " 0.2.14 "
70
+ " com.github.mauricio" %% " mysql-async" % " 0.2.15 "
71
71
```
72
72
73
73
Or Maven:
@@ -76,7 +76,7 @@ Or Maven:
76
76
<dependency >
77
77
<groupId >com.github.mauricio</groupId >
78
78
<artifactId >mysql-async_2.11</artifactId >
79
- <version >0.2.14 </version >
79
+ <version >0.2.15 </version >
80
80
</dependency >
81
81
```
82
82
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ object ProjectBuild extends Build {
45
45
46
46
object Configuration {
47
47
48
- val commonVersion = " 0.2.15-SNAPSHOT "
48
+ val commonVersion = " 0.2.15"
49
49
val projectScalaVersion = " 2.11.0"
50
50
51
51
val specs2Dependency = " org.specs2" %% " specs2" % " 2.3.11" % " test"
You can’t perform that action at this time.
0 commit comments