Skip to content

Commit

Permalink
Release version 3.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zorbash committed Jul 31, 2024
1 parent 5ec452f commit 7d388cd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v3.20.1 - 2024-07-31

* Support custom error messages in custom validators by @GregorGrasselli in https://github.com/open-api-spex/open_api_spex/pull/621
* Update Schema.example/2 typespec to allow references by @zorbash in 5ec452f

## v3.20.0 - 2024-07-10

* Respect minLength when generating string examples by @zorbash in https://github.com/open-api-spex/open_api_spex/pull/608
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The package can be installed by adding `:open_api_spex` to your list of dependen
```elixir
def deps do
[
{:open_api_spex, "~> 3.18"}
{:open_api_spex, "~> 3.20"}
]
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 OpenApiSpex.Mixfile do
use Mix.Project

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

def project do
[
Expand Down

0 comments on commit 7d388cd

Please sign in to comment.