Skip to content

Commit

Permalink
chore(release): 1.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.8.0](v1.7.1...v1.8.0) (2021-09-12)

### Bug Fixes

* **db:** converting db to version 8 ([c19a95d](c19a95d))
* **db:** moving content type to uint values ([f4b7a8d](f4b7a8d))
* **docker:** moved to 16 version ([1089fa3](1089fa3))
* **linux:** add execute right to searchd.v2 [#152](#152) ([0bc35c5](0bc35c5))
* **linux:** fix convertation of db under linux system [#152](#152) ([ea01858](ea01858))

### Features

* **log:** using tagslog ([750dbfd](750dbfd))
* **server:** missing rats.log functionality restored [#145](#145) ([d5243ff](d5243ff))

### Performance Improvements

* **db:** optimize some tables to stored_only_fields to recrudesce memory usage of big databases [#152](#152) ([762b0d1](762b0d1))
  • Loading branch information
semantic-release-bot committed Sep 12, 2021
1 parent e598048 commit 4e76ed3
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# [1.8.0](https://github.com/DEgITx/rats-search/compare/v1.7.1...v1.8.0) (2021-09-12)


### Bug Fixes

* **db:** converting db to version 8 ([c19a95d](https://github.com/DEgITx/rats-search/commit/c19a95dc1c2e12eed1bfa79fc4d0b4d7605a28ec))
* **db:** moving content type to uint values ([f4b7a8d](https://github.com/DEgITx/rats-search/commit/f4b7a8d57766a65e1d33196086159b1ab5152b88))
* **docker:** moved to 16 version ([1089fa3](https://github.com/DEgITx/rats-search/commit/1089fa347e969c7c914cb6f51ff258c7cff4105e))
* **linux:** add execute right to searchd.v2 [#152](https://github.com/DEgITx/rats-search/issues/152) ([0bc35c5](https://github.com/DEgITx/rats-search/commit/0bc35c53916d0796c133f235050512d8b9d542b8))
* **linux:** fix convertation of db under linux system [#152](https://github.com/DEgITx/rats-search/issues/152) ([ea01858](https://github.com/DEgITx/rats-search/commit/ea0185874678f8244b7d981354853d94a450212e))


### Features

* **log:** using tagslog ([750dbfd](https://github.com/DEgITx/rats-search/commit/750dbfd477396f4316ec4970eef32262fd16c1b4))
* **server:** missing rats.log functionality restored [#145](https://github.com/DEgITx/rats-search/issues/145) ([d5243ff](https://github.com/DEgITx/rats-search/commit/d5243ff88ff2e41c984a5fd48cd64767cbdb1e90))


### Performance Improvements

* **db:** optimize some tables to stored_only_fields to recrudesce memory usage of big databases [#152](https://github.com/DEgITx/rats-search/issues/152) ([762b0d1](https://github.com/DEgITx/rats-search/commit/762b0d163bb2b9a4f4410d8d7740b9c497b34017))

## [1.7.1](https://github.com/DEgITx/rats-search/compare/v1.7.0...v1.7.1) (2021-07-12)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "rats-search",
"productName": "Rats on The Boat",
"description": "P2P BitTorrent search engine",
"version": "1.7.1",
"version": "1.8.0",
"private": true,
"author": "Alexey Kasyanchuk <[email protected]>",
"copyright": "Copyright © 2018 Alexey Kasyanchuk",
Expand Down

0 comments on commit 4e76ed3

Please sign in to comment.