From 93d89493d7cd7ab6791028ec7c4820af569161b1 Mon Sep 17 00:00:00 2001 From: Simon Brown Date: Tue, 29 Oct 2019 13:15:09 +0000 Subject: [PATCH] Updated version numbers and release date. --- docs/binaries.md | 18 +++++++++--------- docs/changelog.md | 2 +- docs/getting-started.md | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/binaries.md b/docs/binaries.md index 1a42bb04..3b323c43 100644 --- a/docs/binaries.md +++ b/docs/binaries.md @@ -3,12 +3,12 @@ The "Structurizr for Java" binaries are hosted on [Maven Central](https://repo1. Name | Description ----------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- -com.structurizr:structurizr-core:1.1.0 | The core library that can used to create software architecture models. -com.structurizr:structurizr-client:1.1.0 | The API client for publishing models on the Structurizr cloud service and on-premises installation. -com.structurizr:structurizr-analysis:1.1.0 | Provides analysis capabilities, using reflection on compiled bytecode to find components. -com.structurizr:structurizr-spring:1.1.0 | Extends structurizr-analysis to help find Spring components that correspond to Java types annotated ```@Controller```, ```@RestController```, ```@Component```, ```@Service``` and ```@Repository```, plus those that extend ```JpaRepository```. -com.structurizr:structurizr-annotations:1.1.0 | A very small, standalone, library that allows you to add software architecture hints into your own code. -com.structurizr:structurizr-plantuml:1.1.0 | Provides the ability to export view definitions to PlantUML diagram definitions. -com.structurizr:structurizr-dot:1.1.0 | Provides the ability to export view definitions to a DOT file, so they can be rendered with graphviz. -com.structurizr:structurizr-websequencediagrams:1.1.0 | Provides the ability to export dynamic view definitions to WebSequenceDiagrams diagram definitions. -com.structurizr:structurizr-adr-tools:1.1.0 | Imports architecture decision records (ADRs) from the adr-tools tooling. \ No newline at end of file +com.structurizr:structurizr-core:1.3.1 | The core library that can used to create software architecture models. +com.structurizr:structurizr-client:1.3.1 | The API client for publishing models on the Structurizr cloud service and on-premises installation. +com.structurizr:structurizr-analysis:1.3.1 | Provides analysis capabilities, using reflection on compiled bytecode to find components. +com.structurizr:structurizr-spring:1.3.1 | Extends structurizr-analysis to help find Spring components that correspond to Java types annotated ```@Controller```, ```@RestController```, ```@Component```, ```@Service``` and ```@Repository```, plus those that extend ```JpaRepository```. +com.structurizr:structurizr-annotations:1.3.1 | A very small, standalone, library that allows you to add software architecture hints into your own code. +com.structurizr:structurizr-plantuml:1.3.1 | Provides the ability to export view definitions to PlantUML diagram definitions. +com.structurizr:structurizr-dot:1.3.1 | Provides the ability to export view definitions to a DOT file, so they can be rendered with graphviz. +com.structurizr:structurizr-websequencediagrams:1.3.1 | Provides the ability to export dynamic view definitions to WebSequenceDiagrams diagram definitions. +com.structurizr:structurizr-adr-tools:1.3.1 | Imports architecture decision records (ADRs) from the adr-tools tooling. \ No newline at end of file diff --git a/docs/changelog.md b/docs/changelog.md index 3cd1a7d1..cecbe42a 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,6 @@ # Changelog -## 1.3.1 (unreleased) +## 1.3.1 (29th October 2019) - The automatic layout algorithm can now be configured on individual views. - The structurizr-annotations library can now be more easily used with OSGi applications. diff --git a/docs/getting-started.md b/docs/getting-started.md index e90d131c..d6491d3b 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -12,7 +12,7 @@ The Structurizr for Java binaries are hosted on [Maven Central](https://repo1.ma Name | Description ---------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- -com.structurizr:structurizr-client:1.1.0 | The Structurizr API client library. +com.structurizr:structurizr-client:1.3.1 | The Structurizr API client library. ## 2. Create a Java program