From 2a6abf217b140bd4ab4956829832be15891b793c Mon Sep 17 00:00:00 2001 From: Liviu Ionescu Date: Wed, 6 Dec 2023 00:54:58 +0200 Subject: [PATCH] prepare v3.2.0 --- CHANGELOG.md | 44 +++++++++++++++++++++++++++++++++++++ website/config.doxyfile | 2 +- website/pages/maintainer.md | 14 ++++++------ 3 files changed, 52 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b972960..4d4c933 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,50 @@ Please check [GitHub](https://github.com/micro-os-plus/micro-test-plus-xpack/issues/) and close existing issues and pull requests. +## 2023-12-06 + +* v3.2.0 +* 90963ce micro-test-plus.h cosmetics +* c57c46e literals.h: silence clang deprecation warning +* f776b18 doxygen metadata: add @headerfile +* 94ff7d7 website: use to_* +* 9d4f8bb tests/sample-test.cpp: use to_* +* 24606d7 literals.h: add to_*, deprecate _* + +## 2023-12-05 + +* 76ddc99 user-guide.md: use mt:: +* 86adedf doxygen metadata: use mt:: in examples +* 71db099 tests: use explicit mt:: +* c508d4f testing.md: remove reference to test-all.yml +* 11a1f31 testing.md: update +* 1ee57a8 testing.md: fix typo +* 749e2d6 testing.md: add clang 17 +* 221a630 rename xpack-development +* 06419e5 tests/package.json: enable gcc11 +* 03cb2ed tests/package.json: bump deps + +## 2023-12-04 + +* ebe7e55 package-lock.json updates +* 17e8859 tests/package.json: add clang 17 +* 75e585a micro-test-plus.cpp: silence warning for clang 17 + +## 2023-11-30 + +* b4ff766 website/package.json: #v2.3.1 +* 19a43d6 testing.md update +* 822e464 rework tests with platforms sub-folder +* 2aef49a website/package.json: explicit #v2.3.0 +* 313fd41 website/package.json: explicit #2.3.0 +* 80d0fe8 testing.md: updates + +## 2023-11-29 + +* 2227c94 3.1.2 +* 552865e prepare v3.1.2 +* 993d0f7 testing.md: updates + ## 2023-11-28 * 21393a5 ci.yml cosmetics diff --git a/website/config.doxyfile b/website/config.doxyfile index a23bc04..1c88ae6 100644 --- a/website/config.doxyfile +++ b/website/config.doxyfile @@ -44,7 +44,7 @@ PROJECT_NAME = micro-test-plus # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 3.1.2 +PROJECT_NUMBER = 3.2.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/website/pages/maintainer.md b/website/pages/maintainer.md index b320d5b..39f3432 100644 --- a/website/pages/maintainer.md +++ b/website/pages/maintainer.md @@ -119,8 +119,8 @@ No need to add a tag here, it'll be added when the release is created. ### Increase the version -Determine the upstream version (like `3.1.2`) and eventually update the -`package.json` file; the format is `3.1.2-pre`. +Determine the upstream version (like `3.2.0`) and eventually update the +`package.json` file; the format is `3.2.0-pre`. ### Fix possible open issues @@ -128,7 +128,7 @@ Check GitHub issues and pull requests: - -and fix them; assign them to a milestone (like `3.1.2`, without **v**). +and fix them; assign them to a milestone (like `3.2.0`, without **v**). ### Update 'website/pages/maintainer.md' @@ -143,8 +143,8 @@ Update the `PROJECT_NUMBER` variable to the new version. - open the `CHANGELOG.md` file - check if all previous fixed issues are in -- add a new entry like `* v3.1.2` -- commit with a message like `prepare v3.1.2` +- add a new entry like `* v3.2.0` +- commit with a message like `prepare v3.2.0` ### Push changes @@ -243,14 +243,14 @@ When the package is considered stable: When the release is considered stable, promote it as `latest`: - `npm dist-tag ls @micro-os-plus/micro-test-plus` -- `npm dist-tag add @micro-os-plus/micro-test-plus@3.1.2 latest` +- `npm dist-tag add @micro-os-plus/micro-test-plus@3.2.0 latest` - `npm dist-tag ls @micro-os-plus/micro-test-plus` ## Share on Twitter - in a separate browser windows, open [X/Twitter](https://twitter.com) - using the `@micro_os_plus` account -- paste the release name like **µOS++ µTest++ v3.1.2 released** +- paste the release name like **µOS++ µTest++ v3.2.0 released** - paste the link to the npmjs release - click the **Tweet** button