Skip to content

Latest commit

 

History

History
68 lines (43 loc) · 1.28 KB

RELEASE_NOTES_LATEST.md

File metadata and controls

68 lines (43 loc) · 1.28 KB

TypeQL Grammar and Language Library distributions for Rust

Available through https://crates.io/crates/typeql.

TypeQL Grammar and Language Library distributions for Java

<repositories>
    <repository>
        <id>repo.typedb.com</id>
        <url>https://repo.typedb.com/public/public-release/maven/</url>
    </repository>
</repositories>

<dependencies>
    <dependency>
        <groupId>com.typeql</groupId>
        <artifactId>typeql-grammar</artifactId>
        <version>2.28.0</version>
    </dependency>
    <dependency>
        <groupId>com.typeql</groupId>
        <artifactId>typeql-lang</artifactId>
        <version>2.28.0</version>
    </dependency>
</dependencies>

TypeQL Grammar distribution for Python

Available through https://pypi.org

pip install typeql-grammar==2.28.0

New Features

Bugs Fixed

Code Refactors

Other Improvements

  • Update maven artifacts snapshot Update maven artifacts snapshot

  • Update README.md

  • Update typedb-behaviour and implement missing steps

  • Finish updating license tests, dependencies, last missed headers

  • Replace licenses with MPL version 2.0

  • Update banner.png for the README file

    Update the banner image in the README file.