Skip to content

Commit

Permalink
xqt-platform 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rhdunn committed May 24, 2023
1 parent 4c04951 commit 9bea58e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,16 @@ Maven:
<dependency>
<groupId>io.github.rhdunn</groupId>
<artifactId>xqt-platform</artifactId>
<version>1.0.0</version>
<version>0.2.0</version>
</dependency>

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 |
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/ProjectMetadata.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9bea58e

Please sign in to comment.