File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,12 +5,15 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 11project (
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' ,
You can’t perform that action at this time.
0 commit comments