Skip to content

Commit

Permalink
Build: Released 0.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.3.0](v0.2.4...v0.3.0) (2023-05-17)

### Add

* configs and stats for `add()` and `search()` ([69dd3c4](69dd3c4))

### Docs

* CODE_OF_CONDUCT.md ([22745f6](22745f6))
* Contribution guides and templates ([9f72507](9f72507))
* Extended Doxygen scope ([1356394](1356394))
* Update Multi-Threading section with configs ([4fc8fbb](4fc8fbb))

### Fix

* Swift package compatibility ([40f1a1f](40f1a1f))

### Make

* Upgrading GitHub actions CI ([d0afffb](d0afffb))
  • Loading branch information
semantic-release-bot committed May 17, 2023
1 parent a0a8699 commit bdca717
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "usearch"
version = "0.2.4"
version = "0.3.0"
authors = ["Ashot Vardanian <[email protected]>"]
description = "Smaller & Faster Single-File Vector Search Engine from Unum"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.4
0.3.0
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class USearchConan(ConanFile):

name = 'USearch'
version = '0.2.4'
version = '0.3.0'
license = 'Apache 2.0'
url = 'https://github.com/unum-cloud/usearch'
description = 'Smaller & Faster Single-File Vector Search Engine from Unum'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "usearch",
"version": "0.2.4",
"version": "0.3.0",
"description": "Smaller & Faster Single-File Vector Search Engine from Unum",
"author": "Ashot Vardanian",
"license": "Apache 2.0",
Expand Down

0 comments on commit bdca717

Please sign in to comment.