Skip to content

Commit af27f4c

Browse files
chore: prepare 0.3.0 release
1 parent 8c14a08 commit af27f4c

File tree

6 files changed

+17
-9
lines changed

6 files changed

+17
-9
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish
33
on:
44
push:
55
tags:
6-
- 'v*'
6+
- 'v*'
77

88
jobs:
99
publish_on_crates_io:

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gitweb"
3-
version = "0.2.5"
3+
version = "0.3.0"
44
authors = ["Yoann Fleury <yoann.fleury@yahoo.com>"]
55
edition = "2018"
66
description = "Open the current remote repository in your browser"

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,20 @@ Download the binary from the [latest release](https://github.com/yoannfleurydev/
2727
repository.
2828

2929
```
30-
gitweb 0.1.13
30+
gitweb 0.3.0
3131
3232
USAGE:
3333
gitweb [FLAGS] [OPTIONS]
3434
3535
FLAGS:
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
4041
OPTIONS:
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)

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)