Skip to content

Commit

Permalink
Update semver compatibility in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Moosieus committed Jan 14, 2025
1 parent 0f201c6 commit cf346bc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## v0.3.3 (2024-01-14)
* There are no code changes in this release. `README.md` has been updated to include compatibility with ParadeDB `0.14.x`.

## v0.3.2 (2024-11-22)
* `::fieldname` casts have been updated to `::paradedb.fieldname`. This change is backwards compatible to `0.11.0`.
* Test/example migrations have been updated to demo Paradex `0.13.0`'s new index creation syntax.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Paradex

Ecto fragments for [ParadeDB](https://www.paradedb.com/) versions `0.11.x - 0.13.x`.
Ecto fragments for [ParadeDB](https://www.paradedb.com/) versions `0.11.x - 0.14.x`.

## Installation

Expand All @@ -10,7 +10,7 @@ Add `:paradex` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:paradex, "~> 0.3.2"}
{:paradex, "~> 0.3.3"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Paradex.MixProject do
use Mix.Project

@name "Paradex"
@version "0.3.2"
@version "0.3.3"
@source_url "https://github.com/Moosieus/paradex"

def project do
Expand Down

0 comments on commit cf346bc

Please sign in to comment.