Skip to content

Commit 8116591

Browse files
Update VERSION to 2.28.1 and create release notes (#335)
## Usage and product changes We update VERSION to 2.28.0 and create release notes.
2 parents dcbccfd + fd04988 commit 8116591

File tree

3 files changed

+9
-32
lines changed

3 files changed

+9
-32
lines changed

RELEASE_NOTES_LATEST.md

Lines changed: 6 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Available through https://crates.io/crates/typeql.
55
```
6-
cargo add typeql@2.28.0
6+
cargo add typeql@2.28.1
77
```
88

99
## TypeQL Grammar and Language Library distributions for Java
@@ -20,12 +20,12 @@ cargo add typeql@2.28.0
2020
<dependency>
2121
<groupId>com.vaticle.typeql</groupId>
2222
<artifactId>typeql-grammar</artifactId>
23-
<version>2.28.0</version>
23+
<version>2.28.1</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>com.vaticle.typeql</groupId>
2727
<artifactId>typeql-lang</artifactId>
28-
<version>2.28.0</version>
28+
<version>2.28.1</version>
2929
</dependency>
3030
</dependencies>
3131
```
@@ -35,34 +35,9 @@ cargo add typeql@2.28.0
3535
Available through https://pypi.org
3636

3737
```
38-
pip install typeql-grammar==2.28.0
38+
pip install typeql-grammar==2.28.1
3939
```
4040

41-
42-
## New Features
43-
44-
45-
## Bugs Fixed
46-
47-
48-
## Code Refactors
49-
50-
5141
## Other Improvements
52-
- **Update maven artifacts snapshot**
53-
Update maven artifacts snapshot
54-
55-
56-
- **Update README.md**
57-
58-
- **Update typedb-behaviour and implement missing steps**
59-
60-
- **Finish updating license tests, dependencies, last missed headers**
61-
62-
- **Replace licenses with MPL version 2.0**
63-
64-
- **Update banner.png for the README file**
65-
66-
Update the banner image in the README file.
67-
68-
42+
- **Bump snake-yaml maven dependency to 2.2**
43+
Bump snake-yaml maven dependency to 2.2

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.28.0
1+
2.28.1

WORKSPACE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ vaticle_dependencies()
1515
# Load //builder/python
1616
load("@vaticle_dependencies//builder/python:deps.bzl", python_deps = "deps")
1717
python_deps()
18+
load("@rules_python//python:repositories.bzl", "py_repositories")
19+
py_repositories()
1820

1921
# Load //builder/bazel for RBE
2022
load("@vaticle_dependencies//builder/bazel:deps.bzl", "bazel_toolchain")

0 commit comments

Comments
 (0)