Skip to content

Commit

Permalink
Prepare 0.1.0-alpha06 release
Browse files Browse the repository at this point in the history
  • Loading branch information
05nelsonm committed Feb 8, 2024
1 parent 7c3b989 commit 407b520
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## Version 0.1.0-alpha06 (2023-02-08)
- Changed `JvmName` for `FileExt` to `KmpFile` [[#37]][37]
- Added `InterruptedException` [[#39]][39]

## Version 0.1.0-alpha05 (2023-01-03)
- Fixes `File.normalize` preservation of `..` when path is not rooted [[#31]][31]
- Fixes usage of `JvmName` for `File` [[#33]][33]
Expand All @@ -23,3 +27,5 @@
[31]: https://github.com/05nelsonm/kmp-file/pull/31
[33]: https://github.com/05nelsonm/kmp-file/pull/33
[35]: https://github.com/05nelsonm/kmp-file/pull/35
[37]: https://github.com/05nelsonm/kmp-file/pull/37
[39]: https://github.com/05nelsonm/kmp-file/pull/39
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,12 +158,12 @@ fun nativeMain(f1: File, f2: File) {
<!-- TAG_VERSION -->
```kotlin
dependencies {
implementation("io.matthewnelson.kmp-file:file:0.1.0-alpha05")
implementation("io.matthewnelson.kmp-file:file:0.1.0-alpha06")
}
```

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

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

VERSION_NAME=0.1.0-alpha06-SNAPSHOT
VERSION_NAME=0.1.0-alpha06
# 0.1.0-alpha01 = 00 01 00 11
# 0.1.0-beta01 = 00 01 00 41
# 0.1.0-rc01 = 00 01 00 71
Expand Down

0 comments on commit 407b520

Please sign in to comment.