This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch release/1.5.0 in repository https://gitbox.apache.org/repos/asf/logging-log4j-kotlin.git
commit cdeb3d697260bc7776162abdfd448e3d7beb4618 Author: Volkan Yazıcı <[email protected]> AuthorDate: Sat Aug 3 10:26:46 2024 +0200 Release changelog for version `1.5.0` --- src/changelog/1.5.0/.release-notes.adoc.ftl | 43 ++++++++++++++++++++++ src/changelog/1.5.0/.release.xml | 21 +++++++++++ ...add-coroutine-context-convenience-functions.xml | 0 src/changelog/{.1.x.x => 1.5.0}/antora.xml | 0 .../update_org_apache_logging_log4j_log4j_bom.xml | 0 5 files changed, 64 insertions(+) diff --git a/src/changelog/1.5.0/.release-notes.adoc.ftl b/src/changelog/1.5.0/.release-notes.adoc.ftl new file mode 100644 index 0000000..9374dfe --- /dev/null +++ b/src/changelog/1.5.0/.release-notes.adoc.ftl @@ -0,0 +1,43 @@ +//// + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +//// + +//// + ██ ██ █████ ██████ ███ ██ ██ ███ ██ ██████ ██ + ██ ██ ██ ██ ██ ██ ████ ██ ██ ████ ██ ██ ██ + ██ █ ██ ███████ ██████ ██ ██ ██ ██ ██ ██ ██ ██ ███ ██ + ██ ███ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ + ███ ███ ██ ██ ██ ██ ██ ████ ██ ██ ████ ██████ ██ + + IF THIS FILE DOESN'T HAVE A `.ftl` SUFFIX, IT IS AUTO-GENERATED, DO NOT EDIT IT! + + Version-specific release notes (`7.8.0.adoc`, etc.) are generated from `src/changelog/*/.release-notes.adoc.ftl`. + Auto-generation happens during `generate-sources` phase of Maven. + Hence, you must always + + 1. Find and edit the associated `.release-notes.adoc.ftl` + 2. Run `./mvnw generate-sources` + 3. Commit both `.release-notes.adoc.ftl` and the generated `7.8.0.adoc` +//// + +[#release-notes-${release.version?replace("[^a-zA-Z0-9]", "-", "r")}] +== ${release.version} + +<#if release.date?has_content>Release date:: ${release.date}</#if> + +This release contains improvements to Kotlin coroutine integration. + +<#include "../.changelog.adoc.ftl"> diff --git a/src/changelog/1.5.0/.release.xml b/src/changelog/1.5.0/.release.xml new file mode 100644 index 0000000..2f01cdb --- /dev/null +++ b/src/changelog/1.5.0/.release.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + ~ Licensed to the Apache Software Foundation (ASF) under one or more + ~ contributor license agreements. See the NOTICE file distributed with + ~ this work for additional information regarding copyright ownership. + ~ The ASF licenses this file to you under the Apache License, Version 2.0 + ~ (the "License"); you may not use this file except in compliance with + ~ the License. You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, software + ~ distributed under the License is distributed on an "AS IS" BASIS, + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + ~ See the License for the specific language governing permissions and + ~ limitations under the License. + --> +<release xmlns="https://logging.apache.org/xml/ns" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" + date="2024-08-03" version="1.5.0"/> diff --git a/src/changelog/.1.x.x/add-coroutine-context-convenience-functions.xml b/src/changelog/1.5.0/add-coroutine-context-convenience-functions.xml similarity index 100% rename from src/changelog/.1.x.x/add-coroutine-context-convenience-functions.xml rename to src/changelog/1.5.0/add-coroutine-context-convenience-functions.xml diff --git a/src/changelog/.1.x.x/antora.xml b/src/changelog/1.5.0/antora.xml similarity index 100% rename from src/changelog/.1.x.x/antora.xml rename to src/changelog/1.5.0/antora.xml diff --git a/src/changelog/.1.x.x/update_org_apache_logging_log4j_log4j_bom.xml b/src/changelog/1.5.0/update_org_apache_logging_log4j_log4j_bom.xml similarity index 100% rename from src/changelog/.1.x.x/update_org_apache_logging_log4j_log4j_bom.xml rename to src/changelog/1.5.0/update_org_apache_logging_log4j_log4j_bom.xml
