Skip to content

Commit 6342f23

Browse files
committed
cargo: prep for 0.1701.0
1 parent 5e35be4 commit 6342f23

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v0.1700.2 (unreleased)
1+
# v0.1701.0
22

33
## Additions
44

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "gitlab"
3-
version = "0.1700.1"
3+
version = "0.1701.0"
44
authors = ["Ben Boeckel <ben.boeckel@kitware.com>"]
55
license = "MIT/Apache-2.0"
66
description = """
77
Gitlab API client.
88
"""
99
repository = "https://gitlab.kitware.com/utils/rust-gitlab"
10-
documentation = "https://docs.rs/gitlab/0.1700.1"
10+
documentation = "https://docs.rs/gitlab/0.1701.0"
1111
readme = "README.md"
1212
keywords = ["gitlab", "api"]
1313
categories = ["web-programming", "api-bindings"]

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This library implements an interface to communicate with a Gitlab instance. Not
44
all API endpoints are implemented, but patches are welcome.
55

6-
The API is based off of the GitLab 16.11 API v4 and will likely aggressively track
6+
The API is based off of the GitLab 17.1 API v4 and will likely aggressively track
77
new API additions, so not all available parameters or types will support
88
arbitrarily old GitLab instances (usually query parameters will be ignored and
99
type fields cause deserialization errors).
@@ -36,6 +36,7 @@ to a given version).
3636
Since this crate follows Gitlab upstream, semantic versioning may not be
3737
possible. Instead, the crate uses the following versioning scheme:
3838

39+
* Gitlab 17.1 support → 0.1701.x
3940
* Gitlab 17.0 support → 0.1700.x
4041
* Gitlab 16.11 support → 0.1611.x
4142
* Gitlab 16.10 support → 0.1610.x
@@ -131,7 +132,7 @@ coverage. It is recommended to depend on the full version of the crate since
131132
types may change in patch-level updates in order to match Gitlab's interface:
132133

133134
```toml
134-
gitlab = "=0.1700.1"
135+
gitlab = "=0.1701.1"
135136
```
136137

137138
# API bugs

0 commit comments

Comments
 (0)