Skip to content

Commit

Permalink
update to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thiesmoeller committed Mar 28, 2023
1 parent bc5488b commit dbd3ef2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.6.1] - 2023-03-27

### Changed
- Filter event data nodes
* exclude from registration until supported in gstreamer

### Fixed
- Process feature limits for ace gige
* extend heuristics
* fixes #37

## [0.6.0] - 2023-03-24

### Added
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('gst-plugin-pylon', 'c', 'cpp',
version : '0.6.0',
version : '0.6.1',
meson_version : '>= 0.61',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])
Expand Down

0 comments on commit dbd3ef2

Please sign in to comment.