Skip to content

Commit 360fa85

Browse files
authored
Releases v3.3.0 (#37)
1 parent 0e753d6 commit 360fa85

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.3.0] - 2025-08-31
11+
12+
### Added
13+
14+
- Depends on Jason library
15+
1016
## [3.2.0] - 2025-08-31
1117

1218
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Add `predicator` to your list of dependencies in `mix.exs`:
3232
```elixir
3333
def deps do
3434
[
35-
{:predicator, "~> 3.2"}
35+
{:predicator, "~> 3.3"}
3636
]
3737
end
3838
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Predicator.MixProject do
22
use Mix.Project
33

44
@app :predicator
5-
@version "3.2.0"
5+
@version "3.3.0"
66
@description "A secure, non-evaling condition (boolean predicate) engine for end users"
77
@source_url "https://github.com/riddler/predicator-ex"
88
@deps [

0 commit comments

Comments
 (0)