Skip to content

Commit

Permalink
chore: bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sen-den committed Jun 16, 2024
1 parent 0f75f11 commit 3cbfd1d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Params::
--title-font-size - provide a custom title font size (default is 72)
--add-help - add models docstrings to diagram
--add-choices - add Choices description of fields to diagram
--split-choices - split Choices into per-model classes
--add-legend - include explanation of the symbols used
--add-omitted-headers - add a header stub for omitted foreign app
--omit-history - omit Historical* tables from django-simple-history
Expand All @@ -54,6 +55,11 @@ Params::
Release notes
-------------

v0.5.0 (2024-06-16)
...................

- Add `split-choices` flag to split choices into per-model classes

v0.4.1 (2023-02-13)
...................

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = django-model2puml
version = 0.4.1
version = 0.5.0
description = A Django app to generate PlantUML diagram of project models.
long_description = file: README.rst
long_description_content_type = text/x-rst
Expand Down

0 comments on commit 3cbfd1d

Please sign in to comment.