From 8d3ba609c9ad8f55852b34374a3ce98deed531e4 Mon Sep 17 00:00:00 2001 From: Evgeny Metelkin Date: Tue, 15 Oct 2024 10:32:49 +0300 Subject: [PATCH] version compatibility --- _sidebar.md | 1 + compatibility.md | 26 ++++++++++++++++++++++++++ heta-compiler-sidebar.md | 1 + 3 files changed, 28 insertions(+) create mode 100644 compatibility.md diff --git a/_sidebar.md b/_sidebar.md index 23a3f12..a6a24a6 100644 --- a/_sidebar.md +++ b/_sidebar.md @@ -1,4 +1,5 @@ * [About](/) * [Contributing](CONTRIBUTING.md) +* [Version compatibility](compatibility.md) * [Implemented](implemented.md) * [Recommended software](software.md) diff --git a/compatibility.md b/compatibility.md new file mode 100644 index 0000000..c55086d --- /dev/null +++ b/compatibility.md @@ -0,0 +1,26 @@ +# Version compatibility + +This is a compatibility table for the Heta compiler, HetaSimulator.jl, and the Heta language specifications. + +Asterisk * displays the latest version. + +| heta-compiler | Specifications | HetaSimulator.jl | +|---------------|----------------|------------------| +| ***0.9.0** | ***0.5.0** | ***0.7.1**, 0.7.0 | +| 0.8.7 | | 0.6.2, 0.6.1 | +| 0.8.6 | | 0.6.0 | +| 0.8.5 | 0.4.6 | | +| 0.8.4 | | 0.5.2 | +| 0.8.3 | | | +| 0.8.2 | | | +| 0.8.1 | | 0.5.1, 0.5.0 | +| 0.8.0 | | | +| 0.7.4 | | | +| 0.7.3 | | | +| 0.7.2 | 0.4.5 | | +| 0.7.1 | | | +| 0.7.0 | 0.4.4 | | + +__Example:__ + + If you use HetaSimulator.jl 0.7.1, it uses internally the heta-compiler 0.9.0, and follows the Heta language specifications 0.5.0. \ No newline at end of file diff --git a/heta-compiler-sidebar.md b/heta-compiler-sidebar.md index ab1a11d..57185ea 100644 --- a/heta-compiler-sidebar.md +++ b/heta-compiler-sidebar.md @@ -6,4 +6,5 @@ - [Migrate to v0.6](/heta-compiler/migrate-to-v0.6.md) - [Migrate to v0.7](/heta-compiler/migrate-to-v0.7.md) - [Migrate to v0.8](/heta-compiler/migrate-to-v0.8.md) +- [Migrate to v0.9](/heta-compiler/migrate-to-v0.9.md) - [Change Log](/heta-compiler/CHANGELOG.md)