Skip to content

Commit

Permalink
0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samhh committed Feb 20, 2023
1 parent b7aa7d5 commit 2d3f50c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This project adheres to semantic versioning.

## 0.8.1 (2023-02-20)

Fixed flattening in the presence of callback tags.

## 0.8.0 (2023-01-23)

Added `--indent` option to the flatten and prettify commands. This enables explicit configuration of formatting indentation either as tabs or as a number of spaces. The option is ignored in the presence of `--minify` where applicable.
Expand Down
2 changes: 1 addition & 1 deletion intlc.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: intlc
version: 0.8.0
version: 0.8.1
license: MIT
build-type: Simple

Expand Down

0 comments on commit 2d3f50c

Please sign in to comment.