Skip to content

Commit

Permalink
chore: release → 1.0.0-alpha9
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <sam@elide.ventures>
  • Loading branch information
sgammon committed May 15, 2024
1 parent 2cdb6cd commit 6ae3652
Show file tree
Hide file tree
Showing 17 changed files with 25 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,13 @@ Check the `gradle.properties` file at the project root to see all available opti
If you are building a JVM application that runs guest code in one of the languages supported by Elide, you can use the Runtime DSL to configure your own embedded polyglot engine:

```kotlin
implementation("dev.elide:elide-graalvm:1.0.0-alpha8")
implementation("dev.elide:elide-graalvm:1.0.0-alpha9")
```

or for Groovy scripts:

```groovy
implementation 'dev.elide:elide-graalvm:1.0.0-alpha8'
implementation 'dev.elide:elide-graalvm:1.0.0-alpha9'
```

The DSL is used internally by the Elide binaries and by the SSR packages and provides a simplified API to harness the power of the underlying [GraalVM](https://graalvm.org) engine:
Expand Down
2 changes: 1 addition & 1 deletion .release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-alpha8
1.0.0-alpha9
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</p>

<p align="center">
Latest version: <code>1.0.0-alpha9</code>
Latest: <code>1.0.0-alpha9</code>
</p>

<hr />
Expand Down
Binary file added creative/logo/mark-sq-gray/mark-sq-gray.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions creative/logo/mark-sq-gray/mark-sq-gray.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added creative/logo/mark-sq-gray/mark-sq-gray@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added creative/logo/mark-sq-gray/mark-sq-gray@3x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added creative/logo/mark-sq-gray/mark-sq-gray@4x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion gradle/elide.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ diktat = "2.0.0"
docker-plugin = "9.4.0"
doctor-plugin = "0.9.1"
dokka = "1.9.20"
elide = "1.0.0-alpha8"
elide = "1.0.0-alpha9"
elide-uuid = "2.0.0-Beta3-0.20.0-rc1"
errorprone = "2.27.1"
faker = "1.15.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elide-dev/elide",
"version": "1.0.0-alpha8",
"version": "1.0.0-alpha9",
"description": "Elide polyglot application runtime",
"homepage": "https://elide.dev",
"license": "(MIT OR Apache-2.0)",
Expand All @@ -17,7 +17,7 @@
],
"repository": "github:elide-dev/elide",
"config": {
"elideVersion": "1.0.0-alpha8"
"elideVersion": "1.0.0-alpha9"
},
"author": {
"name": "Sam Gammon",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/packaging/npm/elide.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

"use strict";

const version = "1.0.0-alpha8";
const version = "1.0.0-alpha9";

const os = require("os");
const fs = require("fs");
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/packaging/npm/elide.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# License for the specific language governing permissions and limitations under the License.
#

latest_known_version="1.0.0-alpha8"
latest_known_version="1.0.0-alpha9"

# detect elide command, if it is not here, echo a message
# and exit with a non-zero exit code
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/packaging/npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@elide-dev/elide",
"version": "1.0.0-alpha8",
"version": "1.0.0-alpha9",
"description": "Elide polyglot application runtime",
"homepage": "https://elide.dev",
"license": "MIT",
Expand All @@ -17,7 +17,7 @@
],
"repository": "github:elide-dev/elide",
"config": {
"elideVersion": "1.0.0-alpha8"
"elideVersion": "1.0.0-alpha9"
},
"author": {
"name": "Sam Gammon",
Expand Down
2 changes: 1 addition & 1 deletion samples/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ versions.kotlin.language = 2.0
versions.android.sdk.target = 33

# Settings: Libraries
elideVersion = 1.0.0-alpha8
elideVersion = 1.0.0-alpha9
micronautVersion = 4.3.8

# Settings: Kotlin
Expand Down
4 changes: 4 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
* License for the specific language governing permissions and limitations under the License.
*/

//
// Elide
//

@file:Suppress(
"UnstableApiUsage",
"DSL_SCOPE_VIOLATION",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ public object Constants {
private const val MAJOR_VERSION = "1.0.0"

/** Major library version tag. */
private const val VERSION_TAG = "alpha8"
private const val VERSION_TAG = "alpha9"

/** Version string for the library. */
public const val VERSION: String = "$MAJOR_VERSION-$VERSION_TAG"
Expand Down
4 changes: 2 additions & 2 deletions tools/plugin/gradle-plugin/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
elide = "1.0.0-alpha8"
elideTools = "1.0.0-alpha8"
elide = "1.0.0-alpha9"
elideTools = "1.0.0-alpha9"
ksp = "2.0.0-RC3-1.0.20"
detekt = "1.23.6"
kotlin = "2.0.0-RC3"
Expand Down

0 comments on commit 6ae3652

Please sign in to comment.