Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
KarnerTh committed Sep 2, 2022
1 parent 12f7024 commit 65a2c29
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 65a2c29

Please sign in to comment.