Skip to content

Commit

Permalink
Merge pull request #33 from lumapps/prepare_release
Browse files Browse the repository at this point in the history
Preparation for release 0.2.0
  • Loading branch information
Imonor authored Jul 16, 2019
2 parents be78c73 + dc09b61 commit 776e20a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dep_check/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__author__ = """LumApps"""
__email__ = "core-devs@lumapps.com"
__version__ = "0.1.0"
__version__ = "0.2.0"
2 changes: 1 addition & 1 deletion dependency_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependency_rules:
- yaml

dep_check.infra.std_lib_filter:
- dep_check.use_cases.interfaces
- dep_check.use_cases.interfaces

dep_check.use_cases.*:
- dep_check.use_cases.app_configuration
Expand Down
5 changes: 5 additions & 0 deletions doc/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# History

## 0.2.0 (2019-07-16)

- You can now add layers to your graph.
- The tool now warns you if a rule in your configuration file is not used.

## 0.1.0 (2019-07-09)

- First release on PyPI.

0 comments on commit 776e20a

Please sign in to comment.