From 51168fc23bbda83b874f65fe295a9b68dd51bab3 Mon Sep 17 00:00:00 2001 From: Andrey Novikov Date: Tue, 18 Jun 2024 23:57:36 +0900 Subject: [PATCH] =?UTF-8?q?0.6.0:=20Association=20inclusion,=20limit=20dep?= =?UTF-8?q?th,=20unscoping,=20disable=20nullify,=20=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 2 ++ lib/evil_seed/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be7599b..fdabe56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.0] - 2024-06-18 + ### Added - Association inclusion option. [@gazay] ([#13](https://github.com/evilmartians/evil-seed/pull/13)) diff --git a/lib/evil_seed/version.rb b/lib/evil_seed/version.rb index 8bd1ad6..0c0d94f 100644 --- a/lib/evil_seed/version.rb +++ b/lib/evil_seed/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module EvilSeed - VERSION = '0.5.0' + VERSION = '0.6.0' end