Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Dec 10, 2021
1 parent 17b698a commit 1c14f4d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [2.2.0] – 2021-12-10

### Added

- Added `time_range` parameter to `read_bag()` and `read_pcap()`.

### Fixed

- `read_bag()` no longer closes opened `Bag` objects passed to it.

## [2.1.0] – 2021-12-08

### Added
Expand Down Expand Up @@ -41,6 +51,8 @@

Initial release.

[2.2.0]: https://github.com/valgur/velodyne_decoder/compare/v2.1.0...v2.2.0

[2.1.0]: https://github.com/valgur/velodyne_decoder/compare/v2.0.0...v2.1.0

[2.0.0]: https://github.com/valgur/velodyne_decoder/compare/v1.0.1...v2.0.0
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = velodyne-decoder
version = 2.1.0
version = 2.2.0
author = Martin Valgur
author_email = [email protected]
url = https://github.com/valgur/velodyne_decoder
Expand Down

0 comments on commit 1c14f4d

Please sign in to comment.