Skip to content

Commit

Permalink
Merge pull request #3654 from greymistcube/merge/4.0.2-to-main
Browse files Browse the repository at this point in the history
🔀 Merge 4.0.2 to main
  • Loading branch information
riemannulus authored Feb 6, 2024
2 parents 9c609d8 + fa5c59e commit 8919096
Show file tree
Hide file tree
Showing 4 changed files with 391 additions and 64 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/check-changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: check-changelog
on:
pull_request:
types: [assigned, opened, synchronize, reopened, labeled, unlabeled]
branches:
- main
- '*-maintenance'
jobs:
check-changelog:
runs-on: ubuntu-latest
steps:
- uses: tarides/changelog-check-action@v2
with:
changelog: CHANGES.md
14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ To be released.
- Remove the '#nullable disable' keyword from 3 projects
(Action, Common, Explorer). [[#3622]]
- Removal of '#nullable disable' from the Libplanet.Store project. [[#3644]]

### Backward-incompatible network protocol changes

### Backward-incompatible storage format changes
Expand All @@ -31,6 +32,19 @@ To be released.
[#3644]: https://github.com/planetarium/libplanet/pull/3644


Version 4.0.2
-------------

Released on February 6, 2024.

- (Libplanet.Net) Changed `AppProtocolVersion.FromToken()` to throw an
`Exception` with more details. [[#3648]]
- (Libplanet.Explorer) Updated outdated GraphQL schema. [[#3649]]

[#3648]: https://github.com/planetarium/libplanet/pull/3648
[#3649]: https://github.com/planetarium/libplanet/pull/3649


Version 4.0.1
-------------

Expand Down
Loading

0 comments on commit 8919096

Please sign in to comment.