Bump version and update news
Signed-off-by: Dan Yeaw <dan@yeaw.me>
This commit is contained in:
parent
f5991ceaa3
commit
8e68e3d8b3
11
NEWS
11
NEWS
@ -1,3 +1,14 @@
|
||||
2.4.0
|
||||
-----
|
||||
- Add support for DataType, ValueType, Primitive, and Enumeration
|
||||
- Model state is stored per model, restores where you left off
|
||||
- Add support for Containment Relationship
|
||||
- Focus already opened model when opening a model file
|
||||
- Remove the New From Template option
|
||||
- Upgrade toolbox to be compatible with GTK 4
|
||||
- Add regression tests
|
||||
- Fix build fails when GitHub Actions secrets are not available
|
||||
|
||||
2.3.2
|
||||
_____
|
||||
- Fix issue where ornaments were not show on associations
|
||||
|
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "gaphor"
|
||||
version = "2.3.2"
|
||||
version = "2.4.0"
|
||||
description = "Gaphor is the simple modeling tool written in Python."
|
||||
authors = [
|
||||
"Arjan J. Molenaar <gaphor@gmail.com>",
|
||||
|
Loading…
Reference in New Issue
Block a user