Skip to content

Commit 9514275

Browse files
committed
website: blog post release 4.0.3 published
1 parent ac82519 commit 9514275

File tree

1 file changed

+80
-0
lines changed

1 file changed

+80
-0
lines changed
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
---
2+
3+
title: µOS++ Intrusive Lists v4.0.3 released
4+
seo_title: Version 4.0.3 released
5+
description: Version v4.0.3 is a maintenance release
6+
keywords:
7+
- micro-os-plus
8+
- xpack
9+
- utils-lists
10+
- release
11+
12+
date: 2026-03-17 19:32:03 +0200
13+
14+
authors: ilg-ul
15+
16+
# To be listed in the Releases page.
17+
tags:
18+
- releases
19+
20+
# ----- Custom properties -----------------------------------------------------
21+
22+
version: "4.0.3"
23+
24+
release_tag_url: "https://github.com/micro-os-plus/utils-lists-xpack/tree/v4.0.3"
25+
26+
---
27+
28+
import {PageMetadata} from '@docusaurus/theme-common';
29+
import Image from '@theme/IdealImage';
30+
import CodeBlock from '@theme/CodeBlock';
31+
import Link from '@docusaurus/Link';
32+
33+
import CommonPrerequisites from './_common/_prerequisites.mdx';
34+
import CommonDownloadAnalytics from './_common/_download-analytics.mdx';
35+
36+
Version **4.0.3** is a maintenance release; it updates to the latest compilers, latest tests and latest documentation.
37+
38+
<!-- truncate -->
39+
40+
<PageMetadata title={frontMatter.seo_title} />
41+
42+
The [µOS++ Intrusive Lists](https://micro-os-plus.github.io/utils-lists-xpack/)
43+
project is a C++ source code library with the µOS++ intrusive lists.
44+
45+
<CommonPrerequisites nodeVersion="18.0.0"/>
46+
47+
## Install
48+
49+
The most convenient way to integrate the `@micro-os-plus/utils-lists`
50+
package into a project is to add it as a dependency via **xpm**.
51+
52+
<CodeBlock language="console"> {
53+
`xpm install @micro-os-plus/utils-lists@${frontMatter.version} -verbose
54+
`} </CodeBlock>
55+
56+
Comprehensive instructions can be found in the [Install Guide](/docs/install/).
57+
58+
## Source code
59+
60+
- <Link to={frontMatter.release_tag_url}>GitHub tag v{frontMatter.version} tree</Link>
61+
62+
## Bug fixes
63+
64+
- none
65+
66+
## Enhancements
67+
68+
- none
69+
70+
## Known problems
71+
72+
- none
73+
74+
## CI tests
75+
76+
Before publishing, a set of tests were performed .
77+
The results are available from:
78+
79+
- [GitHub Actions](https://github.com/micro-os-plus/utils-lists-xpack/actions)
80+

0 commit comments

Comments
 (0)