Skip to content

Commit

Permalink
Release v15.2.0 (#65)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
  • Loading branch information
lexnv authored Jun 27, 2023
1 parent fc36bec commit 0254624
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [15.2.0] - 2023-06-27

### Added

- V15: Add custom values to the metadata ([#61](https://github.com/paritytech/subxt/pull/61))
- v15/metadata: Add outer enum types for calls, events, errors ([#57](https://github.com/paritytech/subxt/pull/57))
- Metadata V15: Enrich extrinsic type info for decoding ([#56](https://github.com/paritytech/subxt/pull/56))

### Changed

- Simplify feature-flag and use common types ([#62](https://github.com/paritytech/subxt/pull/62))
- v15: Rename `error_enum_ty` to `module_error_enum_ty` ([#60](https://github.com/paritytech/subxt/pull/60))

## [15.1.0] - 2023-03-30

### Added
Expand Down
2 changes: 1 addition & 1 deletion frame-metadata/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "frame-metadata"
version = "15.1.0"
version = "15.2.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit 0254624

Please sign in to comment.