Skip to content

Commit

Permalink
Dropped support for Elixir < 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed May 19, 2024
1 parent 2628d5e commit 1e85eaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## 0.2.2 (unreleased)
## 0.3.0 (unreleased)

- Added support for `halfvec` and `sparsevec` types
- Added support for `bit` type to Ecto
- Added `Pgvector.extensions/0` function
- Added `l1_distance`, `hamming_distance`, and `jaccard_distance` functions for Ecto
- Dropped support for Elixir < 1.12

## 0.2.1 (2023-09-25)

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule Pgvector.MixProject do
[
app: :pgvector,
version: @version,
elixir: "~> 1.11",
elixir: "~> 1.12",
deps: deps(),
docs: docs(),
package: package(),
Expand Down

0 comments on commit 1e85eaa

Please sign in to comment.