chore(release): 1.0.0
Some checks failed
gitea-physics/kalpa/pipeline/tag There was a failure building this commit

This commit is contained in:
Deepak Mallubhotla 2025-02-22 13:10:38 -06:00
parent 5e1dd34881
commit cb38296b7c
Signed by: deepak
GPG Key ID: BEBAEBF28083E022
2 changed files with 26 additions and 1 deletions

25
CHANGELOG.md Normal file
View File

@ -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))

View File

@ -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 <dmallubhotla+github@gmail.com>"]
readme = "README.md"