Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CHANGELOG.md #1324

Merged
merged 1 commit into from
Nov 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,23 @@ The format is a variant of [Keep a Changelog](https://keepachangelog.com/en/1.0.

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Breaking changes should trigger an increment to the major version. Features increment the minor version and fixes or other changes increment the patch number.

<a name="v0.20.1"></a>
<a name="v0.21.0"></a>

## [v0.21.0] - 2024-11-13

### Feat
* feat: update README.md by @Terryhung in /~https://github.com/filecoin-project/lily/pull/1314
* feat: upgrade filecoin-ffi version by @Terryhung in /~https://github.com/filecoin-project/lily/pull/1322


### Chore
* chore: upgrade lotus to v1.29.1 by @Terryhung in /~https://github.com/filecoin-project/lily/pull/1318
* chore: upgrade lotus version and golang version by @Terryhung in /~https://github.com/filecoin-project/lily/pull/1320
* chore: upgrade lotus to v1.30.0 for nv24 by @Terryhung in /~https://github.com/filecoin-project/lily/pull/1321

### Fix
* fix: the error of logic and return by @Terryhung in /~https://github.com/filecoin-project/lily/pull/1313
* fix: downgrade the bls version to stable version by @Terryhung in /~https://github.com/filecoin-project/lily/pull/1323

## [v0.20.2] - 2024-08-01

Expand Down