8000 Closing 0.2.15 · ancane/postgresql-async@59740b4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 59740b4

Browse files
committed
Closing 0.2.15
1 parent 6148f68 commit 59740b4

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
**Table of Contents**
44

55
- [Changelog](#changelog)
6+
- [0.2.16 - in progress](#0216---in-progress)
7+
- [0.2.15 - 2014-09-12](#0215---2014-09-12)
68
- [0.2.14 - 2014-08-30](#0214---2014-08-30)
79
- [0.2.13 - 2014-04-07](#0213---2014-04-07)
810
- [0.2.12 - 2014-01-11](#0212---2014-01-11)
@@ -22,7 +24,9 @@
2224

2325
# Changelog
2426

25-
## 0.2.15 - still in progress
27+
## 0.2.16 - in progress
28+
29+
## 0.2.15 - 2014-09-12
2630

2731
* Fixes issue where PostgreSQL decoders fail to produce a NULL value if the null is wrapped by a `Some` instance - #99;
2832
* Fixes issue where the 253 case of length encoded fields on MySQL produce a wrong value;

README.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ You can view the project's [CHANGELOG here](CHANGELOG.md).
5151
And if you're in a hurry, you can include them in your build like this, if you're using PostgreSQL:
5252

5353
```scala
54-
"com.github.mauricio" %% "postgresql-async" % "0.2.14"
54+
"com.github.mauricio" %% "postgresql-async" % "0.2.15"
5555
```
5656

5757
Or Maven:
@@ -60,14 +60,14 @@ Or Maven:
6060
<dependency>
6161
<groupId>com.github.mauricio</groupId>
6262
<artifactId>postgresql-async_2.11</artifactId>
63-
<version>0.2.14</version>
63+
<version>0.2.15</version>
6464
</dependency>
6565
```
6666

6767
And if you're into MySQL:
6868

6969
```scala
70-
"com.github.mauricio" %% "mysql-async" % "0.2.14"
70+
"com.github.mauricio" %% "mysql-async" % "0.2.15"
7171
```
7272

7373
Or Maven:
@@ -76,7 +76,7 @@ Or Maven:
7676
<dependency>
7777
<groupId>com.github.mauricio</groupId>
7878
<artifactId>mysql-async_2.11</artifactId>
79-
<version>0.2.14</version>
79+
<version>0.2.15</version>
8080
</dependency>
8181
```
8282

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ object ProjectBuild extends Build {
4545

4646
object Configuration {
4747

48-
val commonVersion = "0.2.15-SNAPSHOT"
48+
val commonVersion = "0.2.15"
4949
val projectScalaVersion = "2.11.0"
5050

5151
val specs2Dependency = "org.specs2" %% "specs2" % "2.3.11" % "test"

0 commit comments

Comments
 (0)
0