Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sasa1977 committed Sep 7, 2023
1 parent 3dbc539 commit 1d06d62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.10.1

- Improved compiler performance. On a large project (7k+ files, 480k LOC), the running time is reduced from about 50 seconds to about 1 second.

# 0.10.0

- Added the support for ignoring "dirty" xrefs via the `dirty_xrefs` option. See `Boundary` module docs for details.
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Boundary.MixProject do
use Mix.Project

@version "0.10.0"
@version "0.10.1"

def project do
[
Expand Down

0 comments on commit 1d06d62

Please sign in to comment.