chore(release): 1.2.0
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:
2025-03-03 10:48:44 -06:00
parent 96742769be
commit f2f326dcfe
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.
## [1.2.0](https://gitea.deepak.science:2222/physics/kalpa/compare/1.1.0...1.2.0) (2025-03-03)
### Features
* adds ability to specify which dots are used manually, and better handles collating and coalescing results ([9674276](https://gitea.deepak.science:2222/physics/kalpa/commit/96742769bedad928890a27153e7c0952a6fc1cdb))
## [1.1.0](https://gitea.deepak.science:2222/physics/kalpa/compare/1.0.1...1.1.0) (2025-03-02)

View File

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