Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Mar 30, 2016
1 parent 1461ef5 commit 2eec2cf
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Releases

## Perceval 0.1 - (2016-03-30)

**New features and improvements:**

* Supports Python 3.4 and newer versions.
* Fetches and caches information from several software repositories:
- Bugzilla
- Gerrit
- Git
- GitHub
- Jira
- MBox
- Stack Exchange
* Metadata fields are added to fetched items.
* Dates and times used to request data are always converted to UTC.
* Unit testing framework is available. Currently, these
unit tests cover the 62% of the source code.


** Bugs fixed: **

* Some Git commit log entries may not contain information about files.
Before this was fixed, Perceval raised an exception with a "_Unexpected
end of log stream_" message. (#8)
* Empty Git commit logs raised erros when were parsed. (#17)
* Character ^M) produced some parsing errors in the Git backend. (#21)
2 changes: 1 addition & 1 deletion perceval/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
# Authors:
# Santiago Dueñas <[email protected]>

__version__ = "0.0.1"
__version__ = "0.1.0"

0 comments on commit 2eec2cf

Please sign in to comment.