Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Soulié committed May 16, 2022
1 parent b55a42d commit ced1cac
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
27 changes: 26 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# Changelog for haskell-style-checker

## Unreleased changes
## 2.0.0.0

### Features

- Added Vera compatibility option
- Added Argos compatibility option
- Changed input methods now taking a list of directories and files at the end of cli options and if none, reads from stdin
- Added style issues gravity

### Miscellaneous

- Deprecated old cli options parser for optparse-applicative
- Added basic barebone system tests
- Changed CI to create a multi-job workflow
- Added documentation to a good part of the code

## 2.1.0.0

### Features

- Added dumping manifest option (--dump-manifest)

### Miscellaneous

- Update CI artifact name
- Cleaner code
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: haskell-style-checker
version: 2.0.0.0
version: 2.1.0.0
github: "Epitech/haskell-style-checker"
license: BSD3
author: ["Arthur Soulié", "Marc Planard"]
Expand Down

0 comments on commit ced1cac

Please sign in to comment.