Skip to content

Commit

Permalink
prepare v2.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
o2sh committed Nov 10, 2019
1 parent a24c22b commit 2eb2b11
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [2.1.0] - 2019-11-10

<img src="https://user-images.githubusercontent.com/13710835/66691603-23fc7b00-ec87-11e9-9280-8afb5b5a4cab.png" alt="logo" height="100px">

**Contributors:**
@CephalonRho @ebroto @Phundrak

**Language**
* Added support for Org @Phundrak

**New feature:**
* Add --no-color-blocks flag #153
* Add suport for SIXEL image_backend @CephalonRho

**Misc**
* Update to askalono 0.4.0 and use a more strict confidence threshold

## [2.0.1] - 2019-11-06

<img src="https://user-images.githubusercontent.com/13710835/66691603-23fc7b00-ec87-11e9-9280-8afb5b5a4cab.png" alt="logo" height="100px">
Expand Down
45 changes: 45 additions & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,48 @@ Sam Tebbs <[email protected]>
Taha <[email protected]>
Vipul-Bajaj <[email protected]>
Willy Chen <[email protected]>
Ossama Hjaji <[email protected]>
Spenser Black <[email protected]>
ZapAnton <[email protected]>
CephalonRho <[email protected]>
Andrew Pritchard <[email protected]>
Cody Metz <[email protected]>
ktsuench <[email protected]>
Kloenk <[email protected]>
Pablo Diego <[email protected]>
xynxynxyn <[email protected]>
eman0n <[email protected]>
Eduardo Broto <[email protected]>
GooseDB <[email protected]>
JoshBrudnak <[email protected]>
cnsumner <[email protected]>
rockisch <[email protected]>
vypxl <[email protected]>
zxey <[email protected]>
Aleksei Pirogov <[email protected]>
Francesco Dipi <[email protected]>
Julian Kaindl <[email protected]>
Kasra Ferdowsifard <[email protected]>
Nikos Filippakis <[email protected]>
Rob Warner <[email protected]>
Ryan Troxler <[email protected]>
Vinh Nguyen <[email protected]>
Vinícius Estevam <[email protected]>
A. Nackov <[email protected]>
Abhishek C. Sharma <[email protected]>
Alan Pope <[email protected]>
Amirali Esmaeili <[email protected]>
Arvid Boivie <[email protected]>
Bojan Djurdjevic <[email protected]>
ImgBotApp <[email protected]>
Jadi <[email protected]>
Josh Stone <[email protected]>
Kent Tsuenchy <[email protected]>
Kitlith <[email protected]>
Lucien Cartier-Tilet <[email protected]>
Mads Johansen <[email protected]>
Quint Daenen <[email protected]>
Sam Tebbs <[email protected]>
Taha <[email protected]>
Vipul-Bajaj <[email protected]>
Willy Chen <[email protected]>
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,7 +1,7 @@
[package]
name = "onefetch"
description = "Git repository summary on your terminal"
version = "2.0.1"
version = "2.1.0"
authors = ["o2sh <[email protected]>"]
readme = "README.md"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<img src="https://raw.githubusercontent.com/o2sh/onefetch/master/assets/onefetch.png" height="130px"></h3><br><br>
<a href="https://crates.io/crates/onefetch"><img src="https://img.shields.io/badge/crates.io-2.0.1-orange.svg" alt="cargo"></a>
<a href="https://crates.io/crates/onefetch"><img src="https://img.shields.io/badge/crates.io-2.1.0-orange.svg" alt="cargo"></a>
<a href="https://travis-ci.org/o2sh/onefetch"><img src="https://travis-ci.org/o2sh/onefetch.svg?branch=master" alt="Build Status"></a>
<a href="./LICENSE.md"><img src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
</p>
Expand Down

0 comments on commit 2eb2b11

Please sign in to comment.