From af27f4c195912abfa0dc983cbb627078f339d3d4 Mon Sep 17 00:00:00 2001 From: Yoann Fleury Date: Sat, 30 Jan 2021 17:41:41 +0100 Subject: [PATCH] chore: prepare 0.3.0 release --- .github/workflows/publish.yaml | 2 +- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 11 ++++++----- docs/index.html | 2 +- 6 files changed, 17 insertions(+), 9 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index e68ea2a..6ca9186 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -3,7 +3,7 @@ name: Publish on: push: tags: - - 'v*' + - 'v*' jobs: publish_on_crates_io: diff --git a/CHANGELOG.md b/CHANGELOG.md index 8626eba..74f4026 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 40a2c2f..1fa5124 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -123,7 +123,7 @@ dependencies = [ [[package]] name = "gitweb" -version = "0.2.5" +version = "0.3.0" dependencies = [ "anyhow", "flexi_logger", diff --git a/Cargo.toml b/Cargo.toml index db08d31..dcdf70d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gitweb" -version = "0.2.5" +version = "0.3.0" authors = ["Yoann Fleury "] edition = "2018" description = "Open the current remote repository in your browser" diff --git a/README.md b/README.md index ef4e949..18f900e 100644 --- a/README.md +++ b/README.md @@ -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 Set the branch (alias for --tag) - -B, --browser Set the browser + -B, --browser Set the browser [env: BROWSER=] -c, --commit Set a commit -r, --remote Set the remote -t, --tag Set the tag (alias for --branch) diff --git a/docs/index.html b/docs/index.html index 6d40fce..3010d97 100644 --- a/docs/index.html +++ b/docs/index.html @@ -16,7 +16,7 @@

gitweb

Build Status