Skip to content

Commit

Permalink
chore: prepare 0.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMrMilchmann committed Dec 19, 2023
1 parent 6609f06 commit c96865f
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 24 deletions.
2 changes: 1 addition & 1 deletion docs/changelog/0.6.0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### 0.6.0

_Not Released Yet_
_Released 2023 Dec 19_

#### Improvements

Expand Down
4 changes: 2 additions & 2 deletions docs/changelog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

### Version History

* ????-??-?? [0.6.0](0.6.0.md) (TBD; work in progress)
* 2023-09-04 [0.5.0](0.5.0.md) (latest)
* 2023-12-19 [0.6.0](0.6.0.md) (latest)
* 2023-09-04 [0.5.0](0.5.0.md)
* 2023-07-09 [0.4.0](0.4.0.md)
* 2023-07-07 [0.3.0](0.3.0.md)
* 2021-11-13 [0.2.0](0.2.0.md)
Expand Down
21 changes: 21 additions & 0 deletions docs/changelog/full.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
### 0.6.0

_Released 2023 Dec 19_

#### Improvements

- Added support for the Wasm JS and Wasm Wasi targets.
- Renamed classes, functions, and fields to follow wide-spread Kotlin style
conventions.

#### Breaking Changes

- Replaced all occurrences of `ID` in identifiers with `Id`.
- Renamed `ChatLink.NPCText` to `ChatLink.NpcText`.
- Renamed `ChatLink.PoI` to `ChatLink.Poi`.
- Renamed `ChatLink.PvPGame` to `ChatLink.PvpGame`.
- Renamed `ChatLink.WvWObjective` to `ChatLink.WvwObjective`.


---

### 0.5.0

_Released 2023 Sep 04_
Expand Down
31 changes: 10 additions & 21 deletions docs/changelog/latest.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,17 @@
### 0.5.0
### 0.6.0

_Released 2023 Sep 04_
_Released 2023 Dec 19_

#### Improvements

- Implemented proper support for SotO build template changes. [[GH-3](https://github.com/GW2ToolBelt/GW2ChatLinks/issues/3)]
- The experimental functionality added in `0.3.0` and `0.4.0` has been fully
overhauled to support stored weapon types and skill overrides.
- The `Weapon` enum can be used to interpret the weapon type ids.
- Improved usability of the library from Java code. [[GH-2](https://github.com/GW2ToolBelt/GW2ChatLinks/issues/2)]
- Exposed non-mangled variants of functions that use inlined value classes.
- Tweaked a handful of methods to compile

#### Fixes

- The module descriptor (previously delivered using the multi-release jar
mechanism) does no longer contain invalid data. [[GH-4](https://github.com/GW2ToolBelt/GW2ChatLinks/issues/4)]
- Added support for the Wasm JS and Wasm Wasi targets.
- Renamed classes, functions, and fields to follow wide-spread Kotlin style
conventions.

#### Breaking Changes

- The required version of Kotlin was bumped from `1.8` to `1.9`.
- The required version of Java was bumped from `8` to `11`.
- The experimental `weapons` object in build template links is now a list of
weapon type ids.
- The experimental `relicID` in build template links has been removed.
- A handful of methods had their binary signatures changed in order to improve
Java compatibility.
- Replaced all occurrences of `ID` in identifiers with `Id`.
- Renamed `ChatLink.NPCText` to `ChatLink.NpcText`.
- Renamed `ChatLink.PoI` to `ChatLink.Poi`.
- Renamed `ChatLink.PvPGame` to `ChatLink.PvpGame`.
- Renamed `ChatLink.WvWObjective` to `ChatLink.WvwObjective`.

0 comments on commit c96865f

Please sign in to comment.