Skip to content

Commit

Permalink
chore: release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sylc committed Feb 26, 2023
1 parent 17f3f77 commit 854e385
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 7 deletions.
36 changes: 31 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,43 +2,69 @@

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

## [0.10.0] - 2023-02-26

### Core

- core: Use Deno.Command instead of Deno.run - bump minimum Deno version to v1.31.1 (#16) ([5712357])

Full Changelog: [0.9.1...0.10.0]

## [0.9.1] - 2023-02-01

### Bug Fixes

- fix: Correct minVersion required (#15) ([720fd2c])

Full Changelog: [0.9.0...0.9.1]

## [0.9.0] - 2023-01-01

### Features

- feat: Enable macos (#11) ([d3e2290])

Full Changelog: [0.8.0...0.9.0]

## [0.8.0] - 2022-12-31

### Features

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

Full Changelog: [0.7.0...0.8.0]

## [0.7.0] - 2022-06-14

### Core

- core: use deno.Kill (#9) ([0275a4a])

Full Changelog: [0.6.9...0.7.0]

## [0.6.7] - 2021-12-25

### Features

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

[0.9.1]: https://github.com/sylc/dkill/compare/0.9.1
Full Changelog: [0.6.6...0.6.7]

[0.10.0]: https://github.com/sylc/dkill/compare/0.9.1...0.10.0
[5712357]: https://github.com/sylc/dkill/commit/5712357f959652d3e91858a705fe1dc232688869
[0.9.1...0.10.0]: https://github.com/sylc/dkill/compare/0.9.1...0.10.0
[0.9.1]: https://github.com/sylc/dkill/compare/0.9.0...0.9.1
[720fd2c]: https://github.com/sylc/dkill/commit/720fd2cbeb82afc3fdbef313f8e1675276578e1b
[0.9.0]: https://github.com/sylc/dkill/compare/0.9.0
[0.9.0...0.9.1]: https://github.com/sylc/dkill/compare/0.9.0...0.9.1
[0.9.0]: https://github.com/sylc/dkill/compare/0.8.0...0.9.0
[d3e2290]: https://github.com/sylc/dkill/commit/d3e22903c5d3d02058e79328ff1648801c4265ed
[0.8.0]: https://github.com/sylc/dkill/compare/0.8.0
[0.8.0...0.9.0]: https://github.com/sylc/dkill/compare/0.8.0...0.9.0
[0.8.0]: https://github.com/sylc/dkill/compare/0.7.0...0.8.0
[14f81c7]: https://github.com/sylc/dkill/commit/14f81c76a68f89355efd2c909bde4f9565262bb6
[0.7.0]: https://github.com/sylc/dkill/compare/0.7.0
[0.7.0...0.8.0]: https://github.com/sylc/dkill/compare/0.7.0...0.8.0
[0.7.0]: https://github.com/sylc/dkill/compare/0.6.9...0.7.0
[0275a4a]: https://github.com/sylc/dkill/commit/0275a4a90bae93838f2dadc60f1341b3f794c13a
[0.6.7]: https://github.com/sylc/dkill/compare/0.6.7
[0.6.9...0.7.0]: https://github.com/sylc/dkill/compare/0.6.9...0.7.0
[0.6.7]: https://github.com/sylc/dkill/compare/0.6.6...0.6.7
[5430356]: https://github.com/sylc/dkill/commit/5430356bc4993a6c6ff423579e8582c112b5780f
[0.6.6...0.6.7]: https://github.com/sylc/dkill/compare/0.6.6...0.6.7
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.9.1/cli.ts
deno install -f --allow-run --allow-net https://deno.land/x/dkill@0.10.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.9.1"
"version": "0.10.0"
}

0 comments on commit 854e385

Please sign in to comment.