File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ 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+ ## v3.21.0 - 2024-09-12
9+
10+ * Update dev dependencies and example apps by @zorbash in https://github.com/open-api-spex/open_api_spex/pull/624
11+ * Support casting decimals by @zorbash in https://github.com/open-api-spex/open_api_spex/pull/634
12+ * Support decoding operations with : servers . by @loguntsov in https://github.com/open-api-spex/open_api_spex/pull/635
13+
814## v3.20.1 - 2024-07-31
915
1016* Support custom error messages in custom validators by @GregorGrasselli in https://github.com/open-api-spex/open_api_spex/pull/621
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
2424``` elixir
2525def deps do
2626 [
27- {:open_api_spex , " ~> 3.20 " }
27+ {:open_api_spex , " ~> 3.21 " }
2828 ]
2929end
3030```
Original file line number Diff line number Diff 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.1 "
5+ @ version "3.21.0 "
66
77 def project do
88 [
You can’t perform that action at this time.
0 commit comments