Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
rust-gitlab
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
derjones
rust-gitlab
Commits
7971d6ab
Commit
7971d6ab
authored
6 years ago
by
Brad King
Browse files
Options
Downloads
Patches
Plain Diff
cargo: prep for 0.1004.0
parent
d41c5b9d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Cargo.toml
+2
-2
2 additions, 2 deletions
Cargo.toml
README.md
+3
-2
3 additions, 2 deletions
README.md
with
5 additions
and
4 deletions
Cargo.toml
+
2
−
2
View file @
7971d6ab
[package]
name
=
"gitlab"
version
=
"0.100
3
.0"
version
=
"0.100
4
.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.100
3
.0"
documentation
=
"https://docs.rs/gitlab/0.100
4
.0"
readme
=
"README.md"
keywords
=
[
"gitlab"
,
"api"
]
categories
=
[
"web-programming"
,
"api-bindings"
]
...
...
This diff is collapsed.
Click to expand it.
README.md
+
3
−
2
View file @
7971d6ab
...
...
@@ -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 10.
3
API v4 and will likely aggressively track
The API is based off of the GitLab 10.
4
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.
...
...
@@ -40,13 +40,14 @@ possible. Instead, the crate uses the following versioning scheme:
*
Gitlab 10.1 support → 0.1001.x
*
Gitlab 10.2 support → 0.1002.x
*
Gitlab 10.3 support → 0.1003.x
*
Gitlab 10.4 support → 0.1004.x
Minor versions may fix bugs, add API endpoint bindings, or improve webhook
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.100
3
.0"
gitlab
=
"0.100
4
.0"
```
# API bugs
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment