.. :changelog: Changelog --------- 0.2.1 (2018-05-21) +++++++++++++++++++ - A bugfix for the diff parser. - Grammar files can now be loaded from a specific path. 0.2.0 (2018-04-15) +++++++++++++++++++ - f-strings are now parsed as a part of the normal Python grammar. This makes it way easier to deal with them. 0.1.1 (2017-11-05) +++++++++++++++++++ - Fixed a few bugs in the caching layer - Added support for Python 3.7 0.1.0 (2017-09-04) +++++++++++++++++++ - Pulling the library out of Jedi. Some APIs will definitely change.