From 0f1fbbc82fe8fb9bc3deeb1d1f52f5f8d5b278cb Mon Sep 17 00:00:00 2001 From: joshua Date: Fri, 31 Jan 2025 15:10:00 -0500 Subject: [PATCH] Update VERSION to 3.0 and regenerate release notes --- RELEASE_NOTES_LATEST.md | 29 ++++++++++++++++++++++++++--- RELEASE_TEMPLATE.md | 32 -------------------------------- VERSION | 2 +- 3 files changed, 27 insertions(+), 36 deletions(-) diff --git a/RELEASE_NOTES_LATEST.md b/RELEASE_NOTES_LATEST.md index 251de030..b854581e 100644 --- a/RELEASE_NOTES_LATEST.md +++ b/RELEASE_NOTES_LATEST.md @@ -3,9 +3,32 @@ Available through https://crates.io/crates/typeql. ``` -cargo add typeql@3.0.4 +cargo add typeql@3.0.5 ``` ## New Features -- **Add 'dec' suffix to decimal literals** - Require decimal literals to be suffixed with 'dec' + + +## Bugs Fixed + + +## Code Refactors +- **Enhance error printing and query source span availability** + + We improve the error messages to show a `^` column indicator along with `-->` line indicator: + ``` + define + attribute name value string; + --> entity person owns name @range(0..10); + ^ + ``` + + We also expose more information about where in the original query spans which sourced various internal data structures. + + + + +## Other Improvements + + + diff --git a/RELEASE_TEMPLATE.md b/RELEASE_TEMPLATE.md index 84df3b3a..64d8a908 100644 --- a/RELEASE_TEMPLATE.md +++ b/RELEASE_TEMPLATE.md @@ -6,37 +6,5 @@ Available through https://crates.io/crates/typeql. cargo add typeql@{version} ``` -## TypeQL Grammar and Language Library distributions for Java - -```xml - - - repo.typedb.com - https://repo.typedb.com/public/public-release/maven/ - - - - - - com.typeql - typeql-grammar - {version} - - - com.typeql - typeql-lang - {version} - - -``` - -## TypeQL Grammar distribution for Python - -Available through https://pypi.org - -``` -pip install typeql-grammar=={version} -``` - { release notes } diff --git a/VERSION b/VERSION index b0f2dcb3..eca690e7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.4 +3.0.5