Skip to content

Commit

Permalink
Update changelog structure
Browse files Browse the repository at this point in the history
  • Loading branch information
aterentic-ethernal committed Oct 17, 2024
1 parent fa52619 commit d46f551
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 1.12.1

- Core changes are enumerated in [`core` CHANGELOG](../core/CHANGELOG.md) under the version 1.12.1
- Update avail-light-core to 1.0.3

## [1.12.0](https://github.com/availproject/avail-light/releases/tag/avail-light-client-v1.12.0) - 2024-09-27

Expand Down
4 changes: 3 additions & 1 deletion core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Changelog

## 1.12.1
## 1.0.3

- Fix skipping of only available node during retries in case of intermittent failure
- Increase maximum retry delay to 10 seconds

# Changelog (pre-monorepo)

## 1.12.0

- Add `nonce` management to the light client
Expand Down
4 changes: 4 additions & 0 deletions crawler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.1.1

- Update avail-light-core to 1.0.3

## 0.1.0

- Add initial crawler implementation
2 changes: 1 addition & 1 deletion crawler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "avail-light-crawler"
version = "0.1.0"
version = "0.1.1"
authors.workspace = true
build = "../build.rs"
edition = "2021"
Expand Down
4 changes: 4 additions & 0 deletions fat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.12.1

- Update avail-light-core to 1.0.3

## [1.12.0](https://github.com/availproject/avail-light/releases/tag/avail-light-fat-v1.12.0) - 2024-09-27

- Add initial fat client implementation
2 changes: 1 addition & 1 deletion fat/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "avail-light-fat"
version = "1.12.0"
version = "1.12.1"
authors.workspace = true
build = "../build.rs"
edition = "2021"
Expand Down

0 comments on commit d46f551

Please sign in to comment.