-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
16 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# v0.1.3 | ||
|
||
- Add `ssl-cert` configuration value under `gitlab` to allow self-signed | ||
certificates to be used (#50) - thanks @fdbastionamio for the contribution | ||
- Update dependencies (#54) - thanks @alexheretic for the contribution | ||
- Allow authentication using personal access tokens rather than admin tokens (#53) - thanks @momoson for the contribution | ||
- Use thin LTO and strip release binaries (#56) - thanks @alexheretic for the contribution | ||
- Make admin-token optional (#55) - thanks @alexheretic for the contribution | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "gitlab-cargo-shim" | ||
version = "0.1.2" | ||
version = "0.1.3" | ||
edition = "2021" | ||
authors = [ | ||
"Jordan Doyle <[email protected]>" | ||
|