Skip to content

Commit

Permalink
mcap-protobuf-support: bump patch version to release #1148 (#1150)
Browse files Browse the repository at this point in the history
### Changelog

#### Changed
- updated the minimum required version of the `protobuf` library for
`mcap-protobuf-support` to >=4.25 . This removes a deprecation warning
that is printed whenever the library is used for reading.

### Description

<!-- Describe the problem, what has changed, and motivation behind those
changes. Pretend you are advocating for this change and the reader is
skeptical. -->

<!-- In addition to unit tests, describe any manual testing you did to
validate this change. -->

<table><tr><th>Before</th><th>After</th></tr><tr><td>

<!--before content goes here-->

</td><td>

<!--after content goes here-->

</td></tr></table>

<!-- If necessary, link relevant Linear or Github issues. Use `Fixes:
foxglove/repo#1234` to auto-close the Github issue or Fixes: FG-### for
Linear isses. -->
  • Loading branch information
james-rms authored Apr 2, 2024
1 parent 44ed9cf commit 0d2cf7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/mcap-protobuf-support/mcap_protobuf/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.1"
__version__ = "0.5.0"

0 comments on commit 0d2cf7c

Please sign in to comment.