Skip to content

Commit

Permalink
chore(version): Update to version 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesErnst committed Apr 19, 2024
1 parent f64d684 commit cc287ac
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.1.2
current_version = 2.1.3

[bumpversion:glob:**/pyproject.toml]
search = version = "{current_version}" # Handled by bump2version
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ Changelog
Information about :ref:`RAFCON` changes in each release will be published here. More
details can be found in the `GIT commit log <https://github.com/DLR-RM/RAFCON/commits/master>`__.

2.1.3
""""""
- Bug fixes:
- Fixed AboutDialog logo image path
- Bringing back state editor guide lines
- Fixed issue that children states can be dragged out of parent states (same for state titles)
- Fixed issue where CTRL+Z in Source Editor or Description would undo twice instead of once
- Fixed cramped Linkage Overview widget (now properly displays the logical linkage)
- Fixes bug when trying to connect a data port outside of the parent state

- Miscellaneous:
- Updated docs text, configuration and layout for webpage

2.1.2
""""""
- Bug fixes:
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
cff-version: "1.2.0"
message: "If you use this software, please cite it using these metadata."
title: RAFCON
version: 2.1.2 # Handled by bump2version
date-released: 2024-03-05
version: 2.1.3 # Handled by bump2version
date-released: 2024-04-19
license: EPL-1.0
doi: "10.5281/zenodo.1493058"
authors:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.2
2.1.3
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "rafcon"
version = "2.1.2" # Handled by bump2version
version = "2.1.3" # Handled by bump2version
description = "Develop your robotic tasks with hierarchical state machines using an intuitive graphical user interface"
keywords = ["state machine", "robotic", "FSM", "development", "GUI", "visual programming"]
readme = "README.rst"
Expand Down
2 changes: 1 addition & 1 deletion source/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies = [
"jsonconversion<1.0.0,>=0.2.13",
]
name = "rafcon-core"
version = "2.1.2" # Handled by bump2version
version = "2.1.3" # Handled by bump2version
description = "Develop your robotic tasks with hierarchical state machines"
keywords = [
"state machine",
Expand Down

0 comments on commit cc287ac

Please sign in to comment.