Skip to content

Commit

Permalink
Finish 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsided committed Apr 24, 2023
1 parent 76a8d96 commit 82a44fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 82a44fb

Please sign in to comment.