Skip to content

Commit

Permalink
chore: prepare 0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMrMilchmann committed Jul 28, 2024
1 parent fd3fd2a commit 05d5f1c
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/changelog/0.3.0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### 0.3.0

_Not Released Yet_
_Released 2024 Jul 28_

#### 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.3.0](0.3.0.md) (TBD; work in progress)
* 2023-09-17 [0.2.0](0.2.0.md) (latest)
* 2024-07-28 [0.3.0](0.3.0.md) (latest)
* 2023-09-17 [0.2.0](0.2.0.md)
* 2023-07-03 [0.1.0](0.1.0.md)


Expand Down
19 changes: 19 additions & 0 deletions docs/changelog/full.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
### 0.3.0

_Released 2024 Jul 28_

#### Improvements

- Added a predefined accessor for the msdfgen bindings. [[GH-24]](https://github.com/Osmerion/gradle-lwjgl3/issues/24)
- Added platform and architecture presets for FreeBSD x64.
- Added platform and architecture presets for RISC-V 64.
- Added platform and architecture presets for PowerPC 64 LE.
- Updated the default LWJGL version to 3.3.4. [[GH-23]](https://github.com/Osmerion/gradle-lwjgl3/issues/23)

#### Fixes

- Corrected invalid GitHub links in published POM.


---

### 0.2.0

_Released 2023 Sep 17_
Expand Down
14 changes: 11 additions & 3 deletions docs/changelog/latest.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
### 0.2.0
### 0.3.0

_Released 2023 Sep 17_
_Released 2024 Jul 28_

#### Improvements

- Updated the default LWJGL version to [3.3.3](https://github.com/LWJGL/lwjgl3/releases/tag/3.3.3).
- Added a predefined accessor for the msdfgen bindings. [[GH-24]](https://github.com/Osmerion/gradle-lwjgl3/issues/24)
- Added platform and architecture presets for FreeBSD x64.
- Added platform and architecture presets for RISC-V 64.
- Added platform and architecture presets for PowerPC 64 LE.
- Updated the default LWJGL version to 3.3.4. [[GH-23]](https://github.com/Osmerion/gradle-lwjgl3/issues/23)

#### Fixes

- Corrected invalid GitHub links in published POM.

0 comments on commit 05d5f1c

Please sign in to comment.