File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- # v0.1611.2 (unreleased)
1+ # v0.1611.2
22
33## Additions
44
Original file line number Diff line number Diff line change 11[package ]
22name = " gitlab"
3- version = " 0.1611.1 "
3+ version = " 0.1611.2 "
44authors = [" Ben Boeckel <ben.boeckel@kitware.com>" ]
55license = " MIT/Apache-2.0"
66description = """
77Gitlab API client.
88"""
99repository = " 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 "
1111readme = " README.md"
1212keywords = [" gitlab" , " api" ]
1313categories = [" web-programming" , " api-bindings" ]
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ coverage. It is recommended to depend on the full version of the crate since
130130types 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
You can’t perform that action at this time.
0 commit comments