From cb38296b7cc889e716ca0836c9c8d753d2e17854 Mon Sep 17 00:00:00 2001 From: Deepak Mallubhotla Date: Sat, 22 Feb 2025 13:10:38 -0600 Subject: [PATCH] chore(release): 1.0.0 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..21e6dbc --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## 1.0.0 (2025-02-22) + + +### ⚠ BREAKING CHANGES + +* major change of name and adding jenkinsfile, etc. +* copying over from sd4 + +### Features + +* adds ability to read from config file ([4729543](https://gitea.deepak.science:2222/physics/kalpa/commit/4729543c4e8f39cbf9efa5697397450d7cdf0e49)) +* copying over from sd4 ([5a0b294](https://gitea.deepak.science:2222/physics/kalpa/commit/5a0b294150d89bae1a5b603dafb17598696fb75d)) +* major change of name and adding jenkinsfile, etc. ([c5b76e6](https://gitea.deepak.science:2222/physics/kalpa/commit/c5b76e6f24a538550d3dda8632e224daf2393a60)) +* many disparate updates for modernising ([a731a81](https://gitea.deepak.science:2222/physics/kalpa/commit/a731a81c6ac3a4bcba54b86ca02013d2ae6026fa)) +* Now can run through config file, with smarter label ([2243ced](https://gitea.deepak.science:2222/physics/kalpa/commit/2243cedd21272c242bb1863d73f2e1aa0622f848)) + + +### Bug Fixes + +* add kalpa script and add minor refactor hook for later with config as module ([75fb3be](https://gitea.deepak.science:2222/physics/kalpa/commit/75fb3bedfad15f97e319dc2b795948a5adcab885)) +* fix introspection module name ([952e41c](https://gitea.deepak.science:2222/physics/kalpa/commit/952e41cde61150683619931fe67d930c9e12bcb6)) diff --git a/pyproject.toml b/pyproject.toml index 3e96ca1..4d688df 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kalpaa" -version = "0.0.1" +version = "1.0.0" description = "Groups up and runs full run." authors = ["Deepak Mallubhotla "] readme = "README.md"