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,11 @@ 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.22.3 - 2026-05-05
9+
10+ * chore: removed unused require(s) by @David-Klemenc in https://github.com/open-api-spex/open_api_spex/pull/700
11+ * Relax decimal requirement by @josevalim in https://github.com/open-api-spex/open_api_spex/pull/702
12+
813## v3.22.2 - 2026-01-08
914
1015* fix: type warnings Elixir 1.19 by @davydog187 in https://github.com/open-api-spex/open_api_spex/pull/693
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.22.2 "
5+ @ version "3.22.3 "
66
77 def project do
88 [
You can’t perform that action at this time.
0 commit comments