Skip to content

Commit 7d388cd

Browse files
committed
Release version 3.20.1
1 parent 5ec452f commit 7d388cd

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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+
813
## v3.20.0 - 2024-07-10
914

1015
* Respect minLength when generating string examples by @zorbash in https://github.com/open-api-spex/open_api_spex/pull/608

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The package can be installed by adding `:open_api_spex` to your list of dependen
2424
```elixir
2525
def deps do
2626
[
27-
{:open_api_spex, "~> 3.18"}
27+
{:open_api_spex, "~> 3.20"}
2828
]
2929
end
3030
```

Diff for: mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule OpenApiSpex.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/open-api-spex/open_api_spex"
5-
@version "3.20.0"
5+
@version "3.20.1"
66

77
def project do
88
[

0 commit comments

Comments
 (0)