Skip to content

Commit

Permalink
prepare release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KarnerTh committed Nov 21, 2023
1 parent 5d76062 commit df817b8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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.10.0] - 2023-11-21
### Added
- Support relationship labels ([PR #50](https://github.com/KarnerTh/mermerd/pull/50))
- Support multiple key constraints on a single attribute ([PR #52](https://github.com/KarnerTh/mermerd/pull/52))
- Add unique constraint to key column ([PR #53](https://github.com/KarnerTh/mermerd/pull/53))
- Add sqlite support ([PR #55](https://github.com/KarnerTh/mermerd/pull/55))

## [0.9.0] - 2023-08-06
### Changed
- Sort constraints ([Issue #44](https://github.com/KarnerTh/mermerd/issues/44))
Expand Down Expand Up @@ -139,6 +146,8 @@ by `--showDescriptions enumValues` (for details see [PR #32](https://github.com/
### Added
- Initial release of mermerd

[0.10.0]: https://github.com/KarnerTh/mermerd/releases/tag/v0.10.0

[0.9.0]: https://github.com/KarnerTh/mermerd/releases/tag/v0.9.0

[0.8.1]: https://github.com/KarnerTh/mermerd/releases/tag/v0.8.1
Expand Down
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ for your operating system. To be able to use it globally on your system, add the

## Features

* Supports PostgreSQL, MySQL and MSSQL
* Supports PostgreSQL, MySQL, MSSQL and Sqlite3
* Select from available schemas
* Select only the tables you are interested in
* Show only the constraints that you are interested in
Expand Down Expand Up @@ -115,6 +115,7 @@ connectionStringSuggestions:
- postgresql://user:password@localhost:5432/yourDb
- mysql://root:password@tcp(127.0.0.1:3306)/yourDb
- sqlserver://user:password@localhost:1433?database=yourDb
- sqlite3://mermerd_test.db
```
## Use a predefined run configuration (e.g. for CI/CD)
Expand Down Expand Up @@ -191,6 +192,7 @@ Examples of valid connection strings:
* `postgresql://user:password@localhost:5432/yourDb`
* `mysql://root:password@tcp(127.0.0.1:3306)/yourDb`
* `sqlserver://user:password@localhost:1433?database=yourDb`
* `sqlite3://mermerd_test.db`

## How can I write/update Mermaid-JS diagrams?

Expand Down

0 comments on commit df817b8

Please sign in to comment.