Skip to content

Commit 2cf0bb1

Browse files
committed
re-enabled coverage
1 parent 8bf45c6 commit 2cf0bb1

File tree

4 files changed

+17
-1
lines changed

4 files changed

+17
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
env:
1212
CSW_VERSION: "6.0.0"
13-
ESW_OCS_ENG_UI_VERSION: "1.0.0-RC1"
13+
ESW_OCS_ENG_UI_VERSION: "1.0.0"
1414
steps:
1515
- uses: actions/checkout@v4
1616
- uses: coursier/setup-action@v1.2.0

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ All notable changes to this project will be documented in this file.
1212
## Upcoming Changes
1313
n/a
1414

15+
## [ESW v1.0.0] - 2025-05-15
16+
17+
- Re-enabled coverage (was temporarily disabled during development, since values were lower with Scala-3.x)
18+
- Updated esw-ocs-eng-ui version to 1.0.0
19+
1520
## [ESW v1.0.0] - 2025-04-27
1621

1722
- Replaced akka dependency with pekko

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ when running esw applications or tests.
2424

2525
| esw | csw |
2626
|------------|------------|
27+
| v1.0.1 | v6.0.0 |
2728
| v1.0.0 | v6.0.0 |
2829
| v0.5.1 | v5.0.1 |
2930
| v0.5.1-RC1 | v5.0.1-RC1 |
@@ -48,6 +49,7 @@ when running esw applications or tests.
4849

4950
| Date | Tag | Source | Docs | Assets |
5051
|------------|--------|-------------------------------------------------------------|------------------------------------------------------------|----------------------------------------------------------------------------|
52+
| 2025-05-15 | v1.0.1 | [esw-1.0.1](https://github.com/tmtsoftware/esw/tree/v1.0.1) | [esw-1.0.1 docs](https://tmtsoftware.github.io/esw/1.0.1/) | [esw-1.0.1 assets](https://github.com/tmtsoftware/esw/releases/tag/v1.0.1) |
5153
| 2025-04-27 | v1.0.0 | [esw-1.0.0](https://github.com/tmtsoftware/esw/tree/v1.0.0) | [esw-1.0.0 docs](https://tmtsoftware.github.io/esw/1.0.0/) | [esw-1.0.0 assets](https://github.com/tmtsoftware/esw/releases/tag/v1.0.0) |
5254
| 2023-04-12 | v0.5.1 | [esw-0.5.1](https://github.com/tmtsoftware/esw/tree/v0.5.1) | [esw-0.5.1 docs](https://tmtsoftware.github.io/esw/0.5.1/) | [esw-0.5.1 assets](https://github.com/tmtsoftware/esw/releases/tag/v0.5.1) |
5355
| 2022-11-14 | v0.5.0 | [esw-0.5.0](https://github.com/tmtsoftware/esw/tree/v0.5.0) | [esw-0.5.0 docs](https://tmtsoftware.github.io/esw/0.5.0/) | [esw-0.5.0 assets](https://github.com/tmtsoftware/esw/releases/tag/v0.5.0) |

notes/1.0.1.markdown

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## ESW - TMT Executive Software v1.0.1
2+
3+
This is the v1.0.1 of the TMT Executive Software.
4+
5+
See [CHANGELOG.md](CHANGELOG.md) for details of all releases.
6+
7+
### Documentation
8+
9+
Paradox documentation can be found here: https://tmtsoftware.github.io/esw/1.0.1/

0 commit comments

Comments
 (0)