Skip to content

Commit

Permalink
Merge pull request #56 from bitcrowd/bump-to-0-17-0
Browse files Browse the repository at this point in the history
Bump to 0.17.0
  • Loading branch information
maltoe authored Dec 20, 2023
2 parents a8dd426 + a931cda commit e82df16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- SPDX-License-Identifier: Apache-2.0 -->

## Unreleased
## [0.17.0] - 2023-12-20

### Added

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This library contains Bitcrowd's collection of tiny Ecto helpers.
* `BitcrowdEcto.Repo` contains extensions for Ecto repos, like `fetch/2`.
* `BitcrowdEcto.Migrator` contains a tool for migrating from within releases.
* `BitcrowdEcto.Migration` contains functions used in migrations.
* `BitcrowdEcto.Changeset` contains mostly validators.
* `BitcrowdEcto.Changeset` contains mostly validators, plus the introspection-based `cast_all/3`.
- The `validate_money/3` validator is enabled when you add `ex_money` as a dependency to your project. Note that you need to recompile `bitcrowd_ecto` when you add `ex_money` later.
* `BitcrowdEcto.DateTime` contains date/time helpers.
* `BitcrowdEcto.Assertions` has an assortment of useful ExUnit assertions related to Ecto schemas.
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
defmodule BitcrowdEcto.MixProject do
use Mix.Project

@version "0.16.0"
@version "0.17.0"

def project do
[
Expand Down

0 comments on commit e82df16

Please sign in to comment.