File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ 2.0.0] - 2025-08-??
8+ ## [ 2.0.0] - 2025-08-21
99
1010### Changed
1111
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Add `predicator` to your list of dependencies in `mix.exs`:
3030``` elixir
3131def deps do
3232 [
33- {:predicator , " ~> 1.1 .0" }
33+ {:predicator , " ~> 2.0 .0" }
3434 ]
3535end
3636```
Original file line number Diff line number Diff line change 11defmodule Predicator.MixProject do
22 use Mix.Project
33
4- @ version "1.1 .0"
4+ @ version "2.0 .0"
55 @ description "A secure, non-evaling condition (boolean predicate) engine for end users"
66 @ source_url "https://github.com/riddler/predicator-ex"
77 @ deps [
You can’t perform that action at this time.
0 commit comments