Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Nikolay Tsutsarin
rust-gitlab
Commits
1f0eba02
Commit
1f0eba02
authored
Aug 28, 2020
by
Ben Boeckel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cargo: prep for gitlab 0.1302.1
parent
be9934d6
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
+3
-2
Cargo.toml
Cargo.toml
+2
-2
README.md
README.md
+1
-1
No files found.
CHANGELOG.md
View file @
1f0eba02
# v0.1302.1
(unreleased)
# v0.1302.1
## Additions
-
Added
`api::projects::issues::MergeRequestsClosing`
and
`api::projects::issues::MergeRequestsClosing`
-
Added
`api::projects::issues::MergeRequestsClosing`
and
`api::projects::issues::MergeRequestsClosing`
## Fixes
...
...
Cargo.toml
View file @
1f0eba02
[package]
name
=
"gitlab"
version
=
"0.1302.
0
"
version
=
"0.1302.
1
"
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.1302.
0
"
documentation
=
"https://docs.rs/gitlab/0.1302.
1
"
readme
=
"README.md"
keywords
=
[
"gitlab"
,
"api"
]
categories
=
[
"web-programming"
,
"api-bindings"
]
...
...
README.md
View file @
1f0eba02
...
...
@@ -83,7 +83,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.1302.
0
"
gitlab
=
"=0.1302.
1
"
```
# 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