Skip to content

Commit

Permalink
chore: release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sylc committed Jun 14, 2022
1 parent 1032cd1 commit 8ae2a78
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 58 deletions.
64 changes: 8 additions & 56 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,67 +2,19 @@

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

The format is based on [Keep a Changelog], and this project adheres to
[Semantic Versioning].
## [0.7.0] - 2022-06-14

## [0.6.9] - 2022-05-13
### Core

## [0.6.8] - 2022-05-13
- core: use deno.Kill (#9) ([0275a4a])

## [0.6.7] - 2021-12-25

### Features

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

## [0.6.6] - 2021-12-24

## [0.6.5] - 2021-12-24

## [0.6.4] - 2021-12-24

## [0.6.3] - 2021-04-26

## [0.6.2] - 2021-03-02

## [0.6.1] - 2021-03-02

## [0.6.0] - 2021-03-02

## [0.5.2] - 2021-02-23

## [0.5.1] - 2021-02-23

## [0.5.0] - 2021-02-21

## [0.4.0] - 2021-02-12

## [0.3.1] - 2021-02-11

## [0.3.0] - 2021-02-08

## [0.2.3] - 2021-02-06

## [0.2.2] - 2021-02-06

[keep a changelog]: https://keepachangelog.com/en/1.0.0/
[semantic versioning]: https://semver.org/spec/v2.0.0.html
[0.6.9]: https://github.com/sylc/dkill/compare/0.6.8...0.6.9
[0.6.8]: https://github.com/sylc/dkill/compare/0.6.7...0.6.8
[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]: https://github.com/sylc/dkill/compare/0.6.5...0.6.6
[0.6.5]: https://github.com/sylc/dkill/compare/0.6.4...0.6.5
[0.6.4]: https://github.com/sylc/dkill/compare/0.6.3...0.6.4
[0.6.3]: https://github.com/sylc/dkill/compare/0.6.2...0.6.3
[0.6.2]: https://github.com/sylc/dkill/compare/0.6.1...0.6.2
[0.6.1]: https://github.com/sylc/dkill/compare/0.6.0...0.6.1
[0.6.0]: https://github.com/sylc/dkill/compare/0.5.2...0.6.0
[0.5.2]: https://github.com/sylc/dkill/compare/0.5.1...0.5.2
[0.5.1]: https://github.com/sylc/dkill/compare/0.5.0...0.5.1
[0.5.0]: https://github.com/sylc/dkill/compare/0.4.0...0.5.0
[0.4.0]: https://github.com/sylc/dkill/compare/0.3.1...0.4.0
[0.3.1]: https://github.com/sylc/dkill/compare/0.3.0...0.3.1
[0.3.0]: https://github.com/sylc/dkill/compare/0.2.3...0.3.0
[0.2.3]: https://github.com/sylc/dkill/compare/0.2.2...0.2.3
[0.2.2]: https://github.com/sylc/dkill/compare/0.2.2
[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
[5430356]: https://github.com/sylc/dkill/commit/5430356bc4993a6c6ff423579e8582c112b5780f
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 --unstable --allow-run --allow-net https://deno.land/x/dkill@0.6.9/cli.ts
deno install -f --unstable --allow-run --allow-net https://deno.land/x/dkill@0.7.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.6.9"
"version": "0.7.0"
}

0 comments on commit 8ae2a78

Please sign in to comment.