Bump version and update NEWS

Signed-off-by: Dan Yeaw <dan@yeaw.me>
This commit is contained in:
Dan Yeaw 2021-03-20 10:41:58 -04:00
parent 7f26c84722
commit 74f8d3ed67
No known key found for this signature in database
GPG Key ID: 42239C515C9B9841
2 changed files with 15 additions and 1 deletions

14
NEWS
View File

@ -1,3 +1,17 @@
2.3.0
_____
- Add support for C4 model
- Add support for Fault Tree Analysis with RAAML
- Update the UML data model to align closer to version 2.5.1
- Enable arrow keys to expand and collapse namespace tree
- Allow Gaphor profiles to be copy and pasted between models
- Improve diagram drawing and scrolling speed
- Fix guides are misaligned when top-left handle is moved
- Update development environment instructions
- Fix undo and redo does not set attributes
- Fix selection lasso is in the wrong place after scrolling
2.2.2
_____
- Fix undo of deleted elements

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "gaphor"
version = "2.2.2"
version = "2.3.0"
description = "Gaphor is the simple modeling tool written in Python."
authors = [
"Arjan J. Molenaar <gaphor@gmail.com>",