Skip to content

Commit

Permalink
chore: release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sylc committed Dec 31, 2022
1 parent 14f81c7 commit b58088b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [0.8.0] - 2022-12-31

### Features

- feat(setRaw): Remove the need for unstable flag by upgrading dependencies and min deno version (#13) ([14f81c7])

## [0.7.0] - 2022-06-14

### Core
Expand All @@ -14,6 +20,8 @@ All notable changes to this project will be documented in this file.

- feat: add min version and improve release process ([5430356])

[0.8.0]: https://github.com/sylc/dkill/compare/0.8.0
[14f81c7]: https://github.com/sylc/dkill/commit/14f81c76a68f89355efd2c909bde4f9565262bb6
[0.7.0]: https://github.com/sylc/dkill/compare/0.7.0
[0275a4a]: https://github.com/sylc/dkill/commit/0275a4a90bae93838f2dadc60f1341b3f794c13a
[0.6.7]: https://github.com/sylc/dkill/compare/0.6.7
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
### Install

```
deno install -f --allow-run --allow-net https://deno.land/x/dkill@0.7.0/cli.ts
deno install -f --allow-run --allow-net https://deno.land/x/dkill@0.8.0/cli.ts
```

You can then use it using command `dkill`
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.7.0"
"version": "0.8.0"
}

0 comments on commit b58088b

Please sign in to comment.