Skip to content

Commit

Permalink
Prepare changelog for 0.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisWiegman committed Jun 18, 2023
1 parent 00ed0c5 commit 95a5214
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 14 deletions.
14 changes: 14 additions & 0 deletions .changes/0.8.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## 0.8.0 - 2023-06-18

### Features

* Add `xdebug` command to make managing Xdebug easier
* Suppress non-JSON output when downloading new images if `--output-json` flag is set on the command.

### Bug Fixes

* Show an empty array rather than `null` when there are no sites and the `kana list` command is used with the `--output-json` flag

### Chores

* Update Go project dependencies
4 changes: 0 additions & 4 deletions .changes/unreleased/Bug Fixes-20230613-165058.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Chores-20230613-161241.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Features-20230618-153845.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .changes/unreleased/Features-20230618-155711.yaml

This file was deleted.

15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).


## 0.8.0 - 2023-06-18

### Features

* Add `xdebug` command to make managing Xdebug easier
* Suppress non-JSON output when downloading new images if `--output-json` flag is set on the command.

### Bug Fixes

* Show an empty array rather than `null` when there are no sites and the `kana list` command is used with the `--output-json` flag

### Chores

* Update Go project dependencies

## 0.7.0 - 2023-06-10

### Breaking Changes
Expand Down

0 comments on commit 95a5214

Please sign in to comment.