From ddaf41e9cf8a759ad9a861e52d19324942a4443c Mon Sep 17 00:00:00 2001 From: Leon Linhart Date: Mon, 25 Jan 2021 12:54:57 +0100 Subject: [PATCH] chore: prepare 0.2.0 release --- docs/changelog/0.2.0.md | 6 +++++- docs/changelog/README.md | 4 ++-- docs/changelog/full.md | 11 +++++++++++ docs/changelog/latest.md | 14 +++----------- 4 files changed, 21 insertions(+), 14 deletions(-) diff --git a/docs/changelog/0.2.0.md b/docs/changelog/0.2.0.md index 2a3bca06..8c432fa3 100644 --- a/docs/changelog/0.2.0.md +++ b/docs/changelog/0.2.0.md @@ -1,3 +1,7 @@ ### 0.2.0 -_Not Released Yet_ \ No newline at end of file +_Released 2020 Dec 24_ + +#### Improvements + +- Updated to [api-generator](https://github.com/GW2ToolBelt/api-generator) to [0.3.0](https://github.com/GW2ToolBelt/api-generator/releases/tag/v0.3.0). \ No newline at end of file diff --git a/docs/changelog/README.md b/docs/changelog/README.md index e7b13738..bab2b783 100644 --- a/docs/changelog/README.md +++ b/docs/changelog/README.md @@ -4,8 +4,8 @@ ### Version History -* ????-??-?? [0.2.0](0.2.0.md) (TBD; work in progress) -* 2020-12-24 [0.1.0](0.1.0.md) (latest) +* 2021-01-25 [0.2.0](0.2.0.md) (latest) +* 2020-12-24 [0.1.0](0.1.0.md) 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 e7a9f681..d5c4dbee 100644 --- a/docs/changelog/full.md +++ b/docs/changelog/full.md @@ -1,3 +1,14 @@ +### 0.2.0 + +_Released 2020 Dec 24_ + +#### Improvements + +- Updated to [api-generator](https://github.com/GW2ToolBelt/api-generator) to [0.3.0](https://github.com/GW2ToolBelt/api-generator/releases/tag/v0.3.0). + + +--- + ### 0.1.0 _Released 2020 Dec 24_ diff --git a/docs/changelog/latest.md b/docs/changelog/latest.md index e7a9f681..8c432fa3 100644 --- a/docs/changelog/latest.md +++ b/docs/changelog/latest.md @@ -1,15 +1,7 @@ -### 0.1.0 +### 0.2.0 _Released 2020 Dec 24_ -#### Overview +#### Improvements -**GW2APIClient** is a cross-platform client for the official Guild Wars 2 API. -By leveraging [Kotlin Multiplatform](https://kotlinlang.org/docs/reference/multiplatform.html), -GW2APIClient can be used on a large variety of platforms (including Android, the -JVM, and JS) and interoperates seamlessly with various popular programming -languages. - -GW2APIClient provides low-level access to the data provided by Guild Wars 2's -API. It does not provide higher-level abstractions, visualizations or analytical -functionality but may be used to build such tools. \ No newline at end of file +- Updated to [api-generator](https://github.com/GW2ToolBelt/api-generator) to [0.3.0](https://github.com/GW2ToolBelt/api-generator/releases/tag/v0.3.0). \ No newline at end of file