diff --git a/CHANGELOG.md b/CHANGELOG.md index eb67eca4..23506f3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## 1.14 -Release date: UNRELEASED +Release date: 2024-01-08 ### New features and improvements @@ -13,8 +13,8 @@ Release date: UNRELEASED ### Bug fixes -* Fixed issue with ImageRenderer where the GL context wasn't released, ultimately causing a crash when running the test suite (which could involve many hundreds of context creation) (#616) -* Fixed CLI help for the lreverse command (#683) +* Fixed issue with `ImageRenderer` where the GL context wasn't released, ultimately causing a crash when running the test suite (which could involve many hundreds of context creation) (#616) +* Fixed CLI help for the `lreverse` command (#683) ### Other changes diff --git a/pyproject.toml b/pyproject.toml index 44984164..efd21a4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "vpype" -version = "1.14.0a0" +version = "1.14.0" description = "The Swiss Army knife of vector graphics for pen plotters" authors = ["Antoine Beyeler "] license = "MIT"