Skip to content

Commit

Permalink
Prepare 0.4.0 release
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 613281438
  • Loading branch information
l46kok authored and copybara-github committed Mar 6, 2024
1 parent bb64ec7 commit ffb486c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ CEL-Java is available in Maven Central Repository. [Download the JARs here][8] o
<dependency>
<groupId>dev.cel</groupId>
<artifactId>cel</artifactId>
<version>0.3.1</version>
<version>0.4.0</version>
</dependency>
```

**Gradle**

```gradle
implementation 'dev.cel:cel:0.3.0'
implementation 'dev.cel:cel:0.4.0'
```

Then run this example:
Expand Down
1 change: 1 addition & 0 deletions publish/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUNTIME_TARGETS = [
COMPILER_TARGETS = [
"//parser/src/main/java/dev/cel/parser",
"//parser/src/main/java/dev/cel/parser:parser_builder",
"//parser/src/main/java/dev/cel/parser:unparser",
"//checker/src/main/java/dev/cel/checker:checker",
"//checker/src/main/java/dev/cel/checker:checker_builder",
"//checker/src/main/java/dev/cel/checker:proto_type_mask",
Expand Down
2 changes: 1 addition & 1 deletion publish/cel_version.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
"""Maven artifact version for CEL."""
CEL_VERSION = "0.3.1"
CEL_VERSION = "0.4.0"

0 comments on commit ffb486c

Please sign in to comment.