Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
changelog: Assemble changes for 1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tjanez committed Dec 7, 2020
1 parent 0d56cc5 commit 7edd736
Show file tree
Hide file tree
Showing 14 changed files with 50 additions and 22 deletions.
1 change: 0 additions & 1 deletion .changelog/81.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/82.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/83.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/84.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/87.feature.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/88.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/89.internal.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/90.internal.md

This file was deleted.

Empty file removed .changelog/91.trivial.md
Empty file.
5 changes: 0 additions & 5 deletions .changelog/92.feature.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changelog/93.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/94.internal.md

This file was deleted.

2 changes: 1 addition & 1 deletion .punch_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
major = 1
minor = 1
minor = 2
patch = 0
49 changes: 49 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,55 @@ The format is inspired by [Keep a Changelog].

<!-- TOWNCRIER -->

## 1.2.0 (2020-12-07)

### Features

- internal: Add more verbose logging of errors in `ConnectApp()` and `FindApp()`
([#87](https://github.com/oasisprotocol/oasis-core-ledger/issues/87))

- internal: Log message sent to device separately in `sign()` function
([#92](https://github.com/oasisprotocol/oasis-core-ledger/issues/92))

This simplifies debugging since message will be logged immediately after it is
generated (and before it is sent to the device) and not together with the
response (after response is received from the device).

### Bug Fixes

- internal: Add 0.1 s delay after signing to work-around Oasis app issue
([#93](https://github.com/oasisprotocol/oasis-core-ledger/issues/93))

Add 0.1 s delay at the end of the `sign()` function to work-around Oasis app
issue of not being capable of signing two transactions immediately one after
another.

For more details, see: <https://github.com/Zondax/ledger-oasis/issues/68>.

### Internal Changes

- go: bump github.com/spf13/cobra from 1.1.0 to 1.1.1
([#81](https://github.com/oasisprotocol/oasis-core-ledger/issues/81))

- go: Bump Oasis Core dependency to 20.12.2
([#82](https://github.com/oasisprotocol/oasis-core-ledger/issues/82),
[#90](https://github.com/oasisprotocol/oasis-core-ledger/issues/90))

- github: Also run *ci-lint* and *ci-tests* workflows for `stable/*` branches
([#83](https://github.com/oasisprotocol/oasis-core-ledger/issues/83))

- ci: bump golangci/golangci-lint-action from v2.2.1 to v2.3.0
([#84](https://github.com/oasisprotocol/oasis-core-ledger/issues/84))

- ci: bump actions/upload-artifact from v2.2.0 to v2.2.1
([#88](https://github.com/oasisprotocol/oasis-core-ledger/issues/88))

- ci: bump actions/download-artifact from v2.0.5 to v2.0.6
([#89](https://github.com/oasisprotocol/oasis-core-ledger/issues/89))

- Make: Unify with Oasis Core and Oasis Core Rosetta Gateway repos
([#94](https://github.com/oasisprotocol/oasis-core-ledger/issues/94))

## 1.1.0 (2020-10-16)

### Features
Expand Down

0 comments on commit 7edd736

Please sign in to comment.