Skip to content

Commit 11fe4e6

Browse files
committed
Merge pull request #243 from go-sql-driver/rolling
Switch to rolling release
2 parents 505ef45 + 79e4e4c commit 11fe4e6

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
Changes:
44

5+
- We switched back to a "rolling release". `go get` installs the current master branch again
56
- Version v1 of the driver will not be maintained anymore. Go 1.0 is no longer supported by this driver
67
- Exported errors to allow easy checking from application code
78
- Enabled TCP Keepalives on TCP connections

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ A MySQL-Driver for Go's [database/sql](http://golang.org/pkg/database/sql) packa
44

55
![Go-MySQL-Driver logo](https://raw.github.com/wiki/go-sql-driver/mysql/gomysql_m.png "Golang Gopher holding the MySQL Dolphin")
66

7-
**Current tagged Release:** Version 1.1 (November 02, 2013)
7+
**Latest stable Release:** [Version 1.1 (November 02, 2013)](https://github.com/go-sql-driver/mysql/releases)
88

9-
[![Build Status](https://travis-ci.org/go-sql-driver/mysql.png?branch=master)](https://travis-ci.org/go-sql-driver/mysql) *(master branch)*
9+
[![Build Status](https://travis-ci.org/go-sql-driver/mysql.png?branch=master)](https://travis-ci.org/go-sql-driver/mysql)
1010

1111
---------------------------------------
1212
* [Features](#features)
@@ -52,8 +52,6 @@ $ go get github.com/go-sql-driver/mysql
5252
```
5353
Make sure [Git is installed](http://git-scm.com/downloads) on your machine and in your system's `PATH`.
5454

55-
*`go get` installs the [latest tagged release](https://github.com/go-sql-driver/mysql/releases)*
56-
5755
## Usage
5856
_Go MySQL Driver_ is an implementation of Go's `database/sql/driver` interface. You only need to import the driver and can use the full [`database/sql`](http://golang.org/pkg/database/sql) API then.
5957

0 commit comments

Comments
 (0)