Skip to content

Commit

Permalink
Merge pull request #216 from EmixamPP/6.1.0
Browse files Browse the repository at this point in the history
build: bump version
  • Loading branch information
EmixamPP authored Jan 29, 2025
2 parents 0285417 + 285c801 commit a6faf39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [6.1.0] - 2025-01-29

### Added
- Unit tests for instruction manipulations.
Expand All @@ -20,6 +20,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `disable` configuration field is deprecated and renamed `status` for more flexibility. It accepts the strings: `start`, `idle`, `disable`.
- The `run` command only applies instructions with the `start` `status`.
- The `tweak` command displays all the time the video feedback.
- Bump OpenCV to v4.11.0
- Bump argparse to v3.2

### Removed
- `--werror` `meson` option no longer enabled by default.
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'linux-enable-ir-emitter',
'cpp',
version: '6.0.6-dev',
version: '6.1.0',
license: 'MIT',
default_options: [
'cpp_std=c++20',
Expand Down

0 comments on commit a6faf39

Please sign in to comment.