Skip to content

Commit

Permalink
Merge pull request #39 from timothycrosley/feature/improve-test-coverage
Browse files Browse the repository at this point in the history
Release version 1.3.0
  • Loading branch information
timothycrosley authored Sep 16, 2019
2 parents 1389b7f + 408be62 commit f65d9ff
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@ see the [Installation QuickStart](https://timothycrosley.github.io/portray/docs/

Changelog
=========
## 1.3.0 - September 15 2019
- Potentially backward compatibility breaking performance optimization: portray now only renders root project files + the specified documentation directory + any specified extra_dirs.
If a previously utilized file used to be auto included, but is no longer, you can force its inclusion by adding its directory to `extra_dirs.`
For many projects, this change results in a significantly smaller output size and significantly faster documentation generation.
- Implemented [Issue 31](https://github.com/timothycrosley/portray/issues/31) - Improved repository auto-discovery and formatting.
- Fixed [Issue 33](https://github.com/timothycrosley/portray/issues/33) - Improving usability and documentation of nav customization.
- Added many additional test cases - Reaching 100% test coverage.
- Added indicators that let users know what step is occurring during documentation generation.

## 1.2.4 - September 5 2019
- Fixed [Issue 23](https://github.com/timothycrosley/portray/issues/23) - A confirmed regression from moving to `pdocs` that caused root modules to not be auto included.

Expand Down
2 changes: 1 addition & 1 deletion portray/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2.4"
__version__ = "1.3.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "portray"
version = "1.2.4"
version = "1.3.0"
description = "Your Project with Great Documentation"
authors = ["Timothy Crosley <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit f65d9ff

Please sign in to comment.