diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index c27de69..6cc6cc3 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v0.0.4] - 2024-12-12 +### :construction_worker: Build System +- [`2f1e25c`](https://github.com/deargen/biotest/commit/2f1e25ce8317dce5b9e8671676af5afc7e4318fa) - use uv publish *(commit by [@kiyoon](https://github.com/kiyoon))* +- [`9b2f332`](https://github.com/deargen/biotest/commit/9b2f33291f729cbe844074a56da4fee8eafa29e7) - fix permissions *(commit by [@kiyoon](https://github.com/kiyoon))* +- [`f32bb37`](https://github.com/deargen/biotest/commit/f32bb378a3da18618d9f1a92bd4891bd4ba2adf5) - fix pypi upload due to license-file *(commit by [@kiyoon](https://github.com/kiyoon))* +- [`d7b42dd`](https://github.com/deargen/biotest/commit/d7b42ddefb1671d741bca8d99a8d54c96f032d89) - fix license-file *(commit by [@kiyoon](https://github.com/kiyoon))* + +### :memo: Documentation Changes +- [`408b988`](https://github.com/deargen/biotest/commit/408b98812e9e4f39934ff0ab3a3f437ce7ecb58b) - add pypi badges *(commit by [@kiyoon](https://github.com/kiyoon))* +- [`7a05886`](https://github.com/deargen/biotest/commit/7a058866e4be1abb345cf47fc9efb6c555edf84d) - fix badge *(commit by [@kiyoon](https://github.com/kiyoon))* + + ## [v0.0.3] - 2024-10-23 ### :bug: Bug Fixes - [`173732e`](https://github.com/deargen/biotest/commit/173732e27bbf7cc9f41cf9d46edaa092255e06e3) - pdb, pdbqt compare bug *(commit by [@kiyoon](https://github.com/kiyoon))* @@ -21,3 +33,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [v0.0.1]: https://github.com/deargen/biotest/compare/v0.0.0...v0.0.1 [v0.0.2]: https://github.com/deargen/biotest/compare/v0.0.1...v0.0.2 [v0.0.3]: https://github.com/deargen/biotest/compare/v0.0.2...v0.0.3 +[v0.0.4]: https://github.com/deargen/biotest/compare/v0.0.3...v0.0.4