Skip to content

Commit 12bdaef

Browse files
committed
chore: bump version
update CHANGELOG.md and include usage-rules.md to hex package
1 parent db76909 commit 12bdaef

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# 2.1.0 (2025-08-31)
2+
3+
* feat: Usage rules by @pcharbon70 in https://github.com/edgurgel/mimic/pull/102
4+
* fix: define replaced Elixir module macros using defmacro by @yastanotheruser in https://github.com/edgurgel/mimic/pull/104
5+
6+
# 2.0.2 (2025-08-12)
7+
8+
* fix: Mimic.Module compilation when no options are stored. https://github.com/edgurgel/mimic/pull/101
9+
10+
# 2.0.1 (2025-08-08)
11+
12+
* Bump `ham` requirement
13+
114
# 2.0.0 (2025-07-13)
215

316
## Breaking changes

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Mimic.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/edgurgel/mimic"
5-
@version "2.0.2"
5+
@version "2.1.0"
66

77
def project do
88
[
@@ -41,7 +41,7 @@ defmodule Mimic.Mixfile do
4141
defp package do
4242
[
4343
description: "Mocks for Elixir functions",
44-
files: ["lib", "LICENSE", "mix.exs", "README.md", ".formatter.exs"],
44+
files: ["lib", "LICENSE", "mix.exs", "README.md", ".formatter.exs", "usage-rules.md"],
4545
licenses: ["Apache-2.0"],
4646
maintainers: ["Eduardo Gurgel"],
4747
links: %{

0 commit comments

Comments
 (0)