diff --git a/Cargo.toml b/Cargo.toml index 16e1b69d..82711198 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "usearch" -version = "0.2.3" +version = "0.2.0" authors = ["Ashot Vardanian <1983160+ashvardanian@users.noreply.github.com>"] description = "Smaller & Faster Single-File Vector Search Engine from Unum" edition = "2021" diff --git a/VERSION b/VERSION index 71790396..0ea3a944 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.3 +0.2.0 diff --git a/conanfile.py b/conanfile.py index 9151b7bc..d08cda38 100644 --- a/conanfile.py +++ b/conanfile.py @@ -4,7 +4,7 @@ class USearchConan(ConanFile): name = 'USearch' - version = '0.2.3' + version = '0.2.0' license = 'Apache 2.0' url = 'https://github.com/unum-cloud/usearch' description = 'Smaller & Faster Single-File Vector Search Engine from Unum' diff --git a/package.json b/package.json index 61cea389..7828d8f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "usearch", - "version": "0.2.3", + "version": "0.2.0", "description": "Smaller & Faster Single-File Vector Search Engine from Unum", "author": "Ashot Vardanian", "license": "Apache 2.0", @@ -18,5 +18,11 @@ }, "scripts": { "test": "node javascript/test.js" + }, + "devDependencies": { + "@semantic-release/exec": "^6.0.3", + "@semantic-release/git": "^10.0.1", + "conventional-changelog-eslint": "^3.0.9", + "semantic-release": "^21.0.2" } -} \ No newline at end of file +}