Skip to content

Commit

Permalink
Merge pull request #151 from peek-travel/chore/bump-version
Browse files Browse the repository at this point in the history
chore: bump version to 0.5.0
  • Loading branch information
brunohkbx committed Sep 7, 2023
2 parents f3d40ee + cadf50f commit 478470a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased][]

- Include virtual fields in the EctoDiff struct by default. Minimum Ecto version required is 3.8.
- Nothing yet

## [0.5.0][]

### Added

- Include virtual fields in the EctoDiff struct by default. This might be a breaking change for a very small number of users. [#150](https://github.com/peek-travel/ecto_diff/pull/150)
- Minimum Ecto version required is now 3.8 to be able to inspect virtual fields.

## [0.4.0][]

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule EctoDiff.MixProject do
use Mix.Project

@version "0.4.0"
@version "0.5.0"
@source_url "https://github.com/peek-travel/ecto_diff"

def project do
Expand Down

0 comments on commit 478470a

Please sign in to comment.