Skip to content

Commit

Permalink
Release v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Sep 28, 2020
1 parent 1042068 commit df8a4a1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.


## [Unreleased]
[Unreleased]: https://github.com/fastobo/fastobo-syntax/compare/v0.6.1...HEAD
[Unreleased]: https://github.com/fastobo/fastobo-syntax/compare/v0.6.2...HEAD

## [v0.6.2] - 20202-09-28
[v0.6.2]: https://github.com/fastobo/fastobo-syntax/compare/v0.6.1...v0.6.2
### Fixed
- Parser crashing on URLs missing a trailing slash after the host component
(e.g. `http://example.com`).

## [v0.6.1] - 2020-08-28
[v0.6.1]: https://github.com/fastobo/fastobo-syntax/compare/v0.6.0...v0.6.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fastobo-syntax"
version = "0.6.1"
version = "0.6.2"
authors = ["Martin Larralde <martin.larralde@embl.de>"]
license = "MIT"
readme = "README.md"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `fastobo-syntax` [![Star me](https://img.shields.io/github/stars/fastobo/fastobo-syntax.svg?style=social&label=Star&maxAge=3600)](https://github.com/fastobo/fastobo-syntax/stargazers)

*PEG Syntax and pest parser for the OBO flat file format 1.4*
*PEG Syntax and pest lexer for the OBO flat file format 1.4.*

[![TravisCI](https://img.shields.io/travis/com/fastobo/fastobo-syntax/master.svg?maxAge=600&style=flat-square)](https://travis-ci.com/fastobo/fastobo-syntax/branches)
[![Codecov](https://img.shields.io/codecov/c/gh/fastobo/fastobo-syntax/master.svg?style=flat-square&maxAge=600)](https://codecov.io/gh/fastobo/fastobo-syntax)
Expand Down Expand Up @@ -32,7 +32,7 @@ The syntax is a strict implementation of the 1.4 format, with the following exce
to support some ontology files using `obo2owl` or the `owlapi` to generate their OBO
counterpart, which does not quote-enclose property values
([owlcs/owlapi#833](https://github.com/owlcs/owlapi/pull/833)).
* ISO-8601 datetimes can only be parsed from the canonical format (`ỲYYY-MM-DDTHH:MM:SS`)
* ISO-8601 datetimes can only be parsed from the canonical format (`YYYY-MM-DDTHH:MM:SS`)
with an optional timezone. Week dates and calendar dates are not supported.


Expand Down

0 comments on commit df8a4a1

Please sign in to comment.