From 60540f8568156c28c42a1e87402aa04db9dd42e9 Mon Sep 17 00:00:00 2001 From: Martin Larralde Date: Wed, 28 Feb 2024 21:48:29 +0100 Subject: [PATCH] Release v0.8.0 --- CHANGELOG.md | 10 +++++++++- COPYING | 2 +- Cargo.toml | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4013d2a..914f3e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] -[Unreleased]: https://github.com/fastobo/fastobo-syntax/compare/v0.7.4...HEAD +[Unreleased]: https://github.com/fastobo/fastobo-syntax/compare/v0.8.0...HEAD + +## [v0.8.0] - 2024-02-28 +[v0.8.0]: https://github.com/fastobo/fastobo-syntax/compare/v0.7.4...v0.8.0 +### Changed +- Bump `pest` dependency to `v2.7`. +- Change rules for unreserved tags. +- Split `Boolean` rule into two sub-rules for `true` and `false` literals. +- Rename rules from ISO-8601 specification. ## [v0.7.4] - 2022-12-05 [v0.7.4]: https://github.com/fastobo/fastobo-syntax/compare/v0.7.3...v0.7.4 diff --git a/COPYING b/COPYING index 2cc070b..71d6e50 100644 --- a/COPYING +++ b/COPYING @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019-2022 Martin Larralde +Copyright (c) 2019-2024 Martin Larralde Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Cargo.toml b/Cargo.toml index d45ba98..d90d579 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fastobo-syntax" -version = "0.7.4" +version = "0.8.0" authors = ["Martin Larralde "] license = "MIT" readme = "README.md"