Skip to content

Commit 7bd63c4

Browse files
committed
Release v2.1.0
1 parent 953f4fc commit 7bd63c4

149 files changed

Lines changed: 141 additions & 132 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/release-smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
description: 'Published GraphCompose version to smoke-test from Maven Central'
1414
required: true
1515
type: string
16-
default: '2.0.0'
16+
default: '2.1.0'
1717

1818
permissions:
1919
contents: read

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-
## v2.1.0 — Planned
6+
## v2.1.0 — 2026-07-26
77

88
### Highlights
99

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,12 @@ Everything the 1.9 line added — in-document navigation, native TOC and pag
105105
<dependency>
106106
<groupId>io.github.demchaav</groupId>
107107
<artifactId>graph-compose</artifactId>
108-
<version>2.0.0</version>
108+
<version>2.1.0</version>
109109
</dependency>
110110
```
111111

112112
```kotlin
113-
dependencies { implementation("io.github.demchaav:graph-compose:2.0.0") }
113+
dependencies { implementation("io.github.demchaav:graph-compose:2.1.0") }
114114
```
115115

116116
> **Which artifact? (2.0 module split).** `graph-compose` above is the drop-in default —
107 Bytes
Binary file not shown.
-412 Bytes
Loading

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>2.1.0-SNAPSHOT</version>
10+
<version>2.1.0</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

bundle/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ to compatible independent versions:
2525
<dependency>
2626
<groupId>io.github.demchaav</groupId>
2727
<artifactId>graph-compose-bundle</artifactId>
28-
<version>2.0.0</version>
28+
<version>2.1.0</version>
2929
</dependency>
3030
```
3131

3232
```kotlin
33-
dependencies { implementation("io.github.demchaav:graph-compose-bundle:2.0.0") }
33+
dependencies { implementation("io.github.demchaav:graph-compose-bundle:2.1.0") }
3434
```
3535

3636
The full "which artifact?" table: [root README → Installation](../README.md#installation).

bundle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
graph-compose and graph-compose-templates dependencies below use
3333
${project.version}, so they follow automatically.
3434
-->
35-
<version>2.1.0-SNAPSHOT</version>
35+
<version>2.1.0</version>
3636
<packaging>jar</packaging>
3737

3838
<name>GraphCompose Bundle</name>

core/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ Same version as the rest of the GraphCompose train (lockstep):
4242
<dependency>
4343
<groupId>io.github.demchaav</groupId>
4444
<artifactId>graph-compose-core</artifactId>
45-
<version>2.0.0</version>
45+
<version>2.1.0</version>
4646
</dependency>
4747
```
4848

4949
```kotlin
50-
dependencies { implementation("io.github.demchaav:graph-compose-core:2.0.0") }
50+
dependencies { implementation("io.github.demchaav:graph-compose-core:2.1.0") }
5151
```
5252

5353
The full "which artifact?" table: [root README → Installation](../README.md#installation).

core/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-core</artifactId>
9-
<version>2.1.0-SNAPSHOT</version>
9+
<version>2.1.0</version>
1010

1111
<name>GraphCompose Core</name>
1212
<description>A declarative layout engine for programmatic document generation, implemented primarily in Java. This is the lean engine coordinate; depend on the `graph-compose` artifact for the drop-in, PDF-capable install.</description>

0 commit comments

Comments
 (0)