From f8c67989687aae6ed68c90244f4097a6ee9bef1d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 7 Aug 2018 23:06:05 +0000 Subject: [PATCH] chore(release): 0.28.0 [skip ci] # [0.28.0](https://github.com/DEgITx/rats-search/compare/v0.27.0...v0.28.0) (2018-08-07) ### Bug Fixes * **closing:** fix errors on closing ([e04548a](https://github.com/DEgITx/rats-search/commit/e04548a)) * **db:** under mac and linux using alternative pool mechanism ([a3644c0](https://github.com/DEgITx/rats-search/commit/a3644c0)) * **log:** color log (part 2) ([ea8d93e](https://github.com/DEgITx/rats-search/commit/ea8d93e)) * **log:** color log (part 3) ([bc23379](https://github.com/DEgITx/rats-search/commit/bc23379)) * **log:** color messages (part 1) ([27b224d](https://github.com/DEgITx/rats-search/commit/27b224d)) * **server:** color log server fix ([17b377c](https://github.com/DEgITx/rats-search/commit/17b377c)) ### Features * **log:** color log ([62bbc46](https://github.com/DEgITx/rats-search/commit/62bbc46)) * **log:** error display with separate color [#31](https://github.com/DEgITx/rats-search/issues/31) ([70dd4a3](https://github.com/DEgITx/rats-search/commit/70dd4a3)) ### Performance Improvements * **replication:** replicate number accordion to cpu usage ([6af3b7a](https://github.com/DEgITx/rats-search/commit/6af3b7a)) * **torrents:** ability to disable integrity check on torrents adding torrents [#47](https://github.com/DEgITx/rats-search/issues/47) ([080fc92](https://github.com/DEgITx/rats-search/commit/080fc92)) --- CHANGELOG.md | 24 ++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1ec538..3452182 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +# [0.28.0](https://github.com/DEgITx/rats-search/compare/v0.27.0...v0.28.0) (2018-08-07) + + +### Bug Fixes + +* **closing:** fix errors on closing ([e04548a](https://github.com/DEgITx/rats-search/commit/e04548a)) +* **db:** under mac and linux using alternative pool mechanism ([a3644c0](https://github.com/DEgITx/rats-search/commit/a3644c0)) +* **log:** color log (part 2) ([ea8d93e](https://github.com/DEgITx/rats-search/commit/ea8d93e)) +* **log:** color log (part 3) ([bc23379](https://github.com/DEgITx/rats-search/commit/bc23379)) +* **log:** color messages (part 1) ([27b224d](https://github.com/DEgITx/rats-search/commit/27b224d)) +* **server:** color log server fix ([17b377c](https://github.com/DEgITx/rats-search/commit/17b377c)) + + +### Features + +* **log:** color log ([62bbc46](https://github.com/DEgITx/rats-search/commit/62bbc46)) +* **log:** error display with separate color [#31](https://github.com/DEgITx/rats-search/issues/31) ([70dd4a3](https://github.com/DEgITx/rats-search/commit/70dd4a3)) + + +### Performance Improvements + +* **replication:** replicate number accordion to cpu usage ([6af3b7a](https://github.com/DEgITx/rats-search/commit/6af3b7a)) +* **torrents:** ability to disable integrity check on torrents adding torrents [#47](https://github.com/DEgITx/rats-search/issues/47) ([080fc92](https://github.com/DEgITx/rats-search/commit/080fc92)) + # [0.27.0](https://github.com/DEgITx/rats-search/compare/v0.26.2...v0.27.0) (2018-08-06) diff --git a/package.json b/package.json index 44434e2..af73c9c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "rats-search", "productName": "Rats on The Boat", "description": "P2P BitTorrent search engine", - "version": "0.27.0", + "version": "0.28.0", "private": true, "author": "Alexey Kasyanchuk ", "copyright": "Copyright © 2018 Alexey Kasyanchuk",