Skip to content

Commit

Permalink
[version_release] version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
enewbury committed Apr 5, 2022
1 parent 63b1b50 commit 568ab51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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.0] - 2022-4-4
### Added
* Preserve errors when using Quarry.build vs Quarry.build!
* CI updates
Expand All @@ -17,4 +19,5 @@
* Initial release

<!-- next-url -->
[Unreleased]: https://github.com/enewbury/quarry/compare/v0.2.1...HEAD
[Unreleased]: https://github.com/enewbury/quarry/compare/v0.3.0...HEAD
[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.1.0"}
{:quarry, "0.3.0"}
]
end
```
Expand Down

0 comments on commit 568ab51

Please sign in to comment.