From d02edee5be037d52709a41ba5006103ef5bbf119 Mon Sep 17 00:00:00 2001 From: Thomas Karner Date: Fri, 12 May 2023 17:08:39 +0200 Subject: [PATCH] update changelog for version 0.7.1 --- changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/changelog.md b/changelog.md index 7c909a7..730473a 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) (after version 0.0.5). +## [0.7.1] - 2023-05-12 +### Fixed +- Fix escaping of quote marks in descriptions ([PR #33](https://github.com/KarnerTh/mermerd/pull/33)) + ## [0.7.0] - 2023-04-06 ### Added - Support column comments ([PR #32](https://github.com/KarnerTh/mermerd/pull/32)) @@ -119,6 +123,8 @@ by `--showDescriptions enumValues` (for details see [PR #32](https://github.com/ ### Added - Initial release of mermerd +[0.7.1]: https://github.com/KarnerTh/mermerd/releases/tag/v0.7.1 + [0.7.0]: https://github.com/KarnerTh/mermerd/releases/tag/v0.7.0 [0.6.1]: https://github.com/KarnerTh/mermerd/releases/tag/v0.6.1