Skip to content

Commit 676a65b

Browse files
committed
chore: bump version to 6.1.2
1 parent a7cdfd0 commit 676a65b

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@ 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-
## [6.1.1] - 2025-01-29
8+
## [6.1.2] - 2025-09-01
9+
### Added
10+
- Add custom meson options: `config_dir`, `create_config_dir`, `create_log_dir`
911

12+
## [6.1.1] - 2025-01-29
13+
### Fixed
1014
- The `run` command does not crash if one configuration cannot be applied on q device.
1115

1216
## [6.1.0] - 2025-01-29
13-
1417
### Added
1518
- Unit tests for instruction manipulations.
1619
- New `meson test` target including: unit tests + `clang-format` + `clang-tidy`.
@@ -219,7 +222,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
219222
## [2.0.1] - 2021-08-12
220223
### Initial Release
221224

222-
[Unreleased]: https://github.com/emixampp/linux-enable-ir-emitter/compare/6.0.6...HEAD
225+
[Unreleased]: https://github.com/emixampp/linux-enable-ir-emitter/compare/6.1.2...HEAD
226+
[6.1.2]: https://github.com/emixampp/linux-enable-ir-emitter/compare/6.1.1...6.1.2
227+
[6.1.1]: https://github.com/emixampp/linux-enable-ir-emitter/compare/6.1.0...6.1.1
228+
[6.1.0]: https://github.com/emixampp/linux-enable-ir-emitter/compare/6.0.6...6.1.0
223229
[6.0.6]: https://github.com/emixampp/linux-enable-ir-emitter/compare/6.0.5...6.0.6
224230
[6.0.5]: https://github.com/emixampp/linux-enable-ir-emitter/compare/6.0.4...6.0.5
225231
[6.0.4]: https://github.com/emixampp/linux-enable-ir-emitter/compare/6.0.3...6.0.4

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.1.1',
4+
version: '6.1.2',
55
license: 'MIT',
66
default_options: [
77
'cpp_std=c++20',

0 commit comments

Comments
 (0)