Skip to content

Commit 849a415

Browse files
committed
Preparing 1.0.0 release
1 parent 66c1e10 commit 849a415

File tree

5 files changed

+17
-5
lines changed

5 files changed

+17
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
release:
1010
runs-on: ubuntu-latest
1111
env:
12-
CSW_VERSION: "6.0.0-RC1"
12+
CSW_VERSION: "6.0.0"
1313
ESW_OCS_ENG_UI_VERSION: "47f9fa1"
1414
steps:
1515
- uses: actions/checkout@v4

CHANGELOG.md

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

15-
## [ESW v1.0.0-RC7] - 2025-04-24
15+
## [ESW v1.0.0] - 2025-04-27
1616

1717
- Replaced akka dependency with pekko
1818
- Updated to scala-3 and jdk-21
1919
- Updated all dependencies
2020
- Updated kotlin version to 2.1.0 (Note: Now the kotlinc option `-Xallow-any-scripts-in-source-roots` is required for *.kts files under a source root)
2121

2222
### Documentation
23-
- Reference paradox documentation: https://tmtsoftware.github.io/esw/1.0.0-RC7/
24-
- Scaladoc: https://tmtsoftware.github.io/esw/1.0.0-RC7/api/scala/index.html
23+
- Reference paradox documentation: https://tmtsoftware.github.io/esw/1.0.0/
24+
- Scaladoc: https://tmtsoftware.github.io/esw/1.0.0/api/scala/index.html
2525

2626
## [ESW v0.5.1] - 2023-03-28
2727

README.md

Lines changed: 3 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.0 | v6.0.0 |
2728
| v0.5.1 | v5.0.1 |
2829
| v0.5.1-RC1 | v5.0.1-RC1 |
2930
| v0.5.0 | v5.0.0 |
@@ -47,6 +48,7 @@ when running esw applications or tests.
4748

4849
| Date | Tag | Source | Docs | Assets |
4950
|------------|--------|-------------------------------------------------------------|------------------------------------------------------------|----------------------------------------------------------------------------|
51+
| 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) |
5052
| 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) |
5153
| 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) |
5254
| 2022-02-09 | v0.4.0 | [esw-0.4.0](https://github.com/tmtsoftware/esw/tree/v0.4.0) | [esw-0.4.0 docs](https://tmtsoftware.github.io/esw/0.4.0/) | [esw-0.4.0 assets](https://github.com/tmtsoftware/esw/releases/tag/v0.4.0) |
@@ -59,6 +61,7 @@ when running esw applications or tests.
5961

6062
| Date | Tag | Source | Docs | Assets |
6163
|------------|------------|---------------------------------------------------------------------|--------------------------------------------------------------------|------------------------------------------------------------------------------------|
64+
| 2023-04-24 | v1.0.0-RC7 | [esw-1.0.0-RC7](https://github.com/tmtsoftware/esw/tree/v1.0.0-RC7) | [esw-1.0.0-RC7 docs](https://tmtsoftware.github.io/esw/1.0.0-RC7/) | [esw-1.0.0-RC7 assets](https://github.com/tmtsoftware/esw/releases/tag/v1.0.0-RC7) |
6265
| 2023-03-28 | v0.5.1-RC1 | [esw-0.5.1-RC1](https://github.com/tmtsoftware/esw/tree/v0.5.1-RC1) | [esw-0.5.1-RC1 docs](https://tmtsoftware.github.io/esw/0.5.1-RC1/) | [esw-0.5.1-RC1 assets](https://github.com/tmtsoftware/esw/releases/tag/v0.5.1-RC1) |
6366
| 2022-10-06 | v0.5.0-RC2 | [esw-0.5.0-RC2](https://github.com/tmtsoftware/esw/tree/v0.5.0-RC2) | [esw-0.5.0-RC2 docs](https://tmtsoftware.github.io/esw/0.5.0-RC2/) | [esw-0.5.0-RC2 assets](https://github.com/tmtsoftware/esw/releases/tag/v0.5.0-RC2) |
6467
| 2022-09-15 | v0.5.0-RC1 | [esw-0.5.0-RC1](https://github.com/tmtsoftware/esw/tree/v0.5.0-RC1) | [esw-0.5.0-RC1 docs](https://tmtsoftware.github.io/esw/0.5.0-RC1/) | [esw-0.5.0-RC1 assets](https://github.com/tmtsoftware/esw/releases/tag/v0.5.0-RC1) |

notes/1.0.0.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.0
2+
3+
This is the v1.0.0 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.0/

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
sbt.version=1.10.6
2-
csw.version=6.0.0-RC6
2+
csw.version=6.0.0

0 commit comments

Comments
 (0)