From 2798f58e65cf4324cd9c5c39e6128176a08f0050 Mon Sep 17 00:00:00 2001 From: Martin Larralde Date: Sat, 25 Jan 2020 20:19:38 +0100 Subject: [PATCH] Release v1.1.5 --- CHANGELOG.md | 10 ++++++++-- pronto/_version.txt | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e5384e..c9f65f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] -[Unreleased]: https://github.com/althonos/pronto/compare/v1.1.4...HEAD +[Unreleased]: https://github.com/althonos/pronto/compare/v1.1.5...HEAD + +## [1.1.5] - 2020-01-25 +[1.1.5]: https://github.com/althonos/pronto/compare/v1.1.4...v1.1.5 +### Changed +- Bumped `fastobo` to `v0.7.0`, switching parser implementation to use + multi-threading in order to speedup the parser process. ## [1.1.4] - 2020-01-21 -[1.1.3]: https://github.com/althonos/pronto/compare/v1.1.3...v1.1.4 +[1.1.4]: https://github.com/althonos/pronto/compare/v1.1.3...v1.1.4 ### Added - Explicit support for Python 3.8. - Support for Windows-style line endings diff --git a/pronto/_version.txt b/pronto/_version.txt index 65087b4..e25d8d9 100644 --- a/pronto/_version.txt +++ b/pronto/_version.txt @@ -1 +1 @@ -1.1.4 +1.1.5