From 74f8d3ed67fb92966471e4068795c50d366048f9 Mon Sep 17 00:00:00 2001 From: Dan Yeaw Date: Sat, 20 Mar 2021 10:41:58 -0400 Subject: [PATCH] Bump version and update NEWS Signed-off-by: Dan Yeaw --- NEWS | 14 ++++++++++++++ pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d4cca6b06..4a1c606fd 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 0de04964e..2d1faa771 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ",