Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanos committed Jul 7, 2024
1 parent 751a466 commit 61d4db8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.10.0] - 2024-07-06

### Added

- support for rewiring `use` macros

## [0.9.0] - 2022-10-02

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Just add `rewire` to your list of dependencies in mix.exs:
```elixir
def deps do
[
{:rewire, "~> 0.9", only: :test}
{:rewire, "~> 0.10", only: :test}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Rewire.MixProject do
def project do
[
app: :rewire,
version: "0.9.0",
version: "0.10.0",
elixir: "~> 1.13",
start_permanent: Mix.env() == :prod,
elixirc_paths: elixirc_paths(Mix.env()),
Expand Down

0 comments on commit 61d4db8

Please sign in to comment.