Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@antonialucianapires antonialucianapires released this 18 Mar 01:29

This update introduces a enhancement to the Location component.

Highlights of Version 1.1.0
Location ID Addition: This addition makes it easier to uniquely identify and manage locations, especially in systems where multiple locations need to be handled efficiently.
Changes in this release:
Added ID to Location Interface: The Location interface now includes an id field to uniquely identify each location. This change is backward compatible but requires users to update their implementations of the Location interface to include the new id field.

How to Update
To update to version 1.1.0 in your project, modify the dependency in your pom.xml file to:

<dependency>
    <groupId>io.github.antonialucianapires</groupId>
    <artifactId>ticket-lib</artifactId>
    <version>1.1.0</version>
</dependency>