Skip to content

Commit 07dd134

Browse files
authored
Merge pull request #4 from bcdev/yogesh-prepare-relaease-0.3.0
Prepare for `v0.3.0` release
2 parents 98ab05a + 6e8045d commit 07dd134

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## Changes in 0.3.0
2+
3+
* Airflow 3.0 is now supported.
4+
5+
* Bug fixes and test improvements
6+
7+
* Enhanced documentation
8+
9+
* Update generated project CI's
10+
111
## Changes in 0.2.0
212

313
* Local MLOps now works on both Linux and Windows

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,10 @@ S3 credentials access?
342342

343343
Add sensor based DAGs
344344

345-
Make CI unittest using conda instead
345+
Update CI to use ECR credentials.
346346

347-
Update CI to use ECR credentials.
347+
How to share Secrets?
348+
349+
Monitoring Airflow
350+
351+
MLFlow Deployment

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ keywords = [
1919
"Machine Learning",
2020
"Deep Learning"
2121
]
22-
version = "0.2.0"
22+
version = "0.3.0"
2323
readme = { file = "README.md", content-type = "text/markdown" }
2424
license = { file = "LICENSE", content-type = "text/plain" }
2525
requires-python = ">=3.12"

0 commit comments

Comments
 (0)