Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump to 1.0.0 #57

Merged
merged 1 commit into from
Dec 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<!-- SPDX-License-Identifier: Apache-2.0 -->

## [1.0.0] - 2023-12-21

No changes from v0.17.0.

## [0.17.0] - 2023-12-20

### Added
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ This library contains Bitcrowd's collection of tiny Ecto helpers.
* `BitcrowdEcto.Assertions` has an assortment of useful ExUnit assertions related to Ecto schemas.
* `BitcrowdEcto.Random` contains functions that generate random tokens.

<!-- MDOC -->

## Steps to release

* Replace the version number in `mix.exs`
Expand All @@ -29,4 +31,3 @@ git push --tags
mix hex.publish
```

<!-- MDOC -->
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.17.0"
@version "1.0.0"

def project do
[
Expand Down