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
VC
rust-gitlab
Commits
8c77a3d3
Commit
8c77a3d3
authored
Feb 28, 2017
by
Ben Boeckel
Browse files
docs: add a note about versioning
parent
ebef8a5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
8c77a3d3
...
...
@@ -23,6 +23,23 @@ If you run into places where Gitlab dumps a JSON value rather than an actual
entity, please consider updating upstream to use a real entity so that changes
to the structure are easier to track.
# Versioning
Since this crate follows Gitlab upstream, semantic versioning may not be
possible. Instead, the crate uses the following versioning scheme:
*
Gitlab 8.16 support → 0.816.x
*
Gitlab 8.17 support → 0.817.x
*
Gitlab 9.0 support → 0.900.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.816.0"
```
# API bugs
Sometimes, the API will return
`null`
for fields that have been added after the
...
...
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