Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
Release 1.0.2 (#12)
Browse files Browse the repository at this point in the history
Closes #11
  • Loading branch information
andrei-cristea authored Nov 22, 2021
1 parent 35125bb commit a4fd4cf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.2] - 2021-11-22
### Deprecated
- `addSuccessfulStatusWord` method (issue [#11]).

## [1.0.1] - 2021-11-22
### Added
- "CHANGELOG.md" file (issue [#9]).
Expand All @@ -16,10 +20,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [1.0.0] - 2021-10-06
This is the initial release.

[unreleased]: https://github.com/calypsonet/calypsonet-terminal-calypso-java-api/compare/1.0.1...HEAD
[unreleased]: https://github.com/calypsonet/calypsonet-terminal-calypso-java-api/compare/1.0.2...HEAD
[1.0.2]: https://github.com/calypsonet/calypsonet-terminal-calypso-java-api/compare/1.0.1...1.0.2
[1.0.1]: https://github.com/calypsonet/calypsonet-terminal-calypso-java-api/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/calypsonet/calypsonet-terminal-calypso-java-api/releases/tag/1.0.0

[#11]: https://github.com/calypsonet/calypsonet-terminal-calypso-java-api/issues/11
[#9]: https://github.com/calypsonet/calypsonet-terminal-calypso-java-api/issues/9
[#7]: https://github.com/calypsonet/calypsonet-terminal-calypso-java-api/issues/7
[#6]: https://github.com/calypsonet/calypsonet-terminal-calypso-java-api/issues/6
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
group = org.calypsonet.terminal
title = Calypsonet Terminal Calypso API
description = API defining the needed interfaces to manage Calypso cards
version = 1.0.1
version = 1.0.2

javaSourceLevel = 1.6
javaTargetLevel = 1.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,9 @@ public interface CalypsoCardSelection extends CardSelection {
* @param statusWord A positive int ≤ {@code FFFFh}.
* @return The object instance.
* @since 1.0.0
* @deprecated Use {@link #acceptInvalidatedCard()} method instead.
*/
@Deprecated
CalypsoCardSelection addSuccessfulStatusWord(int statusWord);

/**
Expand Down

0 comments on commit a4fd4cf

Please sign in to comment.