From 7c2967cd7a03711fd071b8575a3381ef0e00faa9 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 16 Oct 2024 18:54:18 +0000 Subject: [PATCH] :bookmark: v0.1.3 Automatically generated by python-semantic-release --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f785c87..ca8cce1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,27 @@ # CHANGELOG +## v0.1.3 (2024-10-16) + +### :bug: + +* :bug: Fix: dihedral angles were always positive ([`a5e41f1`](https://github.com/Baharis/picometer/commit/a5e41f177ebc9c5ad8ac5ca67369af7e8d324164)) + +### Other + +* 🔀 Merge pull request #4 from Baharis/signed_dihedrals + +🐛 Fix: dihedral angles were always positive, add tests ([`fe9c262`](https://github.com/Baharis/picometer/commit/fe9c26232ea441a25836213023c85ea83dadb052)) + +* :memo: Document `are_(syn/anti)parallel`, `are_perpendicular` func ([`ce2c5d2`](https://github.com/Baharis/picometer/commit/ce2c5d2aa549bf51e29795b664b851ce81826ac4)) + +* :white_check_mark: Explicitly, separately test for + and - dihedrals ([`0da665c`](https://github.com/Baharis/picometer/commit/0da665c653fd61f9025c348518c243a75841dd52)) + +* :white_check_mark: Add tests for explicit syn- and anti-parallelism ([`12d815c`](https://github.com/Baharis/picometer/commit/12d815c4e01fd54df4f81c6f31ee8d93e750dbb8)) + +* :green_heart: semantic_release: prepend version commits with :bookmark: ([`e080063`](https://github.com/Baharis/picometer/commit/e080063bea1c532890bf3b4f7f18747bf6e9c237)) + + ## v0.1.2 (2024-10-16) ### :arrow_down: @@ -9,6 +30,10 @@ ### Other +* 0.1.2 + +Automatically generated by python-semantic-release ([`2a2b66b`](https://github.com/Baharis/picometer/commit/2a2b66b026ff7ec130a69c1185aa6f268be06bd3)) + * :green_heart: Fix-add "tool.semantic_release.commit_parser_options" config ([`bc9ac5a`](https://github.com/Baharis/picometer/commit/bc9ac5a1730105b853603496a4733f6cac1a80a6)) * Merge pull request #3 from Baharis/development @@ -74,6 +99,10 @@ ### Other +* 0.1.1 + +Automatically generated by python-semantic-release ([`3045fc5`](https://github.com/Baharis/picometer/commit/3045fc57b7ee293a570aec89dfdce3eb566dfd88)) + * :green_heart: Add write permissions to the GitHub CD actions ([`c8bd378`](https://github.com/Baharis/picometer/commit/c8bd3787ad7e9aec7fd818d1f15ef0c18b92b9a9)) * :green_heart: During CD, checkout with ssh-key to avoid master protection ([`3abee66`](https://github.com/Baharis/picometer/commit/3abee665b4f5d5fb9ea921b0d3284f360ecb83dc)) diff --git a/pyproject.toml b/pyproject.toml index 3ae3761..213c636 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "picometer" -version = "0.1.2" +version = "0.1.3" description = "Precisely define and calculate measurements across multiple crystal structures" authors = ["Daniel Tchoń"] license = "MIT"