-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Usage and product changes We merge development into master for 2.28.1 release.
- Loading branch information
Showing
5 changed files
with
16 additions
and
38 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
Available through https://crates.io/crates/typeql. | ||
``` | ||
cargo add [email protected].0 | ||
cargo add [email protected].1 | ||
``` | ||
|
||
## TypeQL Grammar and Language Library distributions for Java | ||
|
@@ -20,12 +20,12 @@ cargo add [email protected] | |
<dependency> | ||
<groupId>com.vaticle.typeql</groupId> | ||
<artifactId>typeql-grammar</artifactId> | ||
<version>2.28.0</version> | ||
<version>2.28.1</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.vaticle.typeql</groupId> | ||
<artifactId>typeql-lang</artifactId> | ||
<version>2.28.0</version> | ||
<version>2.28.1</version> | ||
</dependency> | ||
</dependencies> | ||
``` | ||
|
@@ -35,34 +35,9 @@ cargo add [email protected] | |
Available through https://pypi.org | ||
|
||
``` | ||
pip install typeql-grammar==2.28.0 | ||
pip install typeql-grammar==2.28.1 | ||
``` | ||
|
||
|
||
## 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. | ||
|
||
|
||
- **Bump snake-yaml maven dependency to 2.2** | ||
Bump snake-yaml maven dependency to 2.2 |
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 |
---|---|---|
@@ -1 +1 @@ | ||
2.28.0 | ||
2.28.1 |
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 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 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