Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Katsute authored Nov 7, 2023
1 parent 5e820df commit d5f5205
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 2.1.0

### Removed

* LIRR / MNR - Remove stop description [#174](https://github.com/KatsuteDev/OneMTA/pull/174) ([@Katsute](https://github.com/Katsute))

### Dependencies

* Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 [#169](https://github.com/KatsuteDev/OneMTA/pull/169) ([@dependabot](https://github.com/dependabot))
* Bump the junit group with 2 updates [#171](https://github.com/KatsuteDev/OneMTA/pull/171) ([@dependabot](https://github.com/dependabot))
* Upgrade to protobuf 25 [#172](https://github.com/KatsuteDev/OneMTA/pull/172) ([@Katsute](https://github.com/Katsute))

**Full Changelog**: [`2.0.5...2.1.0`](https://github.com/KatsuteDev/OneMTA/compare/2.0.5...2.1.0)

## 2.0.5

### Dependencies
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/dev/katsute/onemta/railroad/LIRR.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* @see TripStop
* @see Alert
* @since 1.0.0
* @version 2.0.0
* @version 2.1.0
* @author Katsute
*/
@SuppressWarnings("SpellCheckingInspection")
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/dev/katsute/onemta/railroad/MNR.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* @see TripStop
* @see Alert
* @since 1.0.0
* @version 2.0.0
* @version 2.1.0
* @author Katsute
*/
public abstract class MNR {
Expand Down

0 comments on commit d5f5205

Please sign in to comment.