Skip to content

Commit 4d516b9

Browse files
committed
Release v1.6.6
1 parent e71a886 commit 4d516b9

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
All notable changes to GraphCompose are documented here. Versions
44
follow semantic versioning; release dates are ISO 8601.
55

6-
## v1.6.6 — Planned
6+
## v1.6.6 — 2026-05-31
77

88
**First Maven Central release.** GraphCompose now ships under
99
`io.github.demchaav:graph-compose:1.6.6` — note the **hyphenated**

aggregator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.demchaav</groupId>
88
<artifactId>graph-compose-build</artifactId>
9-
<version>1.6.5</version>
9+
<version>1.6.6</version>
1010
<packaging>pom</packaging>
1111

1212
<name>GraphCompose Build Aggregator</name>

benchmarks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.github.demchaav</groupId>
99
<artifactId>graph-compose-build</artifactId>
10-
<version>1.6.5</version>
10+
<version>1.6.6</version>
1111
<relativePath>../aggregator/pom.xml</relativePath>
1212
</parent>
1313

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
<main id="top">
169169
<section class="hero section-shell" aria-labelledby="hero-title">
170170
<div class="hero-copy">
171-
<p class="eyebrow">Java &middot; v1.6.5 &middot; MIT</p>
171+
<p class="eyebrow">Java &middot; v1.6.6 &middot; MIT</p>
172172
<h1 id="hero-title">Java PDF layout engine for structured business documents.</h1>
173173
<p class="hero-lead">Describe documents. Render polished PDFs. A semantic layout engine for Java services that need <b>structured, paginated, theme-driven</b> output &mdash; CVs, invoices, proposals, reports.</p>
174174
<p class="hero-text">No drawing API. No pixel arithmetic. You compose <code>ParagraphNode</code>, <code>TableNode</code>, <code>SectionNode</code>; GraphCompose handles measurement, pagination, fonts, and PDFBox rendering.</p>

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>io.github.demchaav</groupId>
99
<artifactId>graph-compose-build</artifactId>
10-
<version>1.6.5</version>
10+
<version>1.6.6</version>
1111
<relativePath>../aggregator/pom.xml</relativePath>
1212
</parent>
1313

examples/src/main/java/com/demcha/examples/support/ShowcaseMetadata.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ final class ShowcaseMetadata {
3333
// on develop). At release time switch this to the published tag
3434
// (e.g. "v1.6.0") so users browsing the deployed site land on the
3535
// exact source that produced the artefacts.
36-
private static final String GH_BASE = "https://github.com/DemchaAV/GraphCompose/blob/develop";
36+
private static final String GH_BASE = "https://github.com/DemchaAV/GraphCompose/blob/v1.6.6";
3737
private static final String EX_BASE = GH_BASE + "/examples/src/main/java/com/demcha/examples";
3838

3939
record Entry(String title, String description, List<String> tags, String codeUrl) {

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.demchaav</groupId>
88
<artifactId>graph-compose</artifactId>
9-
<version>1.6.5</version>
9+
<version>1.6.6</version>
1010

1111
<name>GraphCompose</name>
1212
<description>A declarative layout engine for programmatic document generation, implemented primarily in Java.</description>

0 commit comments

Comments
 (0)