From f462f2961908df0b37b8a205382a07b922fd5dfb Mon Sep 17 00:00:00 2001 From: o2sh Date: Sat, 4 Jan 2020 19:16:02 +0100 Subject: [PATCH] preparation for release 2.2.0 --- AUTHORS | 5 ++++- CHANGELOG.md | 21 +++++++++++++++++++++ Cargo.toml | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index de32e4635..a7c8eeadc 100644 --- a/AUTHORS +++ b/AUTHORS @@ -4,19 +4,23 @@ ZapAnton CephalonRho Andrew Pritchard Cody Metz +Lucien Cartier-Tilet ktsuench Kloenk Pablo Diego xynxynxyn +Andrew Diamond eman0n Eduardo Broto GooseDB +Sh3mm <32112697+Sh3mm@users.noreply.github.com> JoshBrudnak cnsumner rockisch vypxl zxey Aleksei Pirogov +Erik Gaal Francesco Dipi Julian Kaindl Kasra Ferdowsifard @@ -36,7 +40,6 @@ Jadi Josh Stone Kent Tsuenchy Kitlith -Lucien Cartier-Tilet Mads Johansen Quint Daenen Sam Tebbs diff --git a/CHANGELOG.md b/CHANGELOG.md index a2048767a..e12cb3e68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 + +logo + +**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 logo diff --git a/Cargo.toml b/Cargo.toml index db8440859..344e5d27f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "onefetch" description = "Git repository summary on your terminal" -version = "2.1.0" +version = "2.2.0" authors = ["o2sh "] readme = "README.md" license = "MIT"