Skip to content

Commit

Permalink
preparing for v0.5.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
dencoded committed Sep 15, 2022
1 parent f982447 commit bc4c382
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
release:
runs-on: ubuntu-latest
env:
CSW_VERSION: "4.0.1"
ESW_OCS_ENG_UI_VERSION: "0.2.0"
CSW_VERSION: "5.0.0-RC1"
ESW_OCS_ENG_UI_VERSION: "0.3.0-RC1"
steps:
- uses: actions/checkout@v2
- uses: coursier/[email protected]
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,20 @@ All notable changes to this project will be documented in this file.

## Upcoming Changes

## [ESW v0.5.0] - 2022-09-15

- upgraded to Java 17
- Added `subscribeObserveEvents` in EventApi via Gateway.
- Added `OffsetStart`, `OffsetEnd`, `InputRequestStart` & `InputRequestEnd` sequencer observe events in Kotlin Scripts DSL.

### Documentation
- Reference paradox documentation: https://tmtsoftware.github.io/esw/0.5.0/
- Scaladoc: https://tmtsoftware.github.io/esw/0.5.0/api/scala/index.html

### Supporting Releases

<a name="0-4-0-1"></a>1: [ESW v0.5.0-RC1](https://github.com/tmtsoftware/esw/releases/tag/v0.5.0-RC1) - 2022-09-15<br>

## [ESW v0.4.0] - 2022-02-09

This release contains minor fixes.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ See [here](https://tmtsoftware.github.io/esw/) for a detailed description of the

| Date | Tag | Source | Docs | Assets |
|------------|------------|---------------------------------------------------------------------|--------------------------------------------------------------------|------------------------------------------------------------------------------------|
| 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) |
| 2022-01-28 | v0.4.0-RC1 | [esw-0.4.0-RC1](https://github.com/tmtsoftware/esw/tree/v0.4.0-RC1) | [esw-0.4.0-RC1 docs](https://tmtsoftware.github.io/esw/0.4.0-RC1/) | [esw-0.4.0-RC1 assets](https://github.com/tmtsoftware/esw/releases/tag/v0.4.0-RC1) |
| 2021-09-17 | v0.3.0-RC2 | [esw-0.3.0-RC2](https://github.com/tmtsoftware/esw/tree/v0.3.0-RC2) | [esw-0.3.0-RC2 docs](https://tmtsoftware.github.io/esw/0.3.0-RC2/) | [esw-0.3.0-RC2 assets](https://github.com/tmtsoftware/esw/releases/tag/v0.3.0-RC2) |
| 2021-08-23 | v0.3.0-RC1 | [esw-0.3.0-RC1](https://github.com/tmtsoftware/esw/tree/v0.3.0-RC1) | [esw-0.3.0-RC1 docs](https://tmtsoftware.github.io/esw/0.3.0-RC1/) | [esw-0.3.0-RC1 assets](https://github.com/tmtsoftware/esw/releases/tag/v0.3.0-RC1) |
Expand Down
9 changes: 9 additions & 0 deletions notes/0.5.0-RC1.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## ESW - TMT Executive Software v0.5.0-RC1

This is the v0.5.0-RC1 of the TMT Executive Software.

See [CHANGELOG.md](CHANGELOG.md) for details of all releases.

### Documentation

Paradox documentation can be found here: https://tmtsoftware.github.io/esw/0.5.0-RC1/
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
sbt.version=1.6.1
csw.version=f1a1b5b
csw.version=879ffae

0 comments on commit bc4c382

Please sign in to comment.