From cc5711cad043237806c739195da67a1198e8ecf8 Mon Sep 17 00:00:00 2001 From: Engincan VESKE Date: Thu, 5 Dec 2024 16:09:35 +0300 Subject: [PATCH] Update studio docs for v0.9.15 --- docs/en/studio/release-notes.md | 7 +++++++ docs/en/studio/version-mapping.md | 1 + 2 files changed, 8 insertions(+) diff --git a/docs/en/studio/release-notes.md b/docs/en/studio/release-notes.md index 6d5016d111..282d038c5e 100644 --- a/docs/en/studio/release-notes.md +++ b/docs/en/studio/release-notes.md @@ -2,6 +2,13 @@ This document contains **brief release notes** for each ABP Studio release. Release notes only include **major features** and **visible enhancements**. Therefore, they don't include all the development done in the related version. +## 0.9.15 (2024-12-05) + +* Upgraded templates to version `9.0.1`. +* Fixed problems in the microservice service_nolayers template. +* Fixed microservice angular template for wrong file-management module reference. +* Fixed added extra lines in the hosts.txt file. + ## 0.9.14 (2024-12-03) * Refactored `dotnet watch` command in solution runner. diff --git a/docs/en/studio/version-mapping.md b/docs/en/studio/version-mapping.md index 428282ea48..fe91ffe89a 100644 --- a/docs/en/studio/version-mapping.md +++ b/docs/en/studio/version-mapping.md @@ -4,6 +4,7 @@ This document provides a general overview of the relationship between various ve | **ABP Studio Version** | **ABP Version of Startup Template** | |------------------------|---------------------------| +| 0.9.15 | 9.0.1 | | 0.9.9 to 0.9.14 | 9.0.0 | | 0.9.8 | 8.3.4 | | 0.9.5 to 0.9.7 | 8.3.3 |