Skip to content

Commit

Permalink
Bump version number to 2.2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Soulié committed May 20, 2022
1 parent 7d3d86b commit 761ebed
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
12 changes: 12 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,15 @@

- Update CI artifact name
- Cleaner code

## 2.2.0.0

### Features

- Added more precise parse errors
- Added dumping parse errors (extension and syntax) to vera logs and argos files
- Added dumping a vague output to style-student.txt when argos output is enabled (experimental !)

### Miscellaneous

- Update docs & tests
5 changes: 4 additions & 1 deletion haskell-style-checker.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: haskell-style-checker
version: 2.1.0.0
version: 2.2.0.0
description: Please see the README on GitHub at <https://github.com/Epitech/haskell-style-checker#readme>
homepage: https://github.com/Epitech/haskell-style-checker#readme
bug-reports: https://github.com/Epitech/haskell-style-checker/issues
Expand All @@ -14,6 +14,9 @@ author: Arthur Soulié,
maintainer: [email protected]
license: BSD3
build-type: Simple
extra-source-files:
README.md
ChangeLog.md

source-repository head
type: git
Expand Down
6 changes: 4 additions & 2 deletions package.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: haskell-style-checker
version: 2.1.0.0
version: 2.2.0.0
github: "Epitech/haskell-style-checker"
license: BSD3
author: ["Arthur Soulié", "Marc Planard"]
maintainer: "[email protected]"

description: Please see the README on GitHub at <https://github.com/Epitech/haskell-style-checker#readme>
extra-source-files:
- README.md
- ChangeLog.md

dependencies:
- base >= 4.7 && < 5
Expand Down

0 comments on commit 761ebed

Please sign in to comment.