chore: bump version to 1.0.1 and update changelog

- Update RPM spec version to 1.0.1
- Add changelog entries for changes since 1.0.0
- Add .aider* to .gitignore

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
Jacquin Antoine
2026-02-28 20:16:38 +01:00
parent 7e9535122e
commit c7b8523879
2 changed files with 9 additions and 1 deletions

1
.gitignore vendored
View File

@ -29,3 +29,4 @@ vendor/
# OS # OS
.DS_Store .DS_Store
Thumbs.db Thumbs.db
.aider*

View File

@ -2,7 +2,7 @@
# Compatible with CentOS 7, Rocky Linux 8, 9, 10 # Compatible with CentOS 7, Rocky Linux 8, 9, 10
Name: logcorrelator Name: logcorrelator
Version: 1.0.0 Version: 1.0.1
Release: 1%{?dist} Release: 1%{?dist}
Summary: Log correlation service for HTTP and network events Summary: Log correlation service for HTTP and network events
@ -112,5 +112,12 @@ fi
/etc/systemd/system/logcorrelator.service /etc/systemd/system/logcorrelator.service
%changelog %changelog
* Sat Feb 28 2026 logcorrelator <dev@example.com> - 1.0.1-1
- Fix: durcir la validation et fiabiliser flush/arrêt idempotents
- Refactor: remove Debian/DEB packaging, RPM-only support
- Feat: add multi-distro RPM packaging for CentOS 7 and Rocky Linux 8/9/10
- Feat: migrate configuration from custom format to YAML
- Refactor: remove obsolete config and update documentation
* Sat Feb 28 2026 logcorrelator <dev@example.com> - 1.0.0-1 * Sat Feb 28 2026 logcorrelator <dev@example.com> - 1.0.0-1
- Initial package for CentOS 7, Rocky Linux 8, 9, 10 - Initial package for CentOS 7, Rocky Linux 8, 9, 10