chore(release): 1.0.1
All checks were successful
gitea-physics/kalpa/pipeline/head This commit looks good
gitea-physics/kalpa/pipeline/tag This commit looks good

This commit is contained in:
Deepak Mallubhotla 2025-02-22 15:39:32 -06:00
parent 007e6e0f6d
commit 30c760f7ec
Signed by: deepak
GPG Key ID: BEBAEBF28083E022
2 changed files with 8 additions and 1 deletions

View File

@ -2,6 +2,13 @@
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. 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.1](https://gitea.deepak.science:2222/physics/kalpa/compare/1.0.0...1.0.1) (2025-02-22)
### Bug Fixes
* add label to logs, and some minor formatting ([007e6e0](https://gitea.deepak.science:2222/physics/kalpa/commit/007e6e0f6dc1660c9088927f4c750877194027e1))
## 1.0.0 (2025-02-22) ## 1.0.0 (2025-02-22)

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "kalpaa" name = "kalpaa"
version = "1.0.0" version = "1.0.1"
description = "Groups up and runs full run." description = "Groups up and runs full run."
authors = ["Deepak Mallubhotla <dmallubhotla+github@gmail.com>"] authors = ["Deepak Mallubhotla <dmallubhotla+github@gmail.com>"]
readme = "README.md" readme = "README.md"