Skip to content

Commit

Permalink
[release] Updated documentation and version in preperations of new re…
Browse files Browse the repository at this point in the history
…lease
  • Loading branch information
meronbrouwer committed Nov 28, 2024
1 parent 97ea00f commit 5598d61
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Yaeger requires JDK21, and is available through the Maven Central Repository.
<dependency>
<groupId>com.github.han-yaeger</groupId>
<artifactId>yaeger</artifactId>
<version>2023.2024</version>
<version>2024.2025</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.han-yaeger</groupId>
<artifactId>yaeger</artifactId>
<version>2024.2025-SNAPSHOT</version>
<version>2024.2025</version>
<packaging>jar</packaging>


Expand Down
11 changes: 8 additions & 3 deletions release.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# Changes in this release

## Configuration
This release is mainly focussed on updated the dependencies and fixing bugs.

## Refactor
## Configuration

## Features
* Updated Jacoco to 0.8.12
* Updated JavaFX to 23.0.1
* Updated Guava to 33.3.1-jr so ensure Google Guice does not use the broken version
* Updated Mockito to 5.13.0

## Bugfixes

* Fixed two issues related to the bounding boxes in Composite Entities (#249, #268)
* Fixed #265 (getSpeedInDirection with same direction returns 0 instead of actual speed). Thanks to @Liam-Rougoor.

0 comments on commit 5598d61

Please sign in to comment.