Skip to content

Commit

Permalink
Prepare 0.1.0-alpha01 release
Browse files Browse the repository at this point in the history
  • Loading branch information
05nelsonm committed Dec 11, 2023
1 parent 5dc6a4e commit 62d8464
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
# CHANGELOG

## Version 0.1.0-alpha01 (2023-12-10)
- Initial `alpha01` release
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,17 @@ fun nativeMain(f1: File, f2: File) {
}
```

### Get Started

<!-- TAG_VERSION -->
```kotlin
dependencies {
implementation("io.matthewnelson.kmp-file:file:0.1.0-alpha01")
}
```

<!-- TAG_VERSION -->
[badge-latest-release]: https://img.shields.io/badge/latest--release-0.1.0-5d2f68.svg?style=flat&logoColor=5d2f68
[badge-latest-release]: https://img.shields.io/badge/latest--release-0.1.0--alpha01-blue.svg?style=flat
[badge-license]: https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat

<!-- TAG_DEPENDENCIES -->
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ POM_DEVELOPER_ID=05nelsonm
POM_DEVELOPER_NAME=Matthew Nelson
POM_DEVELOPER_URL=https://github.com/05nelsonm/

VERSION_NAME=0.1.0-SNAPSHOT
VERSION_NAME=0.1.0-alpha01
# 0.1.0-alpha01 = 00 01 00 11
# 0.1.0-beta01 = 00 01 00 21
# 0.1.0-rc01 = 00 01 00 31
# 0.1.0 = 00 01 00 99
# 1.1.0 = 01 01 00 99
VERSION_CODE=00010099
VERSION_CODE=00010011
1 change: 0 additions & 1 deletion library/file/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ kmpConfiguration {
kotlin.srcDir(testConfig.testConfigSrcDir)

dependencies {
implementation(kotlin("test"))
implementation(libs.encoding.base16)
implementation(libs.kotlincrypto.hash.sha2)
}
Expand Down

0 comments on commit 62d8464

Please sign in to comment.