Skip to content

Commit 219fbd9

Browse files
committed
docs: update changelog for v0.1.0 and v0.1.1
1 parent f6fbdd9 commit 219fbd9

File tree

1 file changed

+33
-2
lines changed

1 file changed

+33
-2
lines changed

CHANGELOG.md

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,43 @@ All notable changes to this project will be documented in this file.
55
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).
66

77
## [unreleased]
8+
### Added
9+
### Changed
10+
### Fixed
811

12+
## [0.1.1] - 2025-05-25
13+
14+
### Changed
15+
16+
- Add more logging when stopping the app
17+
18+
### Fixed
19+
20+
- Fix for on_error and on_close callbacks in WebSocketClient
21+
- Remove wrong call to idle() in example.py
22+
23+
## [0.1.0] - 2024-12-20
24+
25+
### Added
26+
27+
- Dockerfile for easy deployment
28+
- New AuthorityKeyIDAnalyzer for matching certificates based on CA
29+
30+
### Fixed
31+
32+
- Use right module for DNStwister
33+
- Properly handle empty updates
34+
35+
### Changed
36+
37+
- Switch to pyproject.toml for configuration
38+
- Improve code based on ruff linting suggestions
939

1040
## [0.0.1] - 2021-05-13
1141

1242
Initial release
1343

14-
[unreleased]: https://github.com/d-Rickyy-b/certleak/compare/v0.0.1...HEAD
44+
[unreleased]: https://github.com/d-Rickyy-b/certleak/compare/v0.1.1...HEAD
45+
[0.1.1]: https://github.com/d-Rickyy-b/certleak/compare/v0.1.0...v0.1.1
46+
[0.1.0]: https://github.com/d-Rickyy-b/certleak/compare/v0.0.1...v0.1.0
1547
[0.0.1]: https://github.com/d-Rickyy-b/certleak/tree/v0.0.1
16-

0 commit comments

Comments
 (0)