-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added more relevent categories and removed others
- Loading branch information
Showing
9 changed files
with
44 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
title: Madara Release Notes | ||
--- | ||
|
||
import { Steps } from "nextra-theme-docs"; | ||
Check warning on line 5 in pages/releases.en.mdx GitHub Actions / Run vale / runner / vale
|
||
import { Callout } from "nextra-theme-docs"; | ||
import { Cards, Card } from "nextra/components"; | ||
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; | ||
import { | ||
faLinux, | ||
faApple, | ||
faWindows, | ||
} from "@fortawesome/free-brands-svg-icons"; | ||
import { Tabs, Tab } from "nextra/components"; | ||
|
||
# Madara Release Notes | ||
|
||
The following release notes cover the ongoing version changes to Madara. | ||
|
||
## Madara Environments | ||
|
||
Within Madara's client, there are separate and distinct components that operate independently of each other. | ||
|
||
### Current Versions Supported of Each Components | ||
|
||
| Starknet | Sierra | Cairo | JSON-RPC | Blockifier | | ||
|----------|--------|---------------|----------|------------| | ||
| 0.13.2 | 1.6.0 | 2.0.0 - 2.8.2 | >= 0.7.1 | >=0.8.0 | | ||
Check warning on line 28 in pages/releases.en.mdx GitHub Actions / Run vale / runner / vale
|
||
|
||
## Madara v0.9.0 (October 24, 2024) | ||
|
||
### New Features and Enhancements |
File renamed without changes.