Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(changelog): update changelog for tag v0.5.9 #351

Merged
merged 3 commits into from
Aug 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## CARET

### v0.5.9 <small>\_ Aug 7, 2024</small> {id = "0.5.9"}

- **Fix**: Temporarily limit mypy version for CI execution. ([caret_analyze #519](https://github.com/tier4/caret_analyze/pull/519))

- **Update**: Supports the implementation that users explicitly take messages using subscription->take. This allows visualization of the message flow of the path containing the nodes implemented above. ([caret_analyze #516](https://github.com/tier4/caret_analyze/pull/516))

### v0.5.8 <small>\_ Jul 29, 2024</small> {id = "0.5.8"}

- **New**: Add cppcheck to ci. At the same time, the correction of the indicated items in cppcheck is carried out. ([caret_trace #291](https://github.com/tier4/caret_trace/pull/291), [caret_analyze_cpp_impl #211](https://github.com/tier4/caret_analyze_cpp_impl/pull/211))
Expand Down
Loading