Skip to content

Commit f462f29

Browse files
committed
preparation for release 2.2.0
1 parent c1eff19 commit f462f29

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

AUTHORS

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,23 @@ ZapAnton <wc3ft2@gmail.com>
44
CephalonRho <TheCVBGuy@gmail.com>
55
Andrew Pritchard <andrewjpritchard@gmail.com>
66
Cody Metz <ccmetz92@gmail.com>
7+
Lucien Cartier-Tilet <lucien@phundrak.com>
78
ktsuench <will289@hotmail.com>
89
Kloenk <kloenk@kloenk.de>
910
Pablo Diego <pablodiegoss@hotmail.com>
1011
xynxynxyn <t.e.pinke@student.utwente.nl>
12+
Andrew Diamond <andrew.diamond1125@gmail.com>
1113
eman0n <EmanonTang@outlook.com>
1214
Eduardo Broto <ebroto@tutanota.com>
1315
GooseDB <goosedb@yandex.ru>
16+
Sh3mm <32112697+Sh3mm@users.noreply.github.com>
1417
JoshBrudnak <jobrud314@gmail.com>
1518
cnsumner <cnsumner@users.noreply.github.com>
1619
rockisch <rockischplay@gmail.com>
1720
vypxl <vypxl0+coding@gmail.com>
1821
zxey <zxey@users.noreply.github.com>
1922
Aleksei Pirogov <astynax@users.noreply.github.com>
23+
Erik Gaal <me@erikgaal.nl>
2024
Francesco Dipi <francesco.dipi+github@gmail.com>
2125
Julian Kaindl <kaindl745@gmail.com>
2226
Kasra Ferdowsifard <kferdowsifard@gmail.com>
@@ -36,7 +40,6 @@ Jadi <jadijadi@gmail.com>
3640
Josh Stone <yakovdk@gmail.com>
3741
Kent Tsuenchy <ktsuench@users.noreply.github.com>
3842
Kitlith <kitlith@kitl.pw>
39-
Lucien Cartier-Tilet <lucien@phundrak.com>
4043
Mads Johansen <johansen.max@gmail.com>
4144
Quint Daenen <quint.daenen@student.kuleuven.be>
4245
Sam Tebbs <samuel.tebbs@yahoo.com>

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## [2.2.0] - 2020-04-01
9+
10+
<img src="https://user-images.githubusercontent.com/13710835/66691603-23fc7b00-ec87-11e9-9280-8afb5b5a4cab.png" alt="logo" height="100px">
11+
12+
**Contributors:**
13+
@Phundrak @Sh3mm @axdiamond
14+
15+
**Language**
16+
* Added support for Emacs Lisp @Phundrak
17+
* Added support for Fish Shell @Phundrak
18+
* Added support for Nix @Phundrak
19+
* Added support for CMake @Phundrak
20+
* Added support for Groovy @o2sh
21+
22+
**New feature:**
23+
* Add pending changes info line #166 @axdiamond
24+
* Add option to defines the number of contributors to be shown @Sh3mm
25+
26+
**Misc**
27+
* Update ASCII logos for C++, C# and PHP @Sh3mm
28+
829
## [2.1.0] - 2019-11-10
930

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "onefetch"
33
description = "Git repository summary on your terminal"
4-
version = "2.1.0"
4+
version = "2.2.0"
55
authors = ["o2sh <ossama-hjaji@live.fr>"]
66
readme = "README.md"
77
license = "MIT"

0 commit comments

Comments
 (0)