Skip to content

Commit

Permalink
Bump version + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nonprofittechy committed Apr 21, 2023
1 parent e3fdf29 commit 07bcef3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# CHANGELOG

## Version v0.2.0

### Added
* Add suggestions to remove complex and gendered terms from text of forms by @nonprofittechy in https://github.com/SuffolkLITLab/FormFyxer/pull/101
* Improve complexity score coverage by @nonprofittechy in https://github.com/SuffolkLITLab/FormFyxer/pull/102

### Changed
* Work with both `tools.suffolklitlab.org` and locally by @BryceStevenWilley in https://github.com/SuffolkLITLab/FormFyxer/pull/96

### Fixed
* If no sentences, just return by @BryceStevenWilley in https://github.com/SuffolkLITLab/FormFyxer/pull/95

**Full Changelog**: https://github.com/SuffolkLITLab/FormFyxer/compare/v0.1.1...v0.2.0

## Version v0.1.1

### Added
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def run(self):

setuptools.setup(
name='formfyxer',
version='0.1.2a',
version='0.2.0',
author='Suffolk LIT Lab',
author_email='[email protected]',
description='A tool for learning about and pre-processing pdf forms.',
Expand Down

0 comments on commit 07bcef3

Please sign in to comment.