Skip to content

Commit 45ee6e5

Browse files
committed
add landing page announcement
1 parent 3e74d6a commit 45ee6e5

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

.github/pages/make_switcher.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ def write_json(path: Path, repository: str, versions: str):
6060
# Only add the repo name if it isn't the source for the org pages site
6161
pages_url += f"/{repo_name}"
6262
struct = [
63-
{"version": version, "url": f"{pages_url}/{version}/"}
64-
for version in versions
63+
{"version": version, "url": f"{pages_url}/{version}/"} for version in versions
6564
]
6665
text = json.dumps(struct, indent=2)
6766
print(f"JSON switcher:\n{text}")

docs/explanations/changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Pledge
66

77
This page represents a pledge to control breaking changes for users of `epics-containers`. The framework is still under development and there still may be breaking changes in future updates. However we now have a mechanism in place to allow users to adopt the framework, take advantage of the current features and then accept future updates in a controlled fashion.
88

9-
From version 3.4.0 onwards we will endeavour to make changes in a controlled fashion that obeys SemVer 2.0.0 rules. We will also try to ensure that it is possible to apply updates in a gradual manner and not require a blanket update.
9+
From version 3.4.0 onwards we will make changes in a controlled fashion that obeys SemVer 2.0.0 rules. We will also ensure that it is possible to apply updates in a gradual manner and not require a blanket update.
1010

1111
The [](../reference/changelog.md) will give details of any things to be aware of between versions, including minor version updates.
1212

docs/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ html_theme.sidebar_secondary.remove: true
66
:end-before: <!-- README only content
77
```
88

9+
Update for April 2024 - version 3.4.0
10+
-------------------------------------
11+
12+
We have just completed another major overhaul of the epics-containers framework. The primary goal of these changes was to add in support for RTEMS based IOCs. But we have also taken the opportunity to make some other improvements.
13+
14+
The tutorials are now up to date with these latest changes, although the RTEMS tutorials are still in development.
15+
16+
From this release onwards changes will be done in a controlled manner described in the page [](explanations/changes).
17+
918
Update for February 2024
1019
------------------------
1120

0 commit comments

Comments
 (0)