From b47c88e5af6b5d141a4784847933e59439aaedeb Mon Sep 17 00:00:00 2001 From: georgejecook Date: Sun, 10 Mar 2024 20:10:45 +0000 Subject: [PATCH] chore: release v5.12.0 --- bsc-plugin/CHANGELOG.md | 14 ++++++++++++++ bsc-plugin/package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/bsc-plugin/CHANGELOG.md b/bsc-plugin/CHANGELOG.md index 8ccef2f..3a9acd5 100644 --- a/bsc-plugin/CHANGELOG.md +++ b/bsc-plugin/CHANGELOG.md @@ -4,8 +4,21 @@ 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). +#### [5.12.0](https://github.com/georgejecook/rooibos/compare/5.11.0...5.12.0) + +- Fixed assertAsyncField params [`#278`](https://github.com/georgejecook/rooibos/pull/278) +- Fixed async tests sometimes waiting the full timeout even though the … [`#276`](https://github.com/georgejecook/rooibos/pull/276) +- Lcov fixes [`#274`](https://github.com/georgejecook/rooibos/pull/274) +- Fix SGNode test generation [`#270`](https://github.com/georgejecook/rooibos/pull/270) +- Fixed duplicate cur line injections [`#267`](https://github.com/georgejecook/rooibos/pull/267) +- Merge pull request #273 from georgejecook/faster-applcation-closing [`9471f48`](https://github.com/georgejecook/rooibos/commit/9471f484b267545865671cb79d624e6b2abb4d6c) +- Fixed failed tests and upgraded brighterscript [`ffdc3ca`](https://github.com/georgejecook/rooibos/commit/ffdc3ca5662af46c6586ff3f072ba2ac05080325) +- Added some samples that would result in more then 100 percent covrage before the fix [`82e088e`](https://github.com/georgejecook/rooibos/commit/82e088e410a8996b1084e64c66d47b4bfc1b9a4f) + #### [5.11.0](https://github.com/georgejecook/rooibos/compare/5.10.0...5.11.0) +> 1 February 2024 + - Code cov perf and bug fix in if statements [`#264`](https://github.com/georgejecook/rooibos/pull/264) - Added an api to fail tests with an exception [`#263`](https://github.com/georgejecook/rooibos/pull/263) - Reduce raw code statements [`#260`](https://github.com/georgejecook/rooibos/pull/260) @@ -14,6 +27,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). - Small formatter pass and code change to be formatter frendly [`#252`](https://github.com/georgejecook/rooibos/pull/252) - Updated default global excluded files [`#251`](https://github.com/georgejecook/rooibos/pull/251) - Updated annotations to be order agnositic [`3d24579`](https://github.com/georgejecook/rooibos/commit/3d2457955f1ccfac3bea6a63ea342cc60750b2bc) +- chore: release v5.11.0 [`a360bd8`](https://github.com/georgejecook/rooibos/commit/a360bd8de99bdc0221680251d74e496f8869b440) #### [5.10.0](https://github.com/georgejecook/rooibos/compare/5.9.1...5.10.0) diff --git a/bsc-plugin/package.json b/bsc-plugin/package.json index 71848fb..d273d94 100644 --- a/bsc-plugin/package.json +++ b/bsc-plugin/package.json @@ -1,6 +1,6 @@ { "name": "rooibos-roku", - "version": "5.11.0", + "version": "5.12.0", "description": "simple, flexible, fun brightscript test framework for roku scenegraph apps - roku brighterscript plugin", "repository": { "type": "git",