File tree Expand file tree Collapse file tree 6 files changed +17
-9
lines changed
Expand file tree Collapse file tree 6 files changed +17
-9
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Publish
33on :
44 push :
55 tags :
6- - ' v*'
6+ - ' v*'
77
88jobs :
99 publish_on_crates_io :
Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.3.0] - 2021-01-30
9+
10+ ### Added
11+
12+ - new merge request option [ #47 ] ( https://github.com/yoannfleurydev/gitweb/pull/47 ) [ @antoinecarton ] ( https://github.com/antoinecarton )
13+ - update dependencies
14+
815## [ 0.2.5] - 2020-10-17
916
1017### Changed
Original file line number Diff line number Diff line change 11[package ]
22name = " gitweb"
3- version = " 0.2.5 "
3+ version = " 0.3.0 "
44authors = [" Yoann Fleury <yoann.fleury@yahoo.com>" ]
55edition = " 2018"
66description = " Open the current remote repository in your browser"
Original file line number Diff line number Diff line change @@ -27,19 +27,20 @@ Download the binary from the [latest release](https://github.com/yoannfleurydev/
2727repository.
2828
2929```
30- gitweb 0.1.13
30+ gitweb 0.3.0
3131
3232USAGE:
3333 gitweb [FLAGS] [OPTIONS]
3434
3535FLAGS:
36- -h, --help Prints help information
37- -V, --version Prints version information
38- -v, --verbose Set the verbosity of the command
36+ -h, --help Prints help information
37+ -M, --merge-request Set the merge request flag
38+ -V, --version Prints version information
39+ -v, --verbose Set the verbosity of the command
3940
4041OPTIONS:
4142 -b, --branch <branch> Set the branch (alias for --tag)
42- -B, --browser <browser> Set the browser
43+ -B, --browser <browser> Set the browser [env: BROWSER=]
4344 -c, --commit <commit> Set a commit
4445 -r, --remote <remote> Set the remote
4546 -t, --tag <tag> Set the tag (alias for --branch)
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ <h1 id="gitweb">gitweb</h1>
1616 < img
1717 src ="https://camo.githubusercontent.com/8940ac149c91fab6f250d28539393a8520cad1ee/68747470733a2f2f7472617669732d63692e636f6d2f796f616e6e666c657572796465762f6769747765622e7376673f6272616e63683d6d6173746572 "
1818 alt ="Build Status "
19- data-canonical-src ="https://travis-ci.com/yoannfleurydev/gitweb.svg?branch=master "
19+ data-canonical-src ="https://travis-ci.com/yoannfleurydev/gitweb.svg?branch=main "
2020 style ="max-width: 100%; "
2121 />
2222 </ a >
You can’t perform that action at this time.
0 commit comments