diff --git a/CHANGELOG.md b/CHANGELOG.md index 6661060..f4e1b71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ * is-it-maintained badges had wrong repository definitions * maintenance status was given wrongly + * move maintenance status to top ## [5.0.4](https://github.com/ISibboI/evalexpr/compare/5.0.3...5.0.4) - 2019-09-13 diff --git a/Cargo.toml b/Cargo.toml index 48f4f92..3f13693 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,9 +13,9 @@ license = "MIT" edition = "2018" [badges] +maintenance = { status = "actively-developed" } is-it-maintained-issue-resolution = { repository = "ISibboI/evalexpr" } is-it-maintained-open-issues = { repository = "ISibboI/evalexpr" } -maintenance = { status = "actively-developed" } [lib] name = "evalexpr"