Skip to content

Commit

Permalink
Merge branch 'feature/update_to_0.5.1' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
thiesmoeller committed Dec 28, 2022
2 parents 82d7fe2 + 2749cb2 commit ac4e0c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.5.1] - 2022-12-28

### Fixed
- Properly handle cameras, where OffsetX/Y is readonly after applying startup settings ( Fixes #26)


## [0.5.0] - 2022-12-09

### 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.5.0',
version : '0.5.1',
meson_version : '>= 0.61',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])
Expand Down

0 comments on commit ac4e0c2

Please sign in to comment.