File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## v3.20.1 - 2024-07-31
9
+
10
+ * Support custom error messages in custom validators by @GregorGrasselli in https://github.com/open-api-spex/open_api_spex/pull/621
11
+ * Update Schema.example/2 typespec to allow references by @zorbash in 5ec452f
12
+
8
13
## v3.20.0 - 2024-07-10
9
14
10
15
* Respect minLength when generating string examples by @zorbash in https://github.com/open-api-spex/open_api_spex/pull/608
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ The package can be installed by adding `:open_api_spex` to your list of dependen
24
24
``` elixir
25
25
def deps do
26
26
[
27
- {:open_api_spex , " ~> 3.18 " }
27
+ {:open_api_spex , " ~> 3.20 " }
28
28
]
29
29
end
30
30
```
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule OpenApiSpex.Mixfile do
2
2
use Mix.Project
3
3
4
4
@ source_url "https://github.com/open-api-spex/open_api_spex"
5
- @ version "3.20.0 "
5
+ @ version "3.20.1 "
6
6
7
7
def project do
8
8
[
You can’t perform that action at this time.
0 commit comments