Merge branch 'release'

This commit is contained in:
Steven Fackler 2016-10-09 22:15:31 -07:00
commit 59dfa0ea51
3 changed files with 5 additions and 6 deletions

View File

@ -1,11 +1,11 @@
[package]
name = "postgres"
version = "0.11.11"
version = "0.12.0"
authors = ["Steven Fackler <sfackler@gmail.com>"]
license = "MIT"
description = "A native PostgreSQL driver"
repository = "https://github.com/sfackler/rust-postgres"
documentation = "https://sfackler.github.io/rust-postgres/doc/v0.11.11/postgres"
documentation = "https://sfackler.github.io/rust-postgres/doc/v0.12.0/postgres"
readme = "README.md"
keywords = ["database", "postgres", "postgresql", "sql"]
include = ["src/*", "Cargo.toml", "LICENSE", "README.md", "THIRD_PARTY"]

View File

@ -1,15 +1,14 @@
# Rust-Postgres
A native PostgreSQL driver for Rust.
[Documentation](https://sfackler.github.io/rust-postgres/doc/v0.11.11/postgres)
[Documentation](https://sfackler.github.io/rust-postgres/doc/v0.12.0/postgres)
[![Build Status](https://travis-ci.org/sfackler/rust-postgres.png?branch=master)](https://travis-ci.org/sfackler/rust-postgres) [![Latest Version](https://img.shields.io/crates/v/postgres.svg)](https://crates.io/crates/postgres)
You can integrate Rust-Postgres into your project through the [releases on crates.io](https://crates.io/crates/postgres):
```toml
# Cargo.toml
[dependencies]
postgres = "0.11"
postgres = "0.12"
```
## Overview

View File

@ -68,7 +68,7 @@
//! .unwrap();
//! }
//! ```
#![doc(html_root_url="https://sfackler.github.io/rust-postgres/doc/v0.11.11")]
#![doc(html_root_url="https://sfackler.github.io/rust-postgres/doc/v0.12.0")]
#![warn(missing_docs)]
#![allow(unknown_lints, needless_lifetimes, doc_markdown)] // for clippy