Skip to content

Commit

Permalink
Add release post
Browse files Browse the repository at this point in the history
Signed-off-by: mlflow-automation <[email protected]>
  • Loading branch information
mlflow-automation committed Sep 17, 2024
1 parent 9e26de2 commit 4ed5a92
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
9 changes: 9 additions & 0 deletions website/releases/2024-09-17-2.16.2-release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: MLflow 2.16.2
slug: 2.16.2
authors: [mlflow-maintainers]
---

<REPLACE_ME>

For a comprehensive list of changes, see the [release change log](https://github.com/mlflow/mlflow/releases/tag/v2.16.2), and check out the latest documentation on [mlflow.org](http://mlflow.org/).
14 changes: 14 additions & 0 deletions website/src/posts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,20 @@ export const BLOGS: Blog[] = [

// Sort by date descending
export const RELEASES: Release[] = [
{
title: "MLflow 2.16.2",
path: "/releases/2.16.2",
authors: [
{
name: "MLflow maintainers",
title: "MLflow maintainers",
url: "https://github.com/mlflow/mlflow.git",
image_url: "https://github.com/mlflow-automation.png",
},
],
date: "2024-09-17",
version: "2.16.2",
},
{
title: "MLflow 2.16.1",
path: "/releases/2.16.1",
Expand Down

0 comments on commit 4ed5a92

Please sign in to comment.