Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Perone authored and marcosh committed Mar 17, 2023
1 parent 2b39027 commit 5f5331e
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [PVP](https://pvp.haskell.org/).

## [0.1.0.0] - 2023-03-17

### Added

- 🎉 everything's new! first release!
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ We have a `cabal` flag called `errors` which allows enabling `-Werror`. It has a

In development and CI we use the flag `-f errors` so that we can avoid any warning in the library code.

### Changelog

All changes are tracked in the [`Changelog`](CHANGELOG.md).

## Project setup

You can find more details on the project setup on [Setup.md](/Setup.md).
Expand Down
2 changes: 2 additions & 0 deletions crem.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ tested-with:
, GHC ==9.2.7
, GHC ==9.4.4
, GHC ==9.6.1
extra-source-files:
CHANGELOG.md

flag errors
description: enable -Werror
Expand Down
3 changes: 3 additions & 0 deletions package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ tested-with:
- GHC ==9.4.4
- GHC ==9.6.1

extra-source-files:
- CHANGELOG.md

flags:
errors:
description: enable -Werror
Expand Down

0 comments on commit 5f5331e

Please sign in to comment.