Skip to content

Commit fd0d842

Browse files
committed
Release version 3.19.0
1 parent 8898859 commit fd0d842

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ 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.19.0 - 2024-04-30
9+
10+
* Support response code ranges by @zorbash in 8898859da1
11+
812
## v3.18.3 - 2024-03-15
913

1014
* Relax dependency constraint on ymlr to allow version ~> 5.0 by @egze in https://github.com/open-api-spex/open_api_spex/pull/586

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.18.3"
5+
@version "3.19.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)