Skip to content

Latest commit

 

History

History
50 lines (41 loc) · 1.98 KB

CHANGELOG.md

File metadata and controls

50 lines (41 loc) · 1.98 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Changed

  • Logging improvement.

2.2.1 - 2024-04-12

Changed

  • Java source and target levels 1.6 -> 1.8

Upgraded

  • Gradle 6.8.3 -> 7.6.4
  • Keyple Plugin API 2.2.0 -> 2.3.0
  • Keyple Util Library 2.3.1 -> 2.4.0

2.2.0 - 2023-11-30

Added

  • Added project status badges on README.md file.

Fixed

  • CI: code coverage report when releasing.

Upgraded

  • Keyple Plugin API 2.0.0 -> 2.2.0
  • Keyple Util Library 2.1.0 -> 2.3.1

2.1.0 - 2022-06-03

Added

  • "CHANGELOG.md" file (issue eclipse-keyple/keyple#6).
  • CI: Forbid the publication of a version already released (issue #7).
  • New way of mocking APDU responses for a StubSmartCard using a provider (issue #10).

Upgraded

  • "Keyple Util Library" to version 2.1.0 by removing the use of deprecated methods.

2.0.0 - 2021-10-06

This is the initial release. It follows the extraction of Keyple 1.0 components contained in the eclipse-keyple/keyple-java repository to dedicated repositories. It also brings many major API changes.