Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
rust-gitlab
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jonas B
rust-gitlab
Commits
d390ddfb
Commit
d390ddfb
authored
Oct 29, 2020
by
Brad King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cargo: prep for 0.1305.0
parent
f71cbef9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
CHANGELOG.md
CHANGELOG.md
+1
-1
Cargo.toml
Cargo.toml
+2
-2
README.md
README.md
+3
-2
No files found.
CHANGELOG.md
View file @
d390ddfb
#
(unreleased) v0.1304.1
#
v0.1305.0
## Additions
...
...
Cargo.toml
View file @
d390ddfb
[package]
name
=
"gitlab"
version
=
"0.130
4
.0"
version
=
"0.130
5
.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.130
4
.0"
documentation
=
"https://docs.rs/gitlab/0.130
5
.0"
readme
=
"README.md"
keywords
=
[
"gitlab"
,
"api"
]
categories
=
[
"web-programming"
,
"api-bindings"
]
...
...
README.md
View file @
d390ddfb
...
...
@@ -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 13.
4
API v4 and will likely aggressively track
The API is based off of the GitLab 13.
5
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 13.5 support → 0.1305.x
*
Gitlab 13.4 support → 0.1304.x
*
Gitlab 13.3 support → 0.1303.x
*
Gitlab 13.2 support → 0.1302.x
...
...
@@ -85,7 +86,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.130
4
.0"
gitlab
=
"=0.130
5
.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