Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

## 0.1.0 (2025-08-11)


### Features

* add ci ([221cec0](https://github.com/graeter-group/kimmdy-dimerization/commit/221cec0a8d688464cebf9ef21fc39e1aed0a6a2f))
* pyproject ([c0955f7](https://github.com/graeter-group/kimmdy-dimerization/commit/c0955f72a3773b85a22e96209f92e423d53db964))
* trigger release ([e3a9640](https://github.com/graeter-group/kimmdy-dimerization/commit/e3a96409c09639884306c359248974dfdbb9b395))


### Bug Fixes

* **ci:** fix release permissions ([412be21](https://github.com/graeter-group/kimmdy-dimerization/commit/412be21d82a964395313e9136a29061d8c06e4c6))
* conflicting license information ([efd922f](https://github.com/graeter-group/kimmdy-dimerization/commit/efd922f573fd8bfdcd55dd0a74853be6b1fb17ee))
* conflicting license information ([903e620](https://github.com/graeter-group/kimmdy-dimerization/commit/903e62040e3984afb0583b17e4b94fa8fb67bd47))
* format ([53da8b0](https://github.com/graeter-group/kimmdy-dimerization/commit/53da8b09c652b27e758473d018ba2da1c9550fd1))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "kimmdy-dimerization"
version = "0.1"
version = "0.1.0"
license = {text = "GPL-3.0"}
description = "Reaction plugin for KIMMDY describing the dimerization of thymines in DNA"
readme = "README.md"
Expand Down
Loading