diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index d59fbd61..5e4e9fd7 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.5.0 + CONFIG_JSON_VERSION: 0.6.0 jobs: build-documentation: diff --git a/CHANGELOG.md b/CHANGELOG.md index 22519aab..4f3fd736 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.6.0] - 2023-12-11 + ### Added - Arrow integration to convert Akkurate validation results to typed errors ([#20](https://github.com/nesk/akkurate/issues/20)) @@ -90,7 +92,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). First release -[Unreleased]: https://github.com/nesk/akkurate/compare/0.5.0...HEAD +[Unreleased]: https://github.com/nesk/akkurate/compare/0.6.0...HEAD +[0.6.0]: https://github.com/nesk/akkurate/compare/0.5.0...0.6.0 [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 diff --git a/buildSrc/src/main/kotlin/akkurate.base-conventions.gradle.kts b/buildSrc/src/main/kotlin/akkurate.base-conventions.gradle.kts index 30619486..e13194cf 100644 --- a/buildSrc/src/main/kotlin/akkurate.base-conventions.gradle.kts +++ b/buildSrc/src/main/kotlin/akkurate.base-conventions.gradle.kts @@ -3,7 +3,7 @@ plugins { } group = "dev.nesk.akkurate" -version = "0.5.0" +version = "0.6.0" repositories { mavenCentral() diff --git a/documentation/v.list b/documentation/v.list index 1f6cc23b..bc0369a7 100644 --- a/documentation/v.list +++ b/documentation/v.list @@ -2,7 +2,7 @@ - + diff --git a/documentation/writerside.cfg b/documentation/writerside.cfg index e8bcdb84..8d3701b1 100644 --- a/documentation/writerside.cfg +++ b/documentation/writerside.cfg @@ -4,5 +4,5 @@ - +