Skip to content

Commit 8837935

Browse files
committed
Release v0.3.2
1 parent cf49eca commit 8837935

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "postgres_large_object"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
authors = ["Steven Fackler <sfackler@gmail.com>"]
55
license = "MIT"
66
description = "Large object support for rust-postgres"
77
repository = "https://github.com/sfackler/rust-postgres-large-object"
8-
documentation = "https://sfackler.github.io/rust-postgres-large-object/doc/postgres_large_object"
8+
documentation = "https://sfackler.github.io/rust-postgres-large-object/doc/v0.3.2/postgres_large_object"
99
readme = "README.md"
1010
keywords = ["database", "sql", "postgres"]
1111

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# rust-postgres-large-object
22

3-
[![Build Status](https://travis-ci.org/sfackler/rust-postgres-large-object.svg?branch=master)](https://travis-ci.org/sfackler/rust-postgres-large-object)
4-
53
A crate providing access to the Postgres large object API.
64

7-
Documentation is available [here](https://sfackler.github.io/rust-postgres-large-object/doc/postgres_large_object).
5+
[![Build Status](https://travis-ci.org/sfackler/rust-postgres-large-object.svg?branch=master)](https://travis-ci.org/sfackler/rust-postgres-large-object)
6+
7+
[Documentation](https://sfackler.github.io/rust-postgres-large-object/doc/v0.3.2/postgres_large_object).
88

99
# Example
1010

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
//! io::copy(&mut large_object, &mut file).unwrap();
3131
//! }
3232
//! ```
33-
#![doc(html_root_url="https://sfackler.github.io/rust-postgres-large-object/doc")]
33+
#![doc(html_root_url="https://sfackler.github.io/rust-postgres-large-object/doc/v0.3.2")]
3434

3535
extern crate postgres;
3636
extern crate debug_builders;

0 commit comments

Comments
 (0)