From 0368d248ab449bb1f7e1126293d10972090521d1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 4 Feb 2018 21:06:48 +0000 Subject: [PATCH] chore(release): 0.2.0 [skip ci] # [0.2.0](https://github.com/DEgITx/rats-search/compare/v0.1.0...v0.2.0) (2018-02-04) ### Bug Fixes * **app:** fast and proper closing ([3123a82](https://github.com/DEgITx/rats-search/commit/3123a82)) * **config:** saving config restored ([ddc309e](https://github.com/DEgITx/rats-search/commit/ddc309e)) * **interface:** back button on save page ([342a64e](https://github.com/DEgITx/rats-search/commit/342a64e)) * **linux:** options on start ([a069a0e](https://github.com/DEgITx/rats-search/commit/a069a0e)) * **linux:** proper db use under linux ([0c60c0d](https://github.com/DEgITx/rats-search/commit/0c60c0d)) * **macos:** network category of application ([34c8f33](https://github.com/DEgITx/rats-search/commit/34c8f33)) * **macos:** proper work under MacOS X ([5a86c51](https://github.com/DEgITx/rats-search/commit/5a86c51)) * **scanner:** scanner second enable call ([c77f056](https://github.com/DEgITx/rats-search/commit/c77f056)) * **tests:** disable scanner tests ([7958a19](https://github.com/DEgITx/rats-search/commit/7958a19)) ### Features * **build:** semantic release messages scan ([af591e8](https://github.com/DEgITx/rats-search/commit/af591e8)) * **config:** saving configuration ([7247044](https://github.com/DEgITx/rats-search/commit/7247044)) * **db:** new database ([2703f8a](https://github.com/DEgITx/rats-search/commit/2703f8a)) * **readme:** readme ([adb0b49](https://github.com/DEgITx/rats-search/commit/adb0b49)) * **readme:** semantic release in readme ([8319dce](https://github.com/DEgITx/rats-search/commit/8319dce)) * **readme:** travis status build in readme ([f5b8b88](https://github.com/DEgITx/rats-search/commit/f5b8b88)) * **tests:** db test ([fdf528e](https://github.com/DEgITx/rats-search/commit/fdf528e)) * **tests:** new scanner test ([0c6544f](https://github.com/DEgITx/rats-search/commit/0c6544f)) --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b89bba0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,27 @@ + +# [0.2.0](https://github.com/DEgITx/rats-search/compare/v0.1.0...v0.2.0) (2018-02-04) + + +### Bug Fixes + +* **app:** fast and proper closing ([3123a82](https://github.com/DEgITx/rats-search/commit/3123a82)) +* **config:** saving config restored ([ddc309e](https://github.com/DEgITx/rats-search/commit/ddc309e)) +* **interface:** back button on save page ([342a64e](https://github.com/DEgITx/rats-search/commit/342a64e)) +* **linux:** options on start ([a069a0e](https://github.com/DEgITx/rats-search/commit/a069a0e)) +* **linux:** proper db use under linux ([0c60c0d](https://github.com/DEgITx/rats-search/commit/0c60c0d)) +* **macos:** network category of application ([34c8f33](https://github.com/DEgITx/rats-search/commit/34c8f33)) +* **macos:** proper work under MacOS X ([5a86c51](https://github.com/DEgITx/rats-search/commit/5a86c51)) +* **scanner:** scanner second enable call ([c77f056](https://github.com/DEgITx/rats-search/commit/c77f056)) +* **tests:** disable scanner tests ([7958a19](https://github.com/DEgITx/rats-search/commit/7958a19)) + + +### Features + +* **build:** semantic release messages scan ([af591e8](https://github.com/DEgITx/rats-search/commit/af591e8)) +* **config:** saving configuration ([7247044](https://github.com/DEgITx/rats-search/commit/7247044)) +* **db:** new database ([2703f8a](https://github.com/DEgITx/rats-search/commit/2703f8a)) +* **readme:** readme ([adb0b49](https://github.com/DEgITx/rats-search/commit/adb0b49)) +* **readme:** semantic release in readme ([8319dce](https://github.com/DEgITx/rats-search/commit/8319dce)) +* **readme:** travis status build in readme ([f5b8b88](https://github.com/DEgITx/rats-search/commit/f5b8b88)) +* **tests:** db test ([fdf528e](https://github.com/DEgITx/rats-search/commit/fdf528e)) +* **tests:** new scanner test ([0c6544f](https://github.com/DEgITx/rats-search/commit/0c6544f)) diff --git a/package.json b/package.json index 234f7e9..9634b12 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.1.0", + "version": "0.2.0", "private": true, "author": "Alexey Kasyanchuk ", "copyright": "Copyright © 2018 Alexey Kasyanchuk",