Skip to content

Commit

Permalink
Prepare 0.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
05nelsonm committed Aug 30, 2024
1 parent d223cef commit 89a93c3
Show file tree
Hide file tree
Showing 4 changed files with 14 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,10 @@
# CHANGELOG

## Version 0.1.1 (2024-08-30)
- Fixes multiplatform metadata manifest `unique_name` parameter for
all source sets to be truly unique. [[#73]][73]
- Updates jvm `.kotlin_module` with truly unique file name. [[#73]][73]

## Version 0.1.0 (2024-06-15)
- Fixes `Throwable.wrapIOException` extension function
- If `Throwable` is not an instance of `IOException`, it is used as the
Expand Down Expand Up @@ -74,3 +79,4 @@
[68]: https://github.com/05nelsonm/kmp-file/pull/68
[69]: https://github.com/05nelsonm/kmp-file/pull/69
[70]: https://github.com/05nelsonm/kmp-file/pull/70
[73]: https://github.com/05nelsonm/kmp-file/pull/73
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,12 @@ fun nativeMain(f1: File, f2: File) {
<!-- TAG_VERSION -->
```kotlin
dependencies {
implementation("io.matthewnelson.kmp-file:file:0.1.0")
implementation("io.matthewnelson.kmp-file:file:0.1.1")
}
```

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

<!-- TAG_DEPENDENCIES -->
Expand Down
5 changes: 5 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Releasing

See [KotlinCrypto/documentation/RELEASING.md][url-kotlincrypto-releasing]

[url-kotlincrypto-releasing]: https://github.com/KotlinCrypto/documentation/blob/master/RELEASING.md
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ POM_DEVELOPER_ID=05nelsonm
POM_DEVELOPER_NAME=Matthew Nelson
POM_DEVELOPER_URL=https://github.com/05nelsonm/

VERSION_NAME=0.1.1-SNAPSHOT
VERSION_NAME=0.1.1
# 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 89a93c3

Please sign in to comment.