Skip to content

Commit

Permalink
Prepare 0.25.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bioball committed Feb 1, 2024
1 parent ecad035 commit 3f4932f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/antora.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: main
title: Main Project
version: 0.25.0-dev
prerelease: true
version: 0.25.0
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 @@ -6,7 +6,7 @@
:pkl-version-no-suffix: 0.25.0
// 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:
:is-release-version: ''

// the remaining attributes do not need to be updated regularly

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/release-notes/pages/0.25.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= Pkl 0.25 Release Notes
:version: 0.25
:version-minor: 0.25.0
:release-date: <TBD>
:release-date: February 1st, 2024

This is the first release of Pkl!

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
@TruffleLanguage.Registration(
id = "pkl",
name = "Pkl",
version = "0.25.0-dev",
version = "0.25.0",
characterMimeTypes = VmLanguage.MIME_TYPE,
contextPolicy = ContextPolicy.SHARED)
public final class VmLanguage extends TruffleLanguage<VmContext> {
Expand Down

0 comments on commit 3f4932f

Please sign in to comment.