diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a2288e..1b59b5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added +### Changed +### Deprecated +### Removed +### Fixed +### Security + +## [v202509011041] + +### Fixed + +* [PR-16](https://github.com/AGH-CEAI/aegis_ros/pull/16) - Fixed changelogs, added citation file and registered the repository in [Zenodo](https://zenodo.org/). + +## [v202508271325] + ### Added - [PR-14](https://github.com/AGH-CEAI/aegis_docker/pull/14) - Added first LABELs to store build arguments metadata. @@ -16,15 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [PR-4](https://github.com/AGH-CEAI/aegis_docker/pull/4) - Added instructions how to handle `sudo` issues in toolbx. - [PR-1](https://github.com/AGH-CEAI/aegis_docker/pull/1) - Initial version of the Aegis development container. -### Changed - -### Deprecated - -### Removed - ### Fixed - [PR-12](https://github.com/AGH-CEAI/aegis_docker/pull/12) - Fixed missing dependencies (Issue #7) for `depthai-ros`, `ros2-control`, `clang` and `pylon`. - [PR-2](https://github.com/AGH-CEAI/aegis_docker/pull/1) - Fixed typo with the default branch name - -### Security diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..baeab8f --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,17 @@ +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." +authors: + - family-names: Aleksandrowicz + given-names: Maciej + orcid: https://orcid.org/0000-0003-3388-5653 + - family-names: Klimek + given-names: Krzysztof + orcid: https://orcid.org/0009-0004-6749-1833 + - family-names: Płachno + given-names: Jakub +title: "Aegis Robotic Station Container Files" +version: v202509011041 +# identifiers: +# - type: doi +# value: 10.5281/zenodo.15047935 +date-released: 2025-08-27