Skip to content

Commit 65edded

Browse files
authored
Merge pull request #6 from bcdev/yogesh-prepare-release-1.0.0
Prepare release `v1.0.0`
2 parents adf3f63 + 838a3e9 commit 65edded

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## Changes in 1.0.0
2+
3+
* Gaiaflow has been refactored into two separate repositories: a
4+
[core library](https://github.com/bcdev/gaiaflow)
5+
and a [template project](https://github.com/bcdev/gaiaflow-cookiecutter),
6+
improving maintainability and modularity.
7+
* The Cookiecutter template has been streamlined, making it leaner, more robust,
8+
and easier to use for new projects.
9+
110
## Changes in 0.3.0
211

312
* Airflow 3.0 is now supported.

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.3.0"
22+
version = "1.0.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)