Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Commit

Permalink
Updated to reflect release.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Feb 16, 2023
1 parent 4e47698 commit 0fea5da
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

This repo includes a number of classes for importing the following into a Structurizr workspace:

- Diagrams from PlantUML, Mermaid, and Kroki.
- Supplementary Markdown/AsciiDoc documentation.
- Architecture decision records (ADRs).
- Images (for use in the above).

This library is available on [Maven Central](https://mvnrepository.com/artifact/com.structurizr/structurizr-documentation), for inclusion in your own Java applications:
This library is available on [Maven Central](https://mvnrepository.com/artifact/com.structurizr/structurizr-import), for inclusion in your own Java applications:

- groupId: `com.structurizr`
- artifactId: `structurizr-documentation`
- artifactId: `structurizr-import`
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.2.0 (16th February 2023)

- __Breaking change__: Renamed artifact from `structurizr-documentation` to `structurizr-import`.
- __Breaking change__: Renamed `com.structurizr.documentation.importer` to `com.structurizr.importer.documentation`
- __Breaking change__: Removed templates.

## 1.1.1 (26th January 2023)

- Fixes #3 (Images from hidden folders are imported).
Expand Down

0 comments on commit 0fea5da

Please sign in to comment.