Skip to content

Commit

Permalink
Merge tag 'com.io7m.blackthorne-2.0.0' into develop
Browse files Browse the repository at this point in the history
Release: com.io7m.blackthorne 2.0.0

Change: (Backwards incompatible) Make parse errors into Seltzer errors.
Change: (Backwards incompatible) Remove immutables.org types in favour of plain records.
Change: Update dependencies.
Change: (Backwards incompatible) Add the ability to opt-out of receiving lexical information from parsers.
Change: (Backwards incompatible) Rename com.io7m.blackthorne.api -> com.io7m.blackthorne.core.
Change: (Backwards incompatible) Upgrade BTException to be a structured (Seltzer) exception.
  • Loading branch information
io7m committed Aug 10, 2023
2 parents 327370a + 574718c commit d23ccb9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README-CHANGES.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@
<c:change date="2022-04-09T00:00:00+00:00" summary="Update jlexing"/>
</c:changes>
</c:release>
<c:release date="2023-08-08T21:04:05+00:00" is-open="true" ticket-system="com.github.io7m.blackthorne" version="2.0.0">
<c:release date="2023-08-10T15:54:41+00:00" is-open="false" ticket-system="com.github.io7m.blackthorne" version="2.0.0">
<c:changes>
<c:change compatible="false" date="2023-08-08T00:00:00+00:00" summary="Make parse errors into Seltzer errors."/>
<c:change compatible="false" date="2023-08-08T00:00:00+00:00" summary="Remove immutables.org types in favour of plain records."/>
<c:change date="2023-08-08T00:00:00+00:00" summary="Update dependencies."/>
<c:change compatible="false" date="2023-08-08T00:00:00+00:00" summary="Add the ability to opt-out of receiving lexical information from parsers."/>
<c:change compatible="false" date="2023-08-08T00:00:00+00:00" summary="Rename com.io7m.blackthorne.api -&gt; com.io7m.blackthorne.core."/>
<c:change compatible="false" date="2023-08-08T21:04:05+00:00" summary="Upgrade BTException to be a structured (Seltzer) exception."/>
<c:change compatible="false" date="2023-08-08T00:00:00+00:00" summary="Upgrade BTException to be a structured (Seltzer) exception."/>
</c:changes>
</c:release>
</c:releases>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.blackthorne.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>com.io7m.blackthorne</artifactId>
<groupId>com.io7m.blackthorne</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>com.io7m.blackthorne.core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.blackthorne.jxe/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>com.io7m.blackthorne</artifactId>
<groupId>com.io7m.blackthorne</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>com.io7m.blackthorne.jxe</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion com.io7m.blackthorne.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>com.io7m.blackthorne</artifactId>
<groupId>com.io7m.blackthorne</groupId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</parent>

<artifactId>com.io7m.blackthorne.tests</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>com.io7m.blackthorne</groupId>
<artifactId>com.io7m.blackthorne</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<packaging>pom</packaging>

<name>com.io7m.blackthorne</name>
Expand All @@ -32,7 +32,7 @@
<properties>
<com.io7m.junit.version>5.10.0</com.io7m.junit.version>
<com.io7m.jxe.version>1.0.2</com.io7m.jxe.version>
<io7m.api.previousVersion>2.0.0-SNAPSHOT</io7m.api.previousVersion>
<io7m.api.previousVersion>2.0.0</io7m.api.previousVersion>
<jqwik.version>1.7.4</jqwik.version>
</properties>

Expand Down

0 comments on commit d23ccb9

Please sign in to comment.