From 4b7bb16bf4aec88f24e4cfda092da4c3d4d7e232 Mon Sep 17 00:00:00 2001 From: Svyatoslav Kryukov Date: Mon, 24 Jun 2024 09:32:02 +0300 Subject: [PATCH] Bump 0.3.2 --- CHANGELOG.md | 7 ++++++- lib/skooma/version.rb | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b88ca26..de9fa09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,13 @@ and this project adheres to [Semantic Versioning]. ## [Unreleased] +## [0.3.2] - 2024-06-24 + ### Fixed - Fix deprecation `MiniTest::Unit.after_tests is now Minitest.after_run`. ([@barnaclebarnes]) - Exclude test helpers from eager loading. ([@skryukov]) +- Update oas-3.1 base schema. ([@skryukov]) ## [0.3.1] - 2024-04-11 @@ -119,7 +122,9 @@ and this project adheres to [Semantic Versioning]. [@skryukov]: https://github.com/skryukov [@ursm]: https://github.com/ursm -[Unreleased]: https://github.com/skryukov/skooma/compare/v0.3.0...HEAD +[Unreleased]: https://github.com/skryukov/skooma/compare/v0.3.2...HEAD +[0.3.2]: https://github.com/skryukov/skooma/compare/v0.3.1...v0.3.2 +[0.3.1]: https://github.com/skryukov/skooma/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/skryukov/skooma/compare/v0.2.3...v0.3.0 [0.2.3]: https://github.com/skryukov/skooma/compare/v0.2.2...v0.2.3 [0.2.2]: https://github.com/skryukov/skooma/compare/v0.2.1...v0.2.2 diff --git a/lib/skooma/version.rb b/lib/skooma/version.rb index 75861ca..b7c5b52 100644 --- a/lib/skooma/version.rb +++ b/lib/skooma/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Skooma - VERSION = "0.3.1" + VERSION = "0.3.2" end