Skip to content

Commit

Permalink
Version bump to 0.6.9. Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
vldmkr committed Jan 23, 2024
1 parent 69a6b6a commit 6f78868
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.6.6] - 2023-10-06
## [0.6.9] - 2024-01-23

### Added

Expand All @@ -20,6 +20,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Refactor BAGL UI (display, menu, settings).
- Implement NBGL UI (display, menu, settings).
- Add Aptos icon for Ledger Stax.
- Expand the displayed info:
- Parse `0x1::aptos_account::transfer_coins` function
- Now show "Transaction Type" for all entry_function calls
- Add support for multisig payload variant
- Add new tests.

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ APPNAME = "Aptos"
# Application version
APPVERSION_M = 0
APPVERSION_N = 6
APPVERSION_P = 6
APPVERSION_P = 9
APPVERSION = "$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)"

# Application source files
Expand Down
Binary file modified tests/snapshots/stax/test_app_mainmenu/00001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified tests/snapshots/stax/test_app_mainmenu/00005.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tests/test_name_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ def test_get_app_and_version(backend, backend_name):
app_name, version = unpack_get_app_and_version_response(response.data)

assert app_name == "Aptos"
assert version == "0.6.6"
assert version == "0.6.9"
2 changes: 1 addition & 1 deletion tests/test_version_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Taken from the Makefile, to update every time the Makefile version is bumped
MAJOR = 0
MINOR = 6
PATCH = 6
PATCH = 9

# In this test we check the behavior of the device when asked to provide the app version
def test_version(backend):
Expand Down

0 comments on commit 6f78868

Please sign in to comment.