Skip to content

Commit

Permalink
Merge branch 'release/3.2.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
kanjoe24 committed Sep 13, 2024
2 parents 9aa147d + 8e3602c commit e7c39ce
Show file tree
Hide file tree
Showing 4 changed files with 571 additions and 194 deletions.
8 changes: 4 additions & 4 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"request": "launch",
"stopAtEntry": false,
"externalConsole": false,
"cwd": "${workspaceFolder}/tests/bin/",
"program": "${workspaceFolder}/tests/bin/ut-test",
"environment": [ {"name": "LD_LIBRARY_PATH", "value":"${workspaceFolder}/tests/bin/"} ],
"args": [ "-d", "1", "-e", "2", "-d", "9", "-l", "${workspaceFolder}/tests/logs/", "-p", "${workspaceFolder}/tests/bin/assets/test_kvp.yaml" ],
"cwd": "${workspaceFolder}/tests/build/bin/",
"program": "${workspaceFolder}/tests/build/bin/ut-test",
"environment": [ {"name": "LD_LIBRARY_PATH", "value":"${workspaceFolder}/tests/build/bin/"} ],
"args": [ "-l", "${workspaceFolder}/tests/logs/", "-p", "${workspaceFolder}/tests/bin/assets/test_kvp.yaml" ],
"MIMode": "gdb",
"miDebuggerPath": "gdb",
"setupCommands": [
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,18 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [3.2.3](https://github.com/rdkcentral/ut-core/compare/3.2.2...3.2.3)

- PR: i106: Adding changes to fix double evaluation in UT_ASSERT macros [`#109`](https://github.com/rdkcentral/ut-core/pull/109)
- Adding changes to fix double evaluation in UT_ASSERT macros #106 [`4874b72`](https://github.com/rdkcentral/ut-core/commit/4874b72f409c9c52a948e6c481afe30ebc55140d)
- Merge tag '3.2.2' into develop [`81bdd52`](https://github.com/rdkcentral/ut-core/commit/81bdd52a6cf63b897c00b6bb89789280cdeabb69)

#### [3.2.2](https://github.com/rdkcentral/ut-core/compare/3.2.1...3.2.2)

> 5 September 2024
- Update the current ut-control version to 1.4.2 [`#105`](https://github.com/rdkcentral/ut-core/pull/105)
- CHANGELOG.md 3.2.2 [`0719725`](https://github.com/rdkcentral/ut-core/commit/07197257137dec08c24669e4318a45f6ec0ecc3d)
- Update the current ut-control version to 1.4.2 #104 [`9496235`](https://github.com/rdkcentral/ut-core/commit/9496235b8adfc79f01b22bb55ddec5f28e8958f6)
- Merge tag '3.2.1' into develop [`daa77e5`](https://github.com/rdkcentral/ut-core/commit/daa77e5c0a9a77ede7baa0b833eb99a3fce4e2e1)

Expand Down
Loading

0 comments on commit e7c39ce

Please sign in to comment.