This is an automated email from the ASF dual-hosted git repository. chibenwa pushed a commit to branch 0.8.15-release-materials in repository https://gitbox.apache.org/repos/asf/james-mime4j.git
commit 9f379b3a85ac4f791da895873996075121668e99 Author: Benoit TELLIER <[email protected]> AuthorDate: Thu Sep 3 10:14:12 2026 +0200 [DOC] Bump version & changelog --- CHANGELOG.md | 5 +++++ docs/antora.yml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f0b4b4b..485e0dc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +## [0.8.15] - 2026-09-03 + + - [ENHANCEMENT] More configurable parsing limits and better defaults + - [DOCUMENTATION] Migrate site content to Antora + ## [0.8.14] - 2026-04-21 - [PERF] Reduce String allocs in RawFieldParser diff --git a/docs/antora.yml b/docs/antora.yml index e22fae66..69490095 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -7,4 +7,4 @@ nav: asciidoc: attributes: # Latest released version, as published on Maven central. Bump on release. - mime4j-version: '0.8.14@' + mime4j-version: '0.8.15@' --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
