Skip to content

Commit a6faf39

Browse files
authored
Merge pull request #216 from EmixamPP/6.1.0
build: bump version
2 parents 0285417 + 285c801 commit a6faf39

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [6.1.0] - 2025-01-29
99

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

2426
### Removed
2527
- `--werror` `meson` option no longer enabled by default.

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'linux-enable-ir-emitter',
33
'cpp',
4-
version: '6.0.6-dev',
4+
version: '6.1.0',
55
license: 'MIT',
66
default_options: [
77
'cpp_std=c++20',

0 commit comments

Comments
 (0)