Skip to content

Commit

Permalink
Added changes to the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cbednarski committed Mar 13, 2020
1 parent b5e6f45 commit 71f910c
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
# Change Log

## v0.5.2 (March 13, 2020)

Bug Fixes

- `hostess fmt -n` works properly again, and has more specific behavior:
- `hostess fmt` will replace duplicates without asking for help
- `hostess fmt -n` will *not* replace duplicates, and will exit with error if any are found (#41)
- `hostess fmt` with and without `-n` will exit with error if conflicting hostnames are found because hostess cannot fix the conflicts

## v0.5.1 (March 10, 2020)

Bug Fixes

- Format will no longer exit with an error when encountering a duplicate entry
- Format will no longer exit with an error when encountering a duplicate entry (#39)

## v0.5.0 (March 7, 2020)

Expand Down

0 comments on commit 71f910c

Please sign in to comment.