Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ max_line_length = 140
indent_size = unset

# Ignore paths
[{.git/**/*,**/*.lock,docs/site/pnpm-lock.yaml,**/*.lock,**/Move.toml,LICENSE,docs/devnet-public/glossary.md,crates/walrus-orchestrator/assets/*,.editorconfig,venv/**/*,crates/walrus-service/*.html,crates/walrus-upload-relay/*.html,crates/walrus-upload-relay/*.yaml,crates/walrus-service/*.yaml,docs/theme/**/*,.github/workflows/issues-monitor.yaml,scripts/simtest/seed-search.py,docs/site/src/components/ImportContent/utils.js,docs/site/static/glossary.json,docs/site/static/llms.txt,docs/site/static/llms-full.txt,docs/site/static/diagrams/*.html}]
[{.git/**/*,**/*.lock,docs/site/pnpm-lock.yaml,**/*.lock,**/Move.toml,LICENSE,docs/devnet-public/glossary.md,crates/walrus-orchestrator/assets/*,.editorconfig,venv/**/*,crates/walrus-service/*.html,crates/walrus-upload-relay/*.html,crates/walrus-upload-relay/*.yaml,crates/walrus-service/*.yaml,docs/theme/**/*,.github/workflows/issues-monitor.yaml,scripts/simtest/seed-search.py,docs/site/src/components/ImportContent/utils.js,docs/site/static/glossary.json,docs/site/static/llms.txt,docs/site/static/llms-full.txt,docs/site/static/diagrams/*.html,docs/site/src/data/changelog.json}]
charset = unset
end_of_line = unset
indent_size = unset
Expand Down
8 changes: 5 additions & 3 deletions docs/content/release-notes.mdx
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
---
title: Release Notes
description: 'Release notes for Walrus, Walrus Memory, and related tools.'
description: 'Release notes for Walrus, Walrus Memory, and Walrus Sites.'
displayed_sidebar: null
hide_table_of_contents: true
questions:
- What changed in the latest Walrus release?
- Where can I find Walrus release history?
- What breaking changes should I be aware of?
answer: 'Release notes for Walrus, Walrus Memory, and related tools.'
answer: 'Release notes for Walrus, Walrus Memory, and Walrus Sites.'
---

# Release Notes

- [**Walrus Platform**](release-notes/walrus-platform) — Release notes from [Walrus](https://github.com/MystenLabs/walrus/releases).
- [**Walrus**](release-notes/walrus-platform) — Release notes from [Walrus](https://github.com/MystenLabs/walrus/releases).
- [**Walrus Memory**](release-notes/walrus-memory) — Release notes from
[Walrus Memory](https://github.com/MystenLabs/MemWal/releases),
including the MCP server, TypeScript SDK, Python SDK, and OpenClaw.
- [**Walrus Sites**](release-notes/walrus-sites) — Release notes from
[Walrus Sites](https://github.com/MystenLabs/walrus-sites/releases).
Loading