Skip to content

Commit

Permalink
chore(release): Release version 0.0.4
Browse files Browse the repository at this point in the history
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 <aman.dwivedi5@gmail.com>
> Gaurav Mishra <mishra.gaurav@siemens.com>
> Philippe Ombredanne <pombredanne@nexb.com>
> 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 <mishra.gaurav@siemens.com>
  • Loading branch information
GMishx committed Dec 18, 2020
1 parent 5f86a9b commit 4b3097c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 4b3097c

Please sign in to comment.