Skip to content

Commit

Permalink
Update README with release update (#2823)
Browse files Browse the repository at this point in the history
  • Loading branch information
zachgk authored Oct 27, 2023
1 parent 185981b commit 7d68857
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ The following pseudocode demonstrates running training:

## Release Notes

* [0.24.0](https://github.com/deepjavalibrary/djl/releases/tag/v0.24.0) ([Code](https://github.com/deepjavalibrary/djl/tree/v0.24.0))
* [0.23.0](https://github.com/deepjavalibrary/djl/releases/tag/v0.23.0) ([Code](https://github.com/deepjavalibrary/djl/tree/v0.23.0))
* [0.22.1](https://github.com/deepjavalibrary/djl/releases/tag/v0.22.1) ([Code](https://github.com/deepjavalibrary/djl/tree/v0.22.1))
* [0.21.0](https://github.com/deepjavalibrary/djl/releases/tag/v0.21.0) ([Code](https://github.com/deepjavalibrary/djl/tree/v0.21.0))
Expand All @@ -108,7 +109,7 @@ The following pseudocode demonstrates running training:
* [0.2.1](https://github.com/deepjavalibrary/djl/releases/tag/v0.2.1) ([Code](https://github.com/deepjavalibrary/djl/tree/v0.2.1))
* [0.2.0 Initial release](https://github.com/deepjavalibrary/djl/releases/tag/v0.2.0) ([Code](https://github.com/deepjavalibrary/djl/tree/v0.2.0))

The release of DJL 0.24.0 is planned for August or September 2023.
The release of DJL 0.25.0 is planned for November 2023.

## Building From Source

Expand Down
2 changes: 1 addition & 1 deletion api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ For testing the current nightly build, use the following:
<dependency>
<groupId>ai.djl</groupId>
<artifactId>api</artifactId>
<version>0.24.0-SNAPSHOT</version>
<version>0.25.0-SNAPSHOT</version>
</dependency>
```

Expand Down

0 comments on commit 7d68857

Please sign in to comment.