diff --git a/CHANGELOG.md b/CHANGELOG.md index df1c11e..42159a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0] - 2023-05-24 + ### Fixed - Improve the build infrastructure to support automated deployment. @@ -32,5 +34,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 4. MarkLogic 6.0 - 9.0 Vendor Extensions 5. Saxon 9.8 - 11.0 Vendor Extensions -[Unreleased]: https://github.com/rhdunn/xqt-platform/compare/0.1...HEAD +[Unreleased]: https://github.com/rhdunn/xqt-platform/compare/0.2...HEAD +[0.2.0]: https://github.com/rhdunn/xqt-platform/compare/0.1...0.2 [0.1]: https://github.com/rhdunn/xqt-platform/releases/tag/0.1 diff --git a/README.md b/README.md index 24ab8a6..b56525b 100644 --- a/README.md +++ b/README.md @@ -55,16 +55,16 @@ Maven: io.github.rhdunn xqt-platform - 1.0.0 + 0.2.0 Gradle (Groovy DSL): - implementation 'io.github.rhdunn:xqt-platform:1.0.0' + implementation 'io.github.rhdunn:xqt-platform:0.2.0' Gradle (Kotlin DSL): - implementation("io.github.rhdunn:xqt-platform:1.0.0") + implementation("io.github.rhdunn:xqt-platform:0.2.0") ## Supported Kotlin/Native Targets | Target [1] | Family | Tier [1] | Status | diff --git a/buildSrc/src/main/kotlin/ProjectMetadata.kt b/buildSrc/src/main/kotlin/ProjectMetadata.kt index a17288a..88818b6 100644 --- a/buildSrc/src/main/kotlin/ProjectMetadata.kt +++ b/buildSrc/src/main/kotlin/ProjectMetadata.kt @@ -20,12 +20,12 @@ object ProjectMetadata { /** * The semantic version of the current version. */ - const val VersionTag = "0.2" + const val VersionTag = "0.2.0" /** * The build type of this project. */ - val Type = BuildType.Snapshot + val Type = BuildType.Release /** * The artifact version ID.