Skip to content
This repository was archived by the owner on Jun 10, 2025. It is now read-only.

Commit a4fd4cf

Browse files
Release 1.0.2 (#12)
Closes #11
1 parent 35125bb commit a4fd4cf

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.0.2] - 2021-11-22
10+
### Deprecated
11+
- `addSuccessfulStatusWord` method (issue [#11]).
12+
913
## [1.0.1] - 2021-11-22
1014
### Added
1115
- "CHANGELOG.md" file (issue [#9]).
@@ -16,10 +20,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1620
## [1.0.0] - 2021-10-06
1721
This is the initial release.
1822

19-
[unreleased]: https://github.com/calypsonet/calypsonet-terminal-calypso-java-api/compare/1.0.1...HEAD
23+
[unreleased]: https://github.com/calypsonet/calypsonet-terminal-calypso-java-api/compare/1.0.2...HEAD
24+
[1.0.2]: https://github.com/calypsonet/calypsonet-terminal-calypso-java-api/compare/1.0.1...1.0.2
2025
[1.0.1]: https://github.com/calypsonet/calypsonet-terminal-calypso-java-api/compare/1.0.0...1.0.1
2126
[1.0.0]: https://github.com/calypsonet/calypsonet-terminal-calypso-java-api/releases/tag/1.0.0
2227

28+
[#11]: https://github.com/calypsonet/calypsonet-terminal-calypso-java-api/issues/11
2329
[#9]: https://github.com/calypsonet/calypsonet-terminal-calypso-java-api/issues/9
2430
[#7]: https://github.com/calypsonet/calypsonet-terminal-calypso-java-api/issues/7
2531
[#6]: https://github.com/calypsonet/calypsonet-terminal-calypso-java-api/issues/6

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
group = org.calypsonet.terminal
22
title = Calypsonet Terminal Calypso API
33
description = API defining the needed interfaces to manage Calypso cards
4-
version = 1.0.1
4+
version = 1.0.2
55

66
javaSourceLevel = 1.6
77
javaTargetLevel = 1.6

src/main/java/org/calypsonet/terminal/calypso/card/CalypsoCardSelection.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,9 @@ public interface CalypsoCardSelection extends CardSelection {
116116
* @param statusWord A positive int ≤ {@code FFFFh}.
117117
* @return The object instance.
118118
* @since 1.0.0
119+
* @deprecated Use {@link #acceptInvalidatedCard()} method instead.
119120
*/
121+
@Deprecated
120122
CalypsoCardSelection addSuccessfulStatusWord(int statusWord);
121123

122124
/**

0 commit comments

Comments
 (0)