Skip to content

Commit ec8a8a1

Browse files
committed
cargo: prep for 0.1611.2
1 parent 3b7cad6 commit ec8a8a1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v0.1611.2 (unreleased)
1+
# v0.1611.2
22

33
## Additions
44

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "gitlab"
3-
version = "0.1611.1"
3+
version = "0.1611.2"
44
authors = ["Ben Boeckel <ben.boeckel@kitware.com>"]
55
license = "MIT/Apache-2.0"
66
description = """
77
Gitlab API client.
88
"""
99
repository = "https://gitlab.kitware.com/utils/rust-gitlab"
10-
documentation = "https://docs.rs/gitlab/0.1611.1"
10+
documentation = "https://docs.rs/gitlab/0.1611.2"
1111
readme = "README.md"
1212
keywords = ["gitlab", "api"]
1313
categories = ["web-programming", "api-bindings"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ coverage. It is recommended to depend on the full version of the crate since
130130
types may change in patch-level updates in order to match Gitlab's interface:
131131

132132
```toml
133-
gitlab = "=0.1611.1"
133+
gitlab = "=0.1611.2"
134134
```
135135

136136
# API bugs

0 commit comments

Comments
 (0)