Browse Source

preparation for release 2.2.0

pull/177/head v2.2.0
o2sh 6 years ago
parent
commit
f462f29619
  1. 5
      AUTHORS
  2. 21
      CHANGELOG.md
  3. 2
      Cargo.toml

5
AUTHORS

@ -4,19 +4,23 @@ ZapAnton <wc3ft2@gmail.com> @@ -4,19 +4,23 @@ ZapAnton <wc3ft2@gmail.com>
CephalonRho <TheCVBGuy@gmail.com>
Andrew Pritchard <andrewjpritchard@gmail.com>
Cody Metz <ccmetz92@gmail.com>
Lucien Cartier-Tilet <lucien@phundrak.com>
ktsuench <will289@hotmail.com>
Kloenk <kloenk@kloenk.de>
Pablo Diego <pablodiegoss@hotmail.com>
xynxynxyn <t.e.pinke@student.utwente.nl>
Andrew Diamond <andrew.diamond1125@gmail.com>
eman0n <EmanonTang@outlook.com>
Eduardo Broto <ebroto@tutanota.com>
GooseDB <goosedb@yandex.ru>
Sh3mm <32112697+Sh3mm@users.noreply.github.com>
JoshBrudnak <jobrud314@gmail.com>
cnsumner <cnsumner@users.noreply.github.com>
rockisch <rockischplay@gmail.com>
vypxl <vypxl0+coding@gmail.com>
zxey <zxey@users.noreply.github.com>
Aleksei Pirogov <astynax@users.noreply.github.com>
Erik Gaal <me@erikgaal.nl>
Francesco Dipi <francesco.dipi+github@gmail.com>
Julian Kaindl <kaindl745@gmail.com>
Kasra Ferdowsifard <kferdowsifard@gmail.com>
@ -36,7 +40,6 @@ Jadi <jadijadi@gmail.com> @@ -36,7 +40,6 @@ Jadi <jadijadi@gmail.com>
Josh Stone <yakovdk@gmail.com>
Kent Tsuenchy <ktsuench@users.noreply.github.com>
Kitlith <kitlith@kitl.pw>
Lucien Cartier-Tilet <lucien@phundrak.com>
Mads Johansen <johansen.max@gmail.com>
Quint Daenen <quint.daenen@student.kuleuven.be>
Sam Tebbs <samuel.tebbs@yahoo.com>

21
CHANGELOG.md

@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file. @@ -5,6 +5,27 @@ 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.2.0] - 2020-04-01
<img src="https://user-images.githubusercontent.com/13710835/66691603-23fc7b00-ec87-11e9-9280-8afb5b5a4cab.png" alt="logo" height="100px">
**Contributors:**
@Phundrak @Sh3mm @axdiamond
**Language**
* Added support for Emacs Lisp @Phundrak
* Added support for Fish Shell @Phundrak
* Added support for Nix @Phundrak
* Added support for CMake @Phundrak
* Added support for Groovy @o2sh
**New feature:**
* Add pending changes info line #166 @axdiamond
* Add option to defines the number of contributors to be shown @Sh3mm
**Misc**
* Update ASCII logos for C++, C# and PHP @Sh3mm
## [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">

2
Cargo.toml

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
[package]
name = "onefetch"
description = "Git repository summary on your terminal"
version = "2.1.0"
version = "2.2.0"
authors = ["o2sh <ossama-hjaji@live.fr>"]
readme = "README.md"
license = "MIT"

Loading…
Cancel
Save