Skip to content

Commit 6cd6573

Browse files
committed
Making 6.0.0 release
1 parent 38d639e commit 6cd6573

4 files changed

Lines changed: 14 additions & 2 deletions

File tree

.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-
ESW_TS_VERSION: "0.6.0-M3"
12+
ESW_TS_VERSION: "1.0.0-RC1"
1313
steps:
1414
- uses: actions/checkout@v4
1515
- uses: coursier/setup-action@v1.2.0

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ All notable changes to this project will be documented in this file.
1111

1212
## Upcoming releases
1313

14-
## [CSW v6.0.0-RC3] - 2025-04-15
14+
## [CSW v6.0.0] - 2025-04-25
1515

1616
### Changes
1717
- Upgraded all dependencies to latest versions

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ See [here](https://tmtsoftware.github.io/csw/) for a detailed description of the
1212

1313
| Date | Tag | Docs | Source | Download |
1414
|------------|----------|--------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
15+
| 2025-04-25 | v6.0.0 | [scala](https://tmtsoftware.github.io/csw/6.0.0/api/scala/index.html), [java](https://tmtsoftware.github.io/csw/6.0.0/api/java/index.html) | [csw-6.0.0](https://github.com/tmtsoftware/csw/tree/v6.0.0) | Source: [tar.gz](https://github.com/tmtsoftware/csw/archive/v6.0.0.tar.gz), [zip](https://github.com/tmtsoftware/csw/archive/v6.0.0.zip) |
1516
| 2023-04-12 | v5.0.1 | [scala](https://tmtsoftware.github.io/csw/5.0.1/api/scala/index.html), [java](https://tmtsoftware.github.io/csw/5.0.1/api/java/index.html) | [csw-5.0.0](https://github.com/tmtsoftware/csw/tree/v5.0.1) | Source: [tar.gz](https://github.com/tmtsoftware/csw/archive/v5.0.1.tar.gz), [zip](https://github.com/tmtsoftware/csw/archive/v5.0.1.zip) |
1617
| 2022-11-14 | v5.0.0 | [scala](https://tmtsoftware.github.io/csw/5.0.0/api/scala/index.html), [java](https://tmtsoftware.github.io/csw/5.0.0/api/java/index.html) | [csw-5.0.0](https://github.com/tmtsoftware/csw/tree/v5.0.0) | Source: [tar.gz](https://github.com/tmtsoftware/csw/archive/v5.0.0.tar.gz), [zip](https://github.com/tmtsoftware/csw/archive/v5.0.0.zip) |
1718
| 2022-02-09 | v4.0.1 | [scala](https://tmtsoftware.github.io/csw/4.0.1/api/scala/index.html), [java](https://tmtsoftware.github.io/csw/4.0.1/api/java/index.html) | [csw-4.0.1](https://github.com/tmtsoftware/csw/tree/v4.0.1) | Source: [tar.gz](https://github.com/tmtsoftware/csw/archive/v4.0.1.tar.gz), [zip](https://github.com/tmtsoftware/csw/archive/v4.0.1.zip) |

notes/6.0.0.markdown

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## CSW - TMT Common Software v6.0.0
2+
3+
This is release v6.0.0 of the TMT Common Software.
4+
5+
See [CHANGELOG.md](CHANGELOG.md) for details of all releases.
6+
7+
8+
### Documentation
9+
- Reference paradox documentation: https://tmtsoftware.github.io/csw/6.0.0/
10+
- Scaladoc: https://tmtsoftware.github.io/csw/6.0.0/api/scala/index.html
11+
- Javadoc: https://tmtsoftware.github.io/csw/6.0.0/api/java/index.html

0 commit comments

Comments
 (0)