Skip to content

Commit 84027d4

Browse files
committed
chore: bump to 0.3.4
1 parent 137f5e6 commit 84027d4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
## Changelog
2+
# 0.3.4
3+
- Update nimble_options
24

35
# 0.3.3
46
- Make sure code is loaded before checking if functions exist

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule FactoryEx.MixProject do
44
def project do
55
[
66
app: :factory_ex,
7-
version: "0.3.3",
7+
version: "0.3.4",
88
elixir: "~> 1.13",
99
description: "Factories for elixir to help create data models at random, this works for any type of ecto structs",
1010
elixirc_paths: elixirc_paths(Mix.env()),

0 commit comments

Comments
 (0)