From 65a2c292ad482992c860e8e6a18e4e61d53617b5 Mon Sep 17 00:00:00 2001 From: Thomas Karner Date: Fri, 2 Sep 2022 22:42:36 +0200 Subject: [PATCH] updated changelog --- changelog.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index e049494..1736d91 100644 --- a/changelog.md +++ b/changelog.md @@ -4,11 +4,22 @@ 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.3.0] - 2022-09-02 +### Added +- Added --selectedTables switch ([PR #12](https://github.com/KarnerTh/mermerd/pull/12)) +- Added support for MSSQL ([Issue #13](https://github.com/KarnerTh/mermerd/issues/13)) + +### Changed +- go 1.19 is now used +- updated dependencies + +### Fixed +- Fixed some typos and documentation + ## [0.2.1] - 2022-06-03 ### Fixed - Embed the template file into the binary ([Issue #10](https://github.com/KarnerTh/mermerd/issues/10)) - ## [0.2.0] - 2022-06-01 ### Added - A `--debug` flag/config to show debug information @@ -71,6 +82,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) (after version 0.0 ### Added - Initial release of mermerd +[0.3.0]: https://github.com/KarnerTh/mermerd/releases/tag/v0.3.0 + [0.2.1]: https://github.com/KarnerTh/mermerd/releases/tag/v0.2.1 [0.2.0]: https://github.com/KarnerTh/mermerd/releases/tag/v0.2.0