Skip to content

Commit

Permalink
Release v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicGrobol committed Dec 27, 2017
1 parent 7b19488 commit 486b754
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
[Semantic Versioning](http://semver.org/).

## [Unreleased]
[Unreleased]: https://github.com/LoicGrobol/ginger/compare/v0.10.3...HEAD
[Unreleased]: https://github.com/LoicGrobol/ginger/compare/v0.11.0...HEAD

## [0.11.0] - 2017-12-27
[0.11.0]: https://github.com/LoicGrobol/ginger/compare/v0.10.3...0.11.0
### Added
- Support for CoNLL-U `sent_id` and `text` metadata
- UD Nodes (`libginger.UDNodes` and subtypes) have a new `space_after: bool` property corresponding to UD 'SpaceAfter'
Expand Down
2 changes: 1 addition & 1 deletion ginger.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
`ginger -f conllu input.conll -t tikz output.tex`
"""

__version__ = 'ginger 0.10.3'
__version__ = 'ginger 0.11.0'

import sys
import contextlib
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ginger",
"version": "0.10.3",
"version": "0.11.0",
"description": "Format conversion and graphical representation of [Universal Dependencies](http://universaldependencies.org) trees.",
"url": "https://github.com/LoicGrobol/ginger",
"author": {
Expand Down Expand Up @@ -35,4 +35,4 @@
"ginger": "ginger.ginger:main_entry_point"
}
}
}
}

0 comments on commit 486b754

Please sign in to comment.