[PR #101] [MERGED] Prepare 0.25.2 release #416

Closed
opened 2025-12-30 01:24:22 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/apple/pkl/pull/101
Author: @bioball
Created: 2/8/2024
Status: Merged
Merged: 2/8/2024
Merged by: @bioball

Base: release/0.25Head: prepare-0.25.2-release


📝 Commits (10+)

  • 22b52b8 Remove lingering, outdated build target pkldoc
  • d9e6374 Fix minor discrepancy in workshop example (#60)
  • 0488bb3 Fix broken search on pkldoc
  • 4ce3618 Minor fix in the code of the docs
  • be9544b Fix documentation homepage (#81)
  • d69934e Fix missing pkl eval subcommand in documentation examples
  • 6c48258 Fix CLI docs examples for -x
  • 7680690 fixed typo on transiti[ti]on
  • 27f6fde fix mangled url
  • f4b1a97 Fix artifact name

📊 Changes

171 files changed (+3366 additions, -2687 deletions)

View changed files

📝 .circleci/config.pkl (+1 -1)
📝 .circleci/jobs/BuildNativeJob.pkl (+9 -10)
📝 .circleci/jobs/DeployJob.pkl (+3 -3)
📝 .circleci/jobs/GradleCheckJob.pkl (+2 -2)
📝 .circleci/jobs/GradleJob.pkl (+5 -5)
📝 .circleci/jobs/SimpleGradleJob.pkl (+2 -2)
📝 buildSrc/src/main/kotlin/BuildInfo.kt (+5 -0)
📝 docs/antora.yml (+1 -1)
📝 docs/modules/ROOT/partials/component-attributes.adoc (+1 -1)
📝 docs/modules/kotlin-binding/pages/codegen.adoc (+2 -2)
📝 docs/modules/language-reference/pages/index.adoc (+10 -9)
📝 docs/modules/language-tutorial/pages/02_filling_out_a_template.adoc (+1 -1)
📝 docs/modules/language-tutorial/pages/03_writing_a_template.adoc (+4 -4)
📝 docs/modules/pkl-cli/pages/index.adoc (+9 -9)
📝 docs/modules/release-notes/pages/0.25.adoc (+1 -1)
📝 docs/modules/release-notes/pages/changelog.adoc (+39 -0)
📝 gradle.properties (+1 -1)
📝 pkl-cli/pkl-cli.gradle.kts (+1 -12)
📝 pkl-core/pkl-core.gradle.kts (+1 -1)
📝 pkl-core/src/main/java/org/pkl/core/PklInfo.java (+1 -1)

...and 80 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/apple/pkl/pull/101 **Author:** [@bioball](https://github.com/bioball) **Created:** 2/8/2024 **Status:** ✅ Merged **Merged:** 2/8/2024 **Merged by:** [@bioball](https://github.com/bioball) **Base:** `release/0.25` ← **Head:** `prepare-0.25.2-release` --- ### 📝 Commits (10+) - [`22b52b8`](https://github.com/apple/pkl/commit/22b52b82e468bced66f488d1b8a87fe9581fc822) Remove lingering, outdated build target `pkldoc` - [`d9e6374`](https://github.com/apple/pkl/commit/d9e637413771ea4fdd6b82ce590f71f2b08c9e99) Fix minor discrepancy in workshop example (#60) - [`0488bb3`](https://github.com/apple/pkl/commit/0488bb30822fc3a4e48ec6e40dde6b3883c65e51) Fix broken search on pkldoc - [`4ce3618`](https://github.com/apple/pkl/commit/4ce361894faef0c7171f18619d98d5c471e2fc1a) Minor fix in the code of the docs - [`be9544b`](https://github.com/apple/pkl/commit/be9544bd07248f5b91003ef3f0d9dceba4c32e4e) Fix documentation homepage (#81) - [`d69934e`](https://github.com/apple/pkl/commit/d69934ee3b9661a98c69f06a8785abea0be27b83) Fix missing `pkl eval` subcommand in documentation examples - [`6c48258`](https://github.com/apple/pkl/commit/6c48258e8ab6ea0d17091533d3bff71d8d6bda19) Fix CLI docs examples for `-x` - [`7680690`](https://github.com/apple/pkl/commit/7680690f7cfc850df88e4e560327a9d8abe3fe01) fixed typo on transiti[ti]on - [`27f6fde`](https://github.com/apple/pkl/commit/27f6fde2e2fc5616b1667c718b5dad0a9cbe2c18) fix mangled url - [`f4b1a97`](https://github.com/apple/pkl/commit/f4b1a979a72a97dfcfa431dd0c679913ce4fad7d) Fix artifact name ### 📊 Changes **171 files changed** (+3366 additions, -2687 deletions) <details> <summary>View changed files</summary> 📝 `.circleci/config.pkl` (+1 -1) 📝 `.circleci/jobs/BuildNativeJob.pkl` (+9 -10) 📝 `.circleci/jobs/DeployJob.pkl` (+3 -3) 📝 `.circleci/jobs/GradleCheckJob.pkl` (+2 -2) 📝 `.circleci/jobs/GradleJob.pkl` (+5 -5) 📝 `.circleci/jobs/SimpleGradleJob.pkl` (+2 -2) 📝 `buildSrc/src/main/kotlin/BuildInfo.kt` (+5 -0) 📝 `docs/antora.yml` (+1 -1) 📝 `docs/modules/ROOT/partials/component-attributes.adoc` (+1 -1) 📝 `docs/modules/kotlin-binding/pages/codegen.adoc` (+2 -2) 📝 `docs/modules/language-reference/pages/index.adoc` (+10 -9) 📝 `docs/modules/language-tutorial/pages/02_filling_out_a_template.adoc` (+1 -1) 📝 `docs/modules/language-tutorial/pages/03_writing_a_template.adoc` (+4 -4) 📝 `docs/modules/pkl-cli/pages/index.adoc` (+9 -9) 📝 `docs/modules/release-notes/pages/0.25.adoc` (+1 -1) 📝 `docs/modules/release-notes/pages/changelog.adoc` (+39 -0) 📝 `gradle.properties` (+1 -1) 📝 `pkl-cli/pkl-cli.gradle.kts` (+1 -12) 📝 `pkl-core/pkl-core.gradle.kts` (+1 -1) 📝 `pkl-core/src/main/java/org/pkl/core/PklInfo.java` (+1 -1) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-30 01:24:22 +01:00
adam closed this issue 2025-12-30 01:24:22 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#416