Skip to content

Commit

Permalink
chore: prepare 0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
yoannfleurydev committed Jan 30, 2021
1 parent 8c14a08 commit af27f4c
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish
on:
push:
tags:
- 'v*'
- 'v*'

jobs:
publish_on_crates_io:
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.0] - 2021-01-30

### Added

- new merge request option [#47](https://github.com/yoannfleurydev/gitweb/pull/47) [@antoinecarton](https://github.com/antoinecarton)
- update dependencies

## [0.2.5] - 2020-10-17

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gitweb"
version = "0.2.5"
version = "0.3.0"
authors = ["Yoann Fleury <yoann.fleury@yahoo.com>"]
edition = "2018"
description = "Open the current remote repository in your browser"
Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,20 @@ Download the binary from the [latest release](https://github.com/yoannfleurydev/
repository.

```
gitweb 0.1.13
gitweb 0.3.0
USAGE:
gitweb [FLAGS] [OPTIONS]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
-v, --verbose Set the verbosity of the command
-h, --help Prints help information
-M, --merge-request Set the merge request flag
-V, --version Prints version information
-v, --verbose Set the verbosity of the command
OPTIONS:
-b, --branch <branch> Set the branch (alias for --tag)
-B, --browser <browser> Set the browser
-B, --browser <browser> Set the browser [env: BROWSER=]
-c, --commit <commit> Set a commit
-r, --remote <remote> Set the remote
-t, --tag <tag> Set the tag (alias for --branch)
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h1 id="gitweb">gitweb</h1>
<img
src="https://camo.githubusercontent.com/8940ac149c91fab6f250d28539393a8520cad1ee/68747470733a2f2f7472617669732d63692e636f6d2f796f616e6e666c657572796465762f6769747765622e7376673f6272616e63683d6d6173746572"
alt="Build Status"
data-canonical-src="https://travis-ci.com/yoannfleurydev/gitweb.svg?branch=master"
data-canonical-src="https://travis-ci.com/yoannfleurydev/gitweb.svg?branch=main"
style="max-width: 100%;"
/>
</a>
Expand Down

0 comments on commit af27f4c

Please sign in to comment.