Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Utils
rust-gitlab
Commits
04f65aad
Commit
04f65aad
authored
Nov 29, 2022
by
Brad King
Browse files
cargo: prep for gitlab 0.1506.0
parent
b49a7aed
Pipeline
#310878
passed with stages
in 25 minutes and 56 seconds
Changes
3
Pipelines
20
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
04f65aad
# v0.1506.0
*
No changes needed for GitLab 15.6.
# v0.1505.0
*
No changes needed for GitLab 15.5.
...
...
Cargo.toml
View file @
04f65aad
[package]
name
=
"gitlab"
version
=
"0.150
5
.0"
version
=
"0.150
6
.0"
authors
=
[
"Ben Boeckel <ben.boeckel@kitware.com>"
]
license
=
"MIT/Apache-2.0"
description
=
"""
Gitlab API client.
"""
repository
=
"https://gitlab.kitware.com/utils/rust-gitlab"
documentation
=
"https://docs.rs/gitlab/0.150
5
.0"
documentation
=
"https://docs.rs/gitlab/0.150
6
.0"
readme
=
"README.md"
keywords
=
[
"gitlab"
,
"api"
]
categories
=
[
"web-programming"
,
"api-bindings"
]
...
...
README.md
View file @
04f65aad
...
...
@@ -3,7 +3,7 @@
This library implements an interface to communicate with a Gitlab instance. Not
all API endpoints are implemented, but patches are welcome.
The API is based off of the GitLab 15.
5
API v4 and will likely aggressively track
The API is based off of the GitLab 15.
6
API v4 and will likely aggressively track
new API additions, so not all available parameters or types will support
arbitrarily old GitLab instances (usually query parameters will be ignored and
type fields cause deserialization errors).
...
...
@@ -34,6 +34,7 @@ to a given version).
Since this crate follows Gitlab upstream, semantic versioning may not be
possible. Instead, the crate uses the following versioning scheme:
*
Gitlab 15.6 support → 0.1506.x
*
Gitlab 15.5 support → 0.1505.x
*
Gitlab 15.4 support → 0.1504.x
*
Gitlab 15.3 support → 0.1503.x
...
...
@@ -110,7 +111,7 @@ coverage. It is recommended to depend on the full version of the crate since
types may change in patch-level updates in order to match Gitlab's interface:
```
toml
gitlab
=
"
=
0.150
5
.
0
"
gitlab
=
"
=
0.150
6
.
0
"
```
# API bugs
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment