From f587b7cece1c7151f4d9f6721cd5bec675ef897b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 7 Jun 2026 15:59:56 +0000 Subject: [PATCH] chore(main): release 0.6.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ce6eb71..bcd0522 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.9" + ".": "0.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 038076d..54ae1fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.6.0](https://github.com/ArioMoniri/syntha/compare/v0.5.9...v0.6.0) (2026-06-07) + + +### Features + +* **modules:** add CKD-staging module (eGFR-driven, KDIGO G1-G5) ([#46](https://github.com/ArioMoniri/syntha/issues/46)) ([8629cdf](https://github.com/ArioMoniri/syntha/commit/8629cdf292a38f4438f0aa2583b535628a5204c7)), closes [#17](https://github.com/ArioMoniri/syntha/issues/17) + ## [0.5.9](https://github.com/ArioMoniri/syntha/compare/v0.5.8...v0.5.9) (2026-06-05) diff --git a/pyproject.toml b/pyproject.toml index 0466166..53129d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta" # on PyPI when we tried to claim it. The longer name is more descriptive # anyway — "syntha for electronic health records". name = "syntha-ehr" -version = "0.5.9" +version = "0.6.0" description = "Synthetic patient record generator (Synthea-inspired) trained on pristine-healthy episode data" readme = "README.md" license = { text = "Apache-2.0" }