Skip to content

Commit

Permalink
Merge for 2.28.1 release (#336)
Browse files Browse the repository at this point in the history
## Usage and product changes
We merge development into master for 2.28.1 release.
  • Loading branch information
typedb-bot authored May 15, 2024
2 parents ec2fae6 + 8116591 commit 0f9e9d1
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 38 deletions.
37 changes: 6 additions & 31 deletions RELEASE_NOTES_LATEST.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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>
```
Expand All @@ -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
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.28.0
2.28.1
2 changes: 2 additions & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ vaticle_dependencies()
# Load //builder/python
load("@vaticle_dependencies//builder/python:deps.bzl", python_deps = "deps")
python_deps()
load("@rules_python//python:repositories.bzl", "py_repositories")
py_repositories()

# Load //builder/bazel for RBE
load("@vaticle_dependencies//builder/bazel:deps.bzl", "bazel_toolchain")
Expand Down
9 changes: 5 additions & 4 deletions dependencies/maven/artifacts.snapshot
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
@maven//:com_eclipsesource_minimal_json_minimal_json_0_9_5
@maven//:com_electronwill_night_config_core_3_6_5
@maven//:com_electronwill_night_config_toml_3_6_5
@maven//:com_fasterxml_jackson_core_jackson_annotations_2_10_1
@maven//:com_fasterxml_jackson_core_jackson_core_2_10_1
@maven//:com_fasterxml_jackson_core_jackson_databind_2_10_1
@maven//:com_fasterxml_jackson_core_jackson_annotations_2_16_0
@maven//:com_fasterxml_jackson_core_jackson_core_2_16_0
@maven//:com_fasterxml_jackson_core_jackson_databind_2_16_0
@maven//:com_google_code_findbugs_jsr305_3_0_2
@maven//:com_google_errorprone_error_prone_annotations_2_3_4
@maven//:com_google_guava_failureaccess_1_0_1
@maven//:com_google_guava_guava_30_1_jre
@maven//:com_google_guava_listenablefuture_9999_0_empty_to_avoid_conflict_with_guava
@maven//:com_google_http_client_google_http_client_1_34_2
@maven//:com_google_j2objc_j2objc_annotations_1_3
@maven//:com_vdurmont_semver4j_3_1_0
@maven//:commons_codec_commons_codec_1_13
@maven//:commons_io_commons_io_2_3
@maven//:commons_logging_commons_logging_1_2
Expand Down Expand Up @@ -42,5 +43,5 @@
@maven//:org_jsoup_jsoup_1_16_1
@maven//:org_kohsuke_github_api_1_101
@maven//:org_slf4j_slf4j_api_2_0_0
@maven//:org_yaml_snakeyaml_1_25
@maven//:org_yaml_snakeyaml_2_2
@maven//:org_zeroturnaround_zt_exec_1_10
4 changes: 2 additions & 2 deletions dependencies/vaticle/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ def vaticle_dependencies():
git_repository(
name = "vaticle_dependencies",
remote = "https://github.com/vaticle/dependencies",
commit = "e349dcd1ee646f679de254f9bea10d5cab61e606", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
commit = "729d960a92e145e03794395bbe59e02f122f1aee", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
)

def vaticle_typedb_behaviour():
git_repository(
name = "vaticle_typedb_behaviour",
remote = "https://github.com/vaticle/typedb-behaviour",
commit = "0d5e332128de7d7644cd5403c25ca986f3f2718a", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_behaviour
commit = "d7066eef79bd9ae2d4ac5b16c1867d72ed73a8b8", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_behaviour
)

0 comments on commit 0f9e9d1

Please sign in to comment.