From e4deef525d09110b17d5320f6bd35f9fefca9705 Mon Sep 17 00:00:00 2001 From: Dimitris Zorbas Date: Tue, 19 Dec 2023 15:52:19 +0200 Subject: [PATCH] Release version 3.18.1 --- CHANGELOG.md | 8 ++++++++ mix.exs | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a6d8c7a..28057b04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## v3.18.1 - 2023-12-19 + +* Fix `assert_operation_response/2` header lookup by @msutkowski in https://github.com/open-api-spex/open_api_spex/pull/584 +* Exclude empty paths (`operation false`) from generated spec by @alisinabh in https://github.com/open-api-spex/open_api_spex/pull/583 +* Cast discriminator when no title present (#574) by @albertored in https://github.com/open-api-spex/open_api_spex/pull/574 +* Docstest Operation.parameter/5 by @zorbash +* Document the spec export task `--filename` option by @zorbash + ## v3.18.0 - 2023-08-23 * 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 --git a/mix.exs b/mix.exs index 78459d52..e130d38c 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule OpenApiSpex.Mixfile do use Mix.Project @source_url "https://github.com/open-api-spex/open_api_spex" - @version "3.18.0" + @version "3.18.1" def project do [