From 82a44fb273d91a61e492a8d68132653bcad9cf30 Mon Sep 17 00:00:00 2001 From: Markus Mayer <widemeadows@gmail.com> Date: Mon, 24 Apr 2023 22:55:37 +0200 Subject: [PATCH] Finish 0.0.2 --- CHANGELOG.md | 3 ++- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61fc66b..250e2c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. This project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [0.0.2] - 2023-04-24 ### Added @@ -25,5 +25,6 @@ This project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - 🎉 Initial release. +[0.0.2]: https://github.com/sunsided/pddl-rs/releases/tag/0.0.2 [0.0.1]: https://github.com/sunsided/pddl-rs/releases/tag/0.0.1 [0.0.0]: https://github.com/sunsided/pddl-rs/releases/tag/0.0.0 diff --git a/Cargo.toml b/Cargo.toml index 5c15639..1d74f47 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pddl" -version = "0.0.1" +version = "0.0.2" description ="A PDDL 3.1 parser" license = "EUPL-1.2" documentation = "https://docs.rs/pddl"