Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jocelyn Falempe
rust-gitlab
Commits
569db00e
Commit
569db00e
authored
Sep 26, 2019
by
Brad King
💬
Browse files
cargo: prep for 0.1203.0
parent
8dacafd0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Cargo.toml
View file @
569db00e
[package]
[package]
name
=
"gitlab"
name
=
"gitlab"
version
=
"0.120
2.1
"
version
=
"0.120
3.0
"
authors
=
[
"Ben Boeckel <ben.boeckel@kitware.com>"
]
authors
=
[
"Ben Boeckel <ben.boeckel@kitware.com>"
]
license
=
"MIT/Apache-2.0"
license
=
"MIT/Apache-2.0"
description
=
"""
description
=
"""
Gitlab API client.
Gitlab API client.
"""
"""
repository
=
"https://gitlab.kitware.com/utils/rust-gitlab"
repository
=
"https://gitlab.kitware.com/utils/rust-gitlab"
documentation
=
"https://docs.rs/gitlab/0.120
2.1
"
documentation
=
"https://docs.rs/gitlab/0.120
3.0
"
readme
=
"README.md"
readme
=
"README.md"
keywords
=
[
"gitlab"
,
"api"
]
keywords
=
[
"gitlab"
,
"api"
]
categories
=
[
"web-programming"
,
"api-bindings"
]
categories
=
[
"web-programming"
,
"api-bindings"
]
...
...
README.md
View file @
569db00e
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
This library implements an interface to communicate with a Gitlab instance. Not
This library implements an interface to communicate with a Gitlab instance. Not
all API endpoints are implemented, but patches are welcome.
all API endpoints are implemented, but patches are welcome.
The API is based off of the GitLab 12.
2
API v4 and will likely aggressively track
The API is based off of the GitLab 12.
3
API v4 and will likely aggressively track
new API additions, so the newest release may not support talking to older
new API additions, so the newest release may not support talking to older
releases where fields have been added.
releases where fields have been added.
...
@@ -28,6 +28,7 @@ to the structure are easier to track.
...
@@ -28,6 +28,7 @@ to the structure are easier to track.
Since this crate follows Gitlab upstream, semantic versioning may not be
Since this crate follows Gitlab upstream, semantic versioning may not be
possible. Instead, the crate uses the following versioning scheme:
possible. Instead, the crate uses the following versioning scheme:
*
Gitlab 12.3 support → 0.1203.x
*
Gitlab 12.2 support → 0.1202.x
*
Gitlab 12.2 support → 0.1202.x
*
Gitlab 12.1 support → 0.1201.x
*
Gitlab 12.1 support → 0.1201.x
*
Gitlab 12.0 support → 0.1200.x
*
Gitlab 12.0 support → 0.1200.x
...
@@ -66,7 +67,7 @@ coverage. It is recommended to depend on the full version of the crate since
...
@@ -66,7 +67,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:
types may change in patch-level updates in order to match Gitlab's interface:
```
toml
```
toml
gitlab
=
"
=
0.120
2.1
"
gitlab
=
"
=
0.120
3.0
"
```
```
# API bugs
# API bugs
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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