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

Diff for: AUTHORS

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,23 @@ ZapAnton <[email protected]>
44
CephalonRho <[email protected]>
55
Andrew Pritchard <[email protected]>
66
Cody Metz <[email protected]>
7+
Lucien Cartier-Tilet <[email protected]>
78
89
910
Pablo Diego <[email protected]>
1011
xynxynxyn <[email protected]>
12+
Andrew Diamond <[email protected]>
1113
1214
Eduardo Broto <[email protected]>
1315
16+
1417
JoshBrudnak <[email protected]>
1518
1619
1720
1821
1922
Aleksei Pirogov <[email protected]>
23+
Erik Gaal <[email protected]>
2024
Francesco Dipi <[email protected]>
2125
Julian Kaindl <[email protected]>
2226
Kasra Ferdowsifard <[email protected]>
@@ -36,7 +40,6 @@ Jadi <[email protected]>
3640
Josh Stone <[email protected]>
3741
Kent Tsuenchy <[email protected]>
3842
39-
Lucien Cartier-Tilet <[email protected]>
4043
Mads Johansen <[email protected]>
4144
Quint Daenen <[email protected]>
4245
Sam Tebbs <[email protected]>

Diff for: CHANGELOG.md

+21
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">

Diff for: Cargo.toml

+1-1
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 <[email protected]>"]
66
readme = "README.md"
77
license = "MIT"

0 commit comments

Comments
 (0)