Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
rust-gitlab
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VC
rust-gitlab
Commits
7fa3f224
Commit
7fa3f224
authored
Aug 02, 2019
by
Brad King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cargo: prep for 0.1201.0
parent
af090e7e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
Cargo.toml
Cargo.toml
+2
-2
README.md
README.md
+3
-2
No files found.
Cargo.toml
View file @
7fa3f224
[package]
name
=
"gitlab"
version
=
"0.120
0.2
"
version
=
"0.120
1.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.120
0.2
"
documentation
=
"https://docs.rs/gitlab/0.120
1.0
"
readme
=
"README.md"
keywords
=
[
"gitlab"
,
"api"
]
categories
=
[
"web-programming"
,
"api-bindings"
]
...
...
README.md
View file @
7fa3f224
...
...
@@ -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 12.
0
API v4 and will likely aggressively track
The API is based off of the GitLab 12.
1
API v4 and will likely aggressively track
new API additions, so the newest release may not support talking to older
releases where fields have been added.
...
...
@@ -28,6 +28,7 @@ to the structure are easier to track.
Since this crate follows Gitlab upstream, semantic versioning may not be
possible. Instead, the crate uses the following versioning scheme:
*
Gitlab 12.1 support → 0.1201.x
*
Gitlab 12.0 support → 0.1200.x
*
Gitlab 11.11 support → 0.1111.x
*
Gitlab 11.10 support → 0.1110.x
...
...
@@ -64,7 +65,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.120
0.2
"
gitlab
=
"=0.120
1.0
"
```
# API bugs
...
...
Write
Preview
Markdown
is supported
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