diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index 8956ba18..a8b0dcf1 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -28,7 +28,7 @@ env: ALGOLIA_INDEX_NAME: akkurate ALGOLIA_KEY: ${{ secrets.ALGOLIA_KEY }} CONFIG_JSON_PRODUCT: AKKURATE - CONFIG_JSON_VERSION: 0.4.0 + CONFIG_JSON_VERSION: 0.5.0 jobs: build-documentation: diff --git a/CHANGELOG.md b/CHANGELOG.md index 70e05927..0a449ea3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.5.0] - 2023-11-28 + ### Added - New configuration option to fail on the first constraint violation ([#19](https://github.com/nesk/akkurate/issues/19)) @@ -84,7 +86,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). First release -[Unreleased]: https://github.com/nesk/akkurate/compare/0.4.0...HEAD +[Unreleased]: https://github.com/nesk/akkurate/compare/0.5.0...HEAD +[0.5.0]: https://github.com/nesk/akkurate/compare/0.4.0...0.5.0 [0.4.0]: https://github.com/nesk/akkurate/compare/0.3.0...0.4.0 [0.3.0]: https://github.com/nesk/akkurate/compare/0.2.0...0.3.0 [0.2.0]: https://github.com/nesk/akkurate/compare/0.1.1...0.2.0 diff --git a/documentation/v.list b/documentation/v.list index fe2f9e38..1f6cc23b 100644 --- a/documentation/v.list +++ b/documentation/v.list @@ -2,7 +2,7 @@ - + diff --git a/documentation/writerside.cfg b/documentation/writerside.cfg index 59e3b4ec..e8bcdb84 100644 --- a/documentation/writerside.cfg +++ b/documentation/writerside.cfg @@ -4,5 +4,5 @@ - + diff --git a/library/build.gradle.kts b/library/build.gradle.kts index 49d81e00..044000ee 100644 --- a/library/build.gradle.kts +++ b/library/build.gradle.kts @@ -8,7 +8,7 @@ plugins { } group = "dev.nesk.akkurate" -version = "0.4.0" +version = "0.5.0" repositories { mavenCentral() diff --git a/plugin/build.gradle.kts b/plugin/build.gradle.kts index 49233a64..a5e53630 100644 --- a/plugin/build.gradle.kts +++ b/plugin/build.gradle.kts @@ -17,7 +17,7 @@ buildscript { apply(plugin = "com.karumi.kotlin-snapshot") group = "dev.nesk.akkurate" -version = "0.4.0" +version = "0.5.0" repositories { mavenCentral()