From 4b3097cd74d1d55498973f7d452c2b7b95947911 Mon Sep 17 00:00:00 2001 From: Gaurav Mishra Date: Fri, 18 Dec 2020 11:13:53 +0530 Subject: [PATCH] chore(release): Release version 0.0.4 This releases adds support for following 5 new languages: - Typescript (.ts) - Dart (.dart) - Scss (.scss) - React js (.jsx) - Tsx (.tsx) Thanks to the following contributors to improve Nirjas since 0.0.3 release: > Aman Dwivedi > Gaurav Mishra > Philippe Ombredanne > SHUBHAM GARG The complete changelog: Improvements: * `b3bd629` feat(scss): added support for scss * `6740bdc` feat(tsx): added support for tsx * `89c1f5d` feat(dart): added support for dart * `f542761` feat(reactjs): added support for react * `0bf4dc5` feat(typescript): added support for typescript Infra: * `2973f79` updated test * `af973b3` Correct minor typo Fixes: * `70b8777` fix(ci): Run test on push and PR as well * `9e56f24` Update main.py Signed-off-by: Gaurav Mishra --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 70c3e8b..5a61d07 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ setup( name='Nirjas', - version='0.0.3', + version='0.0.4', description='A Python library to extract comments and source code out of your file(s)', long_description=long_description, long_description_content_type='text/markdown',