Skip to content

Commit 2069321

Browse files
committed
Release 3.21.3
1 parent 410f3aa commit 2069321

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.21.3 - 2025-06-25
9+
10+
* Fix cast x-validate when decoded schema by @GPrimola in https://github.com/open-api-spex/open_api_spex/pull/647
11+
* Add examples property to Schema by @madjar in https://github.com/open-api-spex/open_api_spex/pull/654
12+
* Document schema resolver duplicate titles behaviour by @zorbash in https://github.com/open-api-spex/open_api_spex/pull/656
13+
* Fix 1.18 compilation warnings by @zorbash in https://github.com/open-api-spex/open_api_spex/pull/665
814

915
## v3.21.2 - 2024-10-02
1016

mix.exs

Lines changed: 1 addition & 1 deletion
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.21.2"
5+
@version "3.21.3"
66

77
def project do
88
[

0 commit comments

Comments
 (0)