Skip to content

Commit

Permalink
version compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
metelkin committed Oct 15, 2024
1 parent a48de02 commit 8d3ba60
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions _sidebar.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
* [About](/)
* [Contributing](CONTRIBUTING.md)
* [Version compatibility](compatibility.md)
* [Implemented](implemented.md)
* [Recommended software](software.md)
26 changes: 26 additions & 0 deletions compatibility.md
Original file line number Diff line number Diff line change
@@ -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.
1 change: 1 addition & 0 deletions heta-compiler-sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 8d3ba60

Please sign in to comment.