Skip to content

Commit 5911c72

Browse files
authored
📖 add CHANGELOG.md (#176)
1 parent 3fc87b1 commit 5911c72

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANDELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
[Ray](https://github.com/ray-project/ray) integration for [Dagster](https://github.com/dagster-io/dagster).
1414

15-
`dagster-ray` allows orchestrating distributed Ray compute from Dagster pipelines. It includes:
15+
`dagster-ray` orchestrates distributed Ray compute from Dagster pipelines. It includes:
1616

1717
- `RayRunLauncher` - a `RunLauncher` which submits Dagster runs as isolated Ray jobs (in cluster mode) to a Ray cluster.
1818

@@ -33,7 +33,11 @@
3333
Documentation can be found below.
3434

3535
> [!NOTE]
36-
> This project is in early development. APIs are unstable and can change at any time. Contributions are very welcome! See the [Development](#development) section below.
36+
> This project is ready for production use, but some APIs may change over time (with deprecation cycle).
37+
38+
# Contributing
39+
40+
Contributions are very welcome! See the [Development](#development) section below to get started with the codebase locally.
3741

3842
# Feature Matrix
3943

0 commit comments

Comments
 (0)