Skip to content

Commit

Permalink
Prepare 0.27.1 release (#839)
Browse files Browse the repository at this point in the history
  • Loading branch information
holzensp authored Dec 6, 2024
1 parent 15d85b0 commit 48a710f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/antora.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: main
title: Main Project
version: 0.27.0
version: 0.27.1
prerelease: false
nav:
- nav.adoc
2 changes: 1 addition & 1 deletion docs/modules/ROOT/partials/component-attributes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// the following attributes must be updated immediately before a release

// pkl version corresponding to current git commit without -dev suffix or git hash
:pkl-version-no-suffix: 0.27.0
:pkl-version-no-suffix: 0.27.1
// tells whether pkl version corresponding to current git commit
// is a release version (:is-release-version: '') or dev version (:!is-release-version:)
:is-release-version: ''
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# suppress inspection "UnusedProperty" for whole file

group=org.pkl-lang
version=0.27.0
version=0.27.1

# google-java-format requires jdk.compiler exports
org.gradle.jvmargs= \
Expand Down
6 changes: 3 additions & 3 deletions jbang-catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"catalogs": {},
"aliases": {
"pkl": {
"script-ref": "org.pkl-lang:pkl-cli-java:0.27.0",
"script-ref": "org.pkl-lang:pkl-cli-java:0.27.1",
"java-agents": []
},
"pkl-codegen-java": {
"script-ref": "org.pkl-lang:pkl-codegen-java:0.27.0",
"script-ref": "org.pkl-lang:pkl-codegen-java:0.27.1",
"java-agents": []
},
"pkl-codegen-kotlin": {
"script-ref": "org.pkl-lang:pkl-codegen-kotlin:0.27.0",
"script-ref": "org.pkl-lang:pkl-codegen-kotlin:0.27.1",
"java-agents": []
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
@TruffleLanguage.Registration(
id = "pkl",
name = "Pkl",
version = "0.27.0",
version = "0.27.1",
characterMimeTypes = VmLanguage.MIME_TYPE,
contextPolicy = ContextPolicy.SHARED)
public final class VmLanguage extends TruffleLanguage<VmContext> {
Expand Down

0 comments on commit 48a710f

Please sign in to comment.