Skip to content
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.

Commit

Permalink
Updated versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Vektrat authored Jun 17, 2020
1 parent 2241e8b commit 0fbf290
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion COMPATIBILITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ in-between the listed versions_

| catapult-rest | catapult-server | Notes |
|---------------|-----------------|--------------------------------------------------------------------|
| v1.1.0.0 | v9.6.1 | Address resized (25 -> 24 bytes)<br>Updated REST version numbering |
| v1.1.0 | v9.6.1 | Address resized (25 -> 24 bytes)<br>Updated REST version numbering |
| v1.0.20.50 | v9.5.1 | VRF support |
| v1.0.20.31 | v9.4.1 | TLS support |
| v1.0.20.24 | v9.3.1 | - |
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ Catapult REST gateway combines HTTP and WebSockets to perform read and write act

Make sure you choose a [version compatible](COMPATIBILITY.md) with the [catapult-server][catapult-server] node you want to use it with.

Version number is described as follows:
Starting on `v1.1.0`, version numbers are described as follows:

`v1.X.Y.Z`
`vX.Y.Z`

- The first numer is symbolic for pre-release and should not be taken into consideration.
- X: This serves to lock for compatibility with `catapult-server`, thus it is safe to update by keeping this number without REST
losing server compatibility. Additionally, any breaking change to the server should require to upgrade this number.
- Y: This serves to lock on safe updates to this project, thus it is safe to update by keeping this number without worrying about
Expand Down
2 changes: 1 addition & 1 deletion catapult-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "catapult-sdk",
"version": "0.7.20.52",
"version": "1.1.0",
"description": "Catapult SDK core",
"main": "_build/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion rest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "catapult-api-rest",
"version": "1.0.20.52",
"version": "1.1.0",
"description": "",
"main": "_build/index.js",
"scripts": {
Expand Down

0 comments on commit 0fbf290

Please sign in to comment.