This is an automated email from the ASF dual-hosted git repository.

slawrence pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 8401049  Add 1.7.0 release notes
8401049 is described below

commit 84010496242e2cddff352bf137d94af7c4952edc
Author: Steve Lawrence <[email protected]>
AuthorDate: Tue Mar 10 14:52:47 2026 -0400

    Add 1.7.0 release notes
---
 site/_sbt/1.7.0.md | 42 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)

diff --git a/site/_sbt/1.7.0.md b/site/_sbt/1.7.0.md
new file mode 100644
index 0000000..49bf6fe
--- /dev/null
+++ b/site/_sbt/1.7.0.md
@@ -0,0 +1,42 @@
+---
+
+release: rc1
+apache: true
+title: 1.7.0
+date: 2026-03-10
+summary: >
+   Fix crossDaffodilVersions regression, support custom test harnesses, and
+   miscellaneous updates
+
+source-dist:
+    - "apache-daffodil-sbt-1.7.0-src.zip"
+---
+
+This is a minor release of the Apache Daffodil SBT Plugin.
+
+See the [GitHub page](https://github.com/apache/daffodil-sbt) for details to 
enable and configure.
+
+# New Features
+
+* Enable use of `src/{main,test}/scala-XYZ` directories for cross version
+  support of plugins and test harnesses
+* Enable `Test/packageDaffodilBin` to create saved parsers with test
+  resources made available
+* Add Daffodil API jars as test dependencies, useful for projects implementing
+  custom test harnesses
+* Fix typo in README code snippet to access `daffodilBin()` resources
+* Fix `javacOptions` to correctly set the release target
+
+# Bug Fixes
+
+* Fixed regression where `packageDaffodilBin` with `daffodilVersion` or
+  `crossDaffodilVersions` set to `3.11.0` created saved parsers that are not
+  compatible with Daffodil 3.11.0
+
+# Deprecation/Compatibility
+
+* None
+
+# Closed Issues
+
+[GitHub v1.7.0 Closed 
Issues](https://github.com/apache/daffodil-sbt/milestone/8?closed=1)

Reply via email to