Skip to content

Commit e4deef5

Browse files
committed
Release version 3.18.1
1 parent fb02fb7 commit e4deef5

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Diff for: CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.18.1 - 2023-12-19
9+
10+
* Fix `assert_operation_response/2` header lookup by @msutkowski in https://github.com/open-api-spex/open_api_spex/pull/584
11+
* Exclude empty paths (`operation false`) from generated spec by @alisinabh in https://github.com/open-api-spex/open_api_spex/pull/583
12+
* Cast discriminator when no title present (#574) by @albertored in https://github.com/open-api-spex/open_api_spex/pull/574
13+
* Docstest Operation.parameter/5 by @zorbash
14+
* Document the spec export task `--filename` option by @zorbash
15+
816
## v3.18.0 - 2023-08-23
917

1018
* Relax dependency constraint on ymlr to allow version ~> 4.0 by @arcanemachine in https://github.com/open-api-spex/open_api_spex/pull/544

Diff for: 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.0"
5+
@version "3.18.1"
66

77
def project do
88
[

0 commit comments

Comments
 (0)