Skip to content

Commit

Permalink
[version_release] version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
enewbury committed Apr 11, 2022
1 parent 1280fd8 commit 64cc186
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<!-- next-header -->

## [Unreleased] - ReleaseDate

## [0.3.1] - 2022-4-11
Fix: Nested filter breaks without load option
Add: Included `load_path` on sort and filter error types to show which subquery these errors belong to

Expand All @@ -21,5 +23,6 @@ Add: Included `load_path` on sort and filter error types to show which subquery
* Initial release

<!-- next-url -->
[Unreleased]: https://github.com/enewbury/quarry/compare/v0.3.0...HEAD
[Unreleased]: https://github.com/enewbury/quarry/compare/v0.3.1...HEAD
[0.3.1]: https://github.com/enewbury/quarry/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/enewbury/quarry/compare/v0.2.1...v0.3.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The package can be installed by adding `quarry` to your list of dependencies in
```elixir
def deps do
[
{:quarry, "~> 0.3.0"}
{:quarry, "~> 0.3.1"}
]
end
```
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 Quarry.MixProject do
use Mix.Project

@version "0.3.0"
@version "0.3.1"
@source_url "https://github.com/enewbury/quarry"

def project do
Expand Down

0 comments on commit 64cc186

Please sign in to comment.