File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1- # v0.1700.2 (unreleased)
1+ # v0.1701.0
22
33## Additions
44
Original file line number Diff line number Diff line change 11[package ]
22name = " gitlab"
3- version = " 0.1700.1 "
3+ version = " 0.1701.0 "
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.1700.1 "
10+ documentation = " https://docs.rs/gitlab/0.1701.0 "
1111readme = " README.md"
1212keywords = [" gitlab" , " api" ]
1313categories = [" web-programming" , " api-bindings" ]
Original file line number Diff line number Diff line change 33This library implements an interface to communicate with a Gitlab instance. Not
44all API endpoints are implemented, but patches are welcome.
55
6- The API is based off of the GitLab 16.11 API v4 and will likely aggressively track
6+ The API is based off of the GitLab 17.1 API v4 and will likely aggressively track
77new API additions, so not all available parameters or types will support
88arbitrarily old GitLab instances (usually query parameters will be ignored and
99type fields cause deserialization errors).
@@ -36,6 +36,7 @@ to a given version).
3636Since this crate follows Gitlab upstream, semantic versioning may not be
3737possible. Instead, the crate uses the following versioning scheme:
3838
39+ * Gitlab 17.1 support → 0.1701.x
3940 * Gitlab 17.0 support → 0.1700.x
4041 * Gitlab 16.11 support → 0.1611.x
4142 * Gitlab 16.10 support → 0.1610.x
@@ -131,7 +132,7 @@ coverage. It is recommended to depend on the full version of the crate since
131132types may change in patch-level updates in order to match Gitlab's interface:
132133
133134``` toml
134- gitlab = " =0.1700 .1"
135+ gitlab = " =0.1701 .1"
135136```
136137
137138# API bugs
You can’t perform that action at this time.
0 commit comments