Skip to content

Commit cbd22f0

Browse files
committed
chore: finalize and release → 1.0.0-beta9
Signed-off-by: Sam Gammon <sam@elide.dev>
1 parent 9b52ed3 commit cbd22f0

File tree

22 files changed

+29
-28
lines changed

22 files changed

+29
-28
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ exclude = ["crates/build", "crates/transport", "third_party", "runtime", "crates
2424
license = "MIT"
2525
edition = "2024"
2626
rust-version = "1.88.0"
27-
version = "1.0.0-beta8"
27+
version = "1.0.0-beta9"
2828
authors = ["Elide Technologies, Inc."]
2929
homepage = "https://elide.dev"
3030
documentation = "https://docs.elide.dev"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</p>
3131

3232
<p align="center">
33-
Latest: <code>1.0.0-beta8</code>
33+
Latest: <code>1.0.0-beta9</code>
3434
</p>
3535
<p align="center">
3636
Learn more at <a href="https://elide.dev">elide.dev</a> | <a href="https://docs.elide.dev">Docs, Guides, and Samples</a>
@@ -179,7 +179,7 @@ We provide a [setup action](https://github.com/marketplace/actions/setup-elide):
179179
uses: elide-dev/setup-elide@v2
180180
with:
181181
# any tag from the `elide-dev/elide` repo; omit for latest
182-
version: 1.0.0-beta8
182+
version: 1.0.0-beta9
183183
```
184184
185185
### Using Elide from Gradle

elide.pkl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
amends "elide:project.pkl"
55

66
name = "elide"
7-
version = "1.0.0-beta8"
7+
version = "1.0.0-beta9"
88
description = "Polyglot runtime and toolchain"
99

1010
local reactVersion = "18.3.1"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elide-dev/framework",
3-
"version": "1.0.0-beta8",
3+
"version": "1.0.0-beta9",
44
"private": true,
55
"packageManager": "pnpm@10.6.2",
66
"lint-staged": {

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@elide-dev/elide",
3-
"version": "1.0.0-beta8",
3+
"version": "1.0.0-beta9",
44
"description": "Elide polyglot application runtime",
55
"homepage": "https://elide.dev",
66
"license": "(MIT OR Apache-2.0)",
77
"keywords": ["runtime", "js", "ts", "polyglot", "server", "framework", "kotlin", "javascript", "typescript"],
88
"repository": "github:elide-dev/elide",
99
"config": {
10-
"elideVersion": "1.0.0-beta8"
10+
"elideVersion": "1.0.0-beta9"
1111
},
1212
"author": {
1313
"name": "Sam Gammon",

packages/cli/packaging/install-debug.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
# Elide Installer
2121
# ---------------
22-
# Version: 0.18
22+
# Version: 0.19
2323
# Author: Sam Gammon
2424
#
2525
# This script can be used as a one-liner to install the Elide command-line interface. Various arguments can be passed to
@@ -46,6 +46,7 @@
4646
# --help Show the installer tool's help message
4747
#
4848
# Changelog:
49+
# 0.19 2025-11-22 Sam Gammon Release at 1.0.0-beta9
4950
# 0.18 2025-05-24 Sam Gammon Adds installer fingerprinting, preserve archive flag, removes bz2
5051
# 0.17 2025-03-16 Sam Gammon Release at 1.0.0-beta1
5152
# 0.16 2025-03-14 Sam Gammon Added --gha flag for 1.0.0-beta1 release
@@ -68,8 +69,8 @@
6869
set -e
6970
set +x
7071

71-
TOOL_REVISION="1.0.0-beta8"
72-
INSTALLER_VERSION="v0.18"
72+
TOOL_REVISION="1.0.0-beta9"
73+
INSTALLER_VERSION="v0.19"
7374

7475
TOOL="cli"
7576
VERSION="v1"

packages/cli/packaging/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# shellcheck disable=SC2199
55
set -e
66
set +x
7-
TOOL_REVISION="1.0.0-beta8"
8-
INSTALLER_VERSION="v0.18"
7+
TOOL_REVISION="1.0.0-beta9"
8+
INSTALLER_VERSION="v0.19"
99
TOOL="cli"
1010
VERSION="v1"
1111
RELEASE="snapshot"

packages/cli/packaging/npm/elide.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* License for the specific language governing permissions and limitations under the License.
1212
*/
1313

14-
const version = "1.0.0-beta8"
14+
const version = "1.0.0-beta9"
1515

1616
const os = require("node:os")
1717
const fs = require("node:fs")

packages/cli/packaging/npm/elide.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# License for the specific language governing permissions and limitations under the License.
1414
#
1515

16-
latest_known_version="1.0.0-beta8"
16+
latest_known_version="1.0.0-beta9"
1717

1818
# detect elide command, if it is not here, echo a message
1919
# and exit with a non-zero exit code

packages/cli/packaging/npm/package.json.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elide-dev/elide",
3-
"version": "1.0.0-beta8",
3+
"version": "1.0.0-beta9",
44
"description": "Elide polyglot application runtime",
55
"homepage": "https://elide.dev",
66
"license": "MIT",
@@ -17,7 +17,7 @@
1717
],
1818
"repository": "github:elide-dev/elide",
1919
"config": {
20-
"elideVersion": "1.0.0-beta8"
20+
"elideVersion": "1.0.0-beta9"
2121
},
2222
"author": {
2323
"name": "Sam Gammon",

0 commit comments

Comments
 (0)