Skip to content

Commit 290a7f3

Browse files
committed
Release v0.5.0
1 parent 41058cf commit 290a7f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gitlab-api"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = ["Nicolas Bigaouette <nbigaouette@gmail.com>"]
55
description = "Wrapper for GitLab API v3"
66
license = "MIT/Apache-2.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The (v3) API is quite long, so the parts I need will be implemented first.
5656
5757
```
5858
[dependencies]
59-
gitlab-api = "0.4.0"
59+
gitlab-api = "0.5.0"
6060
```
6161
6262
This crate uses a builder pattern to add filters to a query. Once the query is built, `list()` will commit it by contacting the GitLab server and performing the request.

0 commit comments

Comments
 (0)