Skip to content

Commit

Permalink
0.6.0: Association inclusion, limit depth, unscoping, disable nullify, …
Browse files Browse the repository at this point in the history
  • Loading branch information
Envek committed Jun 18, 2024
1 parent a8f7ceb commit 51168fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion lib/evil_seed/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module EvilSeed
VERSION = '0.5.0'
VERSION = '0.6.0'
end

0 comments on commit 51168fc

Please sign in to comment.