Skip to content

Commit

Permalink
update readme; update changelog for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
KarnerTh committed Sep 11, 2022
1 parent fd38b79 commit 5d862f8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ 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.4.0] - 2022-09-11
### Added
- Support variable expansion ([Issue #16](https://github.com/KarnerTh/mermerd/issues/16))
- Added support for attribute keys ([Issue #20](https://github.com/KarnerTh/mermerd/issues/20))

### Changed
- mermerd will now by default add the attribute key if applicable (PK or FK). If this is undesired, it can be
disabled by the `--omitAttributeKeys` flag or the `omitAttributeKeys` config (example is in the readme).

## [0.3.0] - 2022-09-02
### Added
- Added --selectedTables switch ([PR #12](https://github.com/KarnerTh/mermerd/pull/12))
Expand Down Expand Up @@ -82,6 +91,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) (after version 0.0
### Added
- Initial release of mermerd

[0.4.0]: https://github.com/KarnerTh/mermerd/releases/tag/v0.4.0

[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
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ for your operating system. To be able to use it globally on your system, add the
* Interactive cli (multiselect, search for tables and schemas, etc.)
* Use it in CI/CD pipeline via a run configuration
* Either generate plain mermaid syntax or enclose it with mermaid backticks to use directly in e.g. GitHub markdown
* Show primary and foreign keys

## Why would I need it / Why should I care?

Expand Down

0 comments on commit 5d862f8

Please sign in to comment.