Skip to content

Commit e10ab3e

Browse files
Merge pull request #169 from XRPLF/release/v0.1.13
release: v0.1.13
2 parents 84cea65 + 7bfa4b5 commit e10ab3e

File tree

3 files changed

+57
-5
lines changed

3 files changed

+57
-5
lines changed

CHANGELOG.md

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [v0.1.13]
99

1010
### Added
1111

12-
#### xrpl
12+
#### binary-codec
1313

14-
- Adds `PermissionedDomain` ledger entry type (XLS-80d).
14+
- `Number` and `AssetScale` fields to `definitions.json`.
1515

16-
#### binary-codec
16+
#### xrpl
1717

18-
- `Number` and `AssetScale` fields to `definitions.json`
18+
- `PermissionedDEX` support (XLS-81d).
1919

2020
### Fixed
2121

@@ -27,6 +27,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2727

2828
- `definitions.json` where `LastUpdatedTime` had a typo issue.
2929

30+
### Refactored
31+
32+
#### xrpl
33+
34+
- Replaced `bip32` and `bip39` dependencies due to repository deletion and, therefore, dependency outdated.
35+
36+
## [v0.1.12]
37+
38+
### Added
39+
40+
#### xrpl
41+
42+
- Adds `PermissionedDomain` ledger entry type (XLS-80d).
43+
3044
## [v0.1.11]
3145

3246
### BREAKING CHANGES
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: v0.1.13
3+
---
4+
5+
### Added
6+
7+
#### binary-codec
8+
9+
- `Number` and `AssetScale` fields to `definitions.json`
10+
11+
#### xrpl
12+
13+
- `PermissionedDEX` support (XLS-81d)
14+
15+
### Fixed
16+
17+
#### xrpl
18+
19+
- `OracleSet` transaction to Flatten correctly and `Oracle` PriceDataSeries array.
20+
21+
#### binary-codec
22+
23+
- `definitions.json` where `LastUpdatedTime` had a typo issue.
24+
25+
### Refactored
26+
27+
#### xrpl
28+
29+
- Replaced `bip32` and `bip39` dependencies due to repository deletion and, therefore, dependency outdated.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: v0.1.12
3+
---
4+
5+
### Added
6+
7+
#### xrpl
8+
9+
- Adds `PermissionedDomain` ledger entry type (XLS-80d).

0 commit comments

Comments
 (0)