Skip to content

Commit 297c747

Browse files
chore(release): 1.10.0 [skip ci]
# [1.10.0](v1.9.0...v1.10.0) (2023-02-24) ### Bug Fixes * **db:** fix replace values func with new manticore ([7279ade](7279ade)) * **docker:** fix build ([4340763](4340763)) * **docker:** fixes ([1feab1c](1feab1c)) * **docker:** more fixes ([bd40cb5](bd40cb5)) * **docker:** update install command ([61ae1b8](61ae1b8)) ### Features * **core:** update libs ([581aed4](581aed4)) * **core:** update libs ([0d70850](0d70850)) * **db:** changed config for manticore 5 support [#176](#176) ([2b3676d](2b3676d)) * **db:** update to manticore 6.0.2 ([c24ac47](c24ac47)) * **linux:** manticore5 ([4a2bcc7](4a2bcc7)) * **macos:** manticore5 for macos ([46fa48a](46fa48a)) * **macos:** support of arm64 manticore ([50d05ec](50d05ec)) * **win:** switch to manticore 5.0.2 ([c7ba49a](c7ba49a))
1 parent 9a547b8 commit 297c747

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# [1.10.0](https://github.com/DEgITx/rats-search/compare/v1.9.0...v1.10.0) (2023-02-24)
2+
3+
4+
### Bug Fixes
5+
6+
* **db:** fix replace values func with new manticore ([7279ade](https://github.com/DEgITx/rats-search/commit/7279ade6dfe0001ff12824a7e9997e4c6a09b532))
7+
* **docker:** fix build ([4340763](https://github.com/DEgITx/rats-search/commit/43407631dc0886f96d39db691282820e0cf70a72))
8+
* **docker:** fixes ([1feab1c](https://github.com/DEgITx/rats-search/commit/1feab1c42e79617abd46ea3f57e187e02558b6cb))
9+
* **docker:** more fixes ([bd40cb5](https://github.com/DEgITx/rats-search/commit/bd40cb55abca9246c5355a67a2842a8f28db1945))
10+
* **docker:** update install command ([61ae1b8](https://github.com/DEgITx/rats-search/commit/61ae1b812402f35285cc25518439a88a9c900cf4))
11+
12+
13+
### Features
14+
15+
* **core:** update libs ([581aed4](https://github.com/DEgITx/rats-search/commit/581aed4e4ace59cc31d94bdfb0367bd7a4871203))
16+
* **core:** update libs ([0d70850](https://github.com/DEgITx/rats-search/commit/0d708501d6ed31e1d7be5e750184a8625e8da8dd))
17+
* **db:** changed config for manticore 5 support [#176](https://github.com/DEgITx/rats-search/issues/176) ([2b3676d](https://github.com/DEgITx/rats-search/commit/2b3676db37f34e7d459cb119f83852112a97932d))
18+
* **db:** update to manticore 6.0.2 ([c24ac47](https://github.com/DEgITx/rats-search/commit/c24ac471917c4b241f9aa288a5fb26a8f697eb2e))
19+
* **linux:** manticore5 ([4a2bcc7](https://github.com/DEgITx/rats-search/commit/4a2bcc726665f5026ae6be1653c3cec1853dfd32))
20+
* **macos:** manticore5 for macos ([46fa48a](https://github.com/DEgITx/rats-search/commit/46fa48ab998598be3a56e328124c735eb4a766df))
21+
* **macos:** support of arm64 manticore ([50d05ec](https://github.com/DEgITx/rats-search/commit/50d05ecce5d6e6657705855cbeb8a75e3c0436f6))
22+
* **win:** switch to manticore 5.0.2 ([c7ba49a](https://github.com/DEgITx/rats-search/commit/c7ba49a362e90d3380b02fd29cb9c84dd8b75b9c))
23+
124
# [1.9.0](https://github.com/DEgITx/rats-search/compare/v1.8.1...v1.9.0) (2022-08-24)
225

326

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "rats-search",
33
"productName": "Rats on The Boat",
44
"description": "P2P BitTorrent search engine",
5-
"version": "1.9.0",
5+
"version": "1.10.0",
66
"private": true,
77
"author": "Alexey Kasyanchuk <[email protected]>",
88
"copyright": "Copyright © 2018 Alexey Kasyanchuk",

0 commit comments

Comments
 (0)