diff --git a/docs/changelog/0.1.0.md b/docs/changelog/0.1.0.md index 9f1ac01..3399304 100644 --- a/docs/changelog/0.1.0.md +++ b/docs/changelog/0.1.0.md @@ -1,3 +1,11 @@ ### 0.1.0 -_Not Released Yet_ \ No newline at end of file +_Released 2021 Jun 21_ + +#### Overview + +GW2ChatLinks is a Kotlin multiplatform library for de- and encoding Guild Wars 2 +[chat links](https://wiki.guildwars2.com/wiki/Chat_link_format). + +The library is fully written in common Kotlin code. Prebuilt binaries are +available for JVM (Java 8 or later) and JS (both, legacy and IR) targets. \ No newline at end of file diff --git a/docs/changelog/README.md b/docs/changelog/README.md index 4214ced..cc4dbcf 100644 --- a/docs/changelog/README.md +++ b/docs/changelog/README.md @@ -4,7 +4,7 @@ ### Version History -* ????-??-?? [0.1.0](0.1.0.md) (TBD; work in progress) +* 2021-06-21 [0.1.0](0.1.0.md) (latest) This library is strictly following [SemVer 2.0.0](https://semver.org/spec/v2.0.0.html). \ No newline at end of file diff --git a/docs/changelog/full.md b/docs/changelog/full.md index e69de29..3399304 100644 --- a/docs/changelog/full.md +++ b/docs/changelog/full.md @@ -0,0 +1,11 @@ +### 0.1.0 + +_Released 2021 Jun 21_ + +#### Overview + +GW2ChatLinks is a Kotlin multiplatform library for de- and encoding Guild Wars 2 +[chat links](https://wiki.guildwars2.com/wiki/Chat_link_format). + +The library is fully written in common Kotlin code. Prebuilt binaries are +available for JVM (Java 8 or later) and JS (both, legacy and IR) targets. \ No newline at end of file diff --git a/docs/changelog/latest.md b/docs/changelog/latest.md index e69de29..3399304 100644 --- a/docs/changelog/latest.md +++ b/docs/changelog/latest.md @@ -0,0 +1,11 @@ +### 0.1.0 + +_Released 2021 Jun 21_ + +#### Overview + +GW2ChatLinks is a Kotlin multiplatform library for de- and encoding Guild Wars 2 +[chat links](https://wiki.guildwars2.com/wiki/Chat_link_format). + +The library is fully written in common Kotlin code. Prebuilt binaries are +available for JVM (Java 8 or later) and JS (both, legacy and IR) targets. \ No newline at end of file