From f1131deb235385d9b5a2dff154f37223696be46f Mon Sep 17 00:00:00 2001 From: Siddharth Suresh Date: Fri, 19 Jan 2024 14:48:51 -0800 Subject: [PATCH 1/4] Add 20.1.0 section --- docs/releases.mdx | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/docs/releases.mdx b/docs/releases.mdx index 077563e9..8e01bff9 100644 --- a/docs/releases.mdx +++ b/docs/releases.mdx @@ -14,6 +14,42 @@ Release candidates are software releases that are also released to the [Testnet] [Testnet]: reference/networks.mdx +## Stable v20.1.0 (January 11, 2024) + +### Software + +| Software | Version | +| ---------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | +| XDR | [bb54e505f814386a3f45172e0b7e95b7badbe969](https://github.com/stellar/stellar-xdr/commit/bb54e505f814386a3f45172e0b7e95b7badbe969) | +| Soroban Environment | `v20.1.0` | +| Soroban Interface Version | `0` | +| Stellar Core | `v20.1.0` | +| Soroban Rust SDK | `v20.2.0` | +| Soroban CLI | `v20.2.0` | +| Soroban RPC | `v20.2.0` | +| Stellar Horizon | `v2.27.0` | +| Stellar Friendbot | `TBD` | +| Stellar Quickstart | `docker.io/stellar/quickstart:soroban-dev@sha256:64b2d14b8a531c534560e287768846f538b2f063fc776aa9ca016c788e86c782` | +| Stellar JS Stellar Base | [`v10.0.1`](https://github.com/stellar/js-stellar-base/releases/tag/v10.0.1) | +| Stellar JS Stellar SDK | [`v11.2.0`](https://github.com/stellar/js-stellar-sdk/releases/tag/v11.2.0) | +| Stellar JS Soroban Client | [`v1.0.1`](https://github.com/stellar/js-soroban-client/releases/tag/v1.0.1) (deprecated, prefer the Stellar SDK) | +| Freighter | `5.9.0` | +| Laboratory | `TBD` | +| Soroban React Payment dapp | `TBD` | +| Soroban Mint Token dapp | `TBD` | +| Soroban Swap Token dapp | `TBD` | +| Futurenet Network Passphrase | `Test SDF Future Network ; October 2022` | +| Testnet Network Passphrase | `Test SDF Network ; September 2015` + +### Changelog + +#### Soroban Rust SDK + +- Fix bug with Timepoint/Duration as parameters/returns +- Add storage update fns +- Export functions for creating Timepoint/Duration +- Allow &Env in contract fns + ## Stable v20.0.0 (December 18, 2023) ### Software From 877ba6e6a05bc5d5e3beef5da87372de4507c69f Mon Sep 17 00:00:00 2001 From: Siddharth Suresh Date: Fri, 19 Jan 2024 15:12:57 -0800 Subject: [PATCH 2/4] format --- docs/releases.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases.mdx b/docs/releases.mdx index 8e01bff9..348c4219 100644 --- a/docs/releases.mdx +++ b/docs/releases.mdx @@ -39,7 +39,7 @@ Release candidates are software releases that are also released to the [Testnet] | Soroban Mint Token dapp | `TBD` | | Soroban Swap Token dapp | `TBD` | | Futurenet Network Passphrase | `Test SDF Future Network ; October 2022` | -| Testnet Network Passphrase | `Test SDF Network ; September 2015` +| Testnet Network Passphrase | `Test SDF Network ; September 2015` | ### Changelog From 014fb008ebe5418a0526235fdf1fd4a0707f43e8 Mon Sep 17 00:00:00 2001 From: Siddharth Suresh Date: Fri, 19 Jan 2024 16:57:04 -0800 Subject: [PATCH 3/4] Update docs/releases.mdx Co-authored-by: George --- docs/releases.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases.mdx b/docs/releases.mdx index 348c4219..545a3e44 100644 --- a/docs/releases.mdx +++ b/docs/releases.mdx @@ -48,7 +48,7 @@ Release candidates are software releases that are also released to the [Testnet] - Fix bug with Timepoint/Duration as parameters/returns - Add storage update fns - Export functions for creating Timepoint/Duration -- Allow &Env in contract fns +- Allow `&Env` in contract fns ## Stable v20.0.0 (December 18, 2023) From 2c43660cab59c7313b70d4d8f168dd229cc46041 Mon Sep 17 00:00:00 2001 From: Siddharth Suresh Date: Fri, 19 Jan 2024 17:26:05 -0800 Subject: [PATCH 4/4] Update docs/releases.mdx --- docs/releases.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/releases.mdx b/docs/releases.mdx index 545a3e44..657be50a 100644 --- a/docs/releases.mdx +++ b/docs/releases.mdx @@ -32,7 +32,6 @@ Release candidates are software releases that are also released to the [Testnet] | Stellar Quickstart | `docker.io/stellar/quickstart:soroban-dev@sha256:64b2d14b8a531c534560e287768846f538b2f063fc776aa9ca016c788e86c782` | | Stellar JS Stellar Base | [`v10.0.1`](https://github.com/stellar/js-stellar-base/releases/tag/v10.0.1) | | Stellar JS Stellar SDK | [`v11.2.0`](https://github.com/stellar/js-stellar-sdk/releases/tag/v11.2.0) | -| Stellar JS Soroban Client | [`v1.0.1`](https://github.com/stellar/js-soroban-client/releases/tag/v1.0.1) (deprecated, prefer the Stellar SDK) | | Freighter | `5.9.0` | | Laboratory | `TBD` | | Soroban React Payment dapp | `TBD` |