Skip to content

Commit 09dd28e

Browse files
committed
Bumps version to 1.0.1
1 parent ee6196b commit 09dd28e

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

docs/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ The OCI MLflow plugins allow to utilize Oracle Cloud Infrastructure (OCI) resour
1616
:maxdepth: 2
1717
:caption: Contents:
1818

19+
release_notes
1920
quickstart
2021
concepts
2122
tracking_server

docs/source/release_notes.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
=============
2+
Release Notes
3+
=============
4+
5+
1.0.1
6+
-----
7+
Release date: Jun 2, 2023
8+
9+
**New Features and Enhancements:**
10+
11+
* Updated the ``README-development.md`` file for better clarity and ease of use.
12+
* Improved the ``Dockerfile`` to provide the option of running the tracking server using a local ``oci-mlflow`` wheel.
13+
14+
**Bug Fixes:**
15+
16+
* Fixed the issue with ``launch_mlflow.sh`` where the copyright information was added in the wrong place, resulting in an error when running ``launch_mlflow.sh``.

oci_mlflow/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "1.0.0"
2+
"version": "1.0.1"
33
}

0 commit comments

Comments
 (0)