From 8ae2a788d8d25b56564e581a364028d4663b7b95 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Tue, 14 Jun 2022 20:58:16 +0800 Subject: [PATCH] chore: release 0.7.0 --- CHANGELOG.md | 64 +++++++--------------------------------------------- README.md | 2 +- version.json | 2 +- 3 files changed, 10 insertions(+), 58 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b74f1d..8c0c307 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 6f32c4d..d6c97f0 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/version.json b/version.json index 8826695..767d070 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "0.6.9" + "version": "0.7.0" }