Skip to content

Commit

Permalink
Merge pull request #757 from oasisprotocol/andrew7234/release-v0.4.0
Browse files Browse the repository at this point in the history
release v0.4.0
  • Loading branch information
Andrew7234 authored Oct 1, 2024
2 parents 834a96f + 5dbb623 commit d7092a3
Show file tree
Hide file tree
Showing 13 changed files with 34 additions and 13 deletions.
1 change: 0 additions & 1 deletion .changelog/646.feature.md

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/704.bugfix.md

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/745.trivial.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/749.bugfix.md

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/750.trivial.md

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion .changelog/754.trivial.md

This file was deleted.

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

<!-- TOWNCRIER -->

## 0.4.0 (2024-10-01)

### Features

- consensus: save block metadata
([#646](https://github.com/oasisprotocol/nexus/issues/646))

- ERC-20 token prices
([#691](https://github.com/oasisprotocol/nexus/issues/691))

- Oasis-style encryption envelope
([#747](https://github.com/oasisprotocol/nexus/issues/747))

- runtime: store NULL error module/code when no error
([#748](https://github.com/oasisprotocol/nexus/issues/748))

### Bug Fixes and Improvements

- storage: nil out transaction .Error on unknown result
([#704](https://github.com/oasisprotocol/nexus/issues/704))

- consensus/api: Handle duplicated consensus transaction hashes
([#749](https://github.com/oasisprotocol/nexus/issues/749))

### Internal Changes

- db: consolidate migrations
([#728](https://github.com/oasisprotocol/nexus/issues/728))

- analyzer: track staking event history
([#752](https://github.com/oasisprotocol/nexus/issues/752))

## 0.3.3 (2024-08-28)

### Features
Expand Down

0 comments on commit d7092a3

Please sign in to comment.