Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nai888 committed Dec 30, 2018
1 parent 6ce3808 commit 4863745
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,25 @@ All notable changes to this project will be documented in this file.

The format of this changelog is based on [Keep a Changelog](https://keepachangelog.com) and this project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased](https://github.com/nai888/langua/compare/v0.3.1...HEAD)
## [Unreleased](https://github.com/nai888/langua/compare/v0.4.0...HEAD)

## [v0.4.0](https://github.com/nai888/langua/compare/v0.3.1...v0.4.0) - 2018-12-30

### Added 0.4.0

- Add Morph default data.
- Build MorphService.
- Build MorphService for all tasks except building the results.
- Build MorphForm.
- Build MorphResults.
- Build MorphResults with stats.
- Add tests for dataProcessor and fileProcessor.

### Changed 0.4.0

- Update tool descriptions.
- Refactor dataProcessor and fileProcessor to take on functions completed by tool Service files.
- Move all default data into a separate /data folder.
- Update dependencies.
- Update global styles to set focus styling and `textarea` and `select` element styles globally.
- Update dependencies.

### Removed 0.4.0

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "langua",
"version": "0.3.1",
"version": "0.4.0",
"license": "AGPL-3.0",
"author": "Ian A. Cook",
"description": "A suite of language tools",
Expand Down

0 comments on commit 4863745

Please sign in to comment.