Skip to content

Commit 8d2d0a7

Browse files
author
Uwe Fechner
committed
Bump version to 0.2.7, update CHANGELOG.md
1 parent 2e2c4a3 commit 8d2d0a7

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1+
### ControlPlots.jl v0.2.7 2025-03-08
2+
#### Added
3+
- all plot functions have now the optional parameter `title`
4+
- the script `menu.jl` was added
5+
- the function `ControlPlots.install_examples()` was added
6+
#### Changed
7+
- README.md was updated
8+
19
### ControlPlots.jl v0.2.6 2025-03-05
210
#### Added
311
- the function `plot2d` allows now to create moving plots of any graph consisting of points and segments
412
- the example `plot2d-seg.jl` and tests were added
5-
- the script `menu()` was added
6-
- the function `ControlPlots.install_examples()` was added
713
#### Changed
814
- README.md was updated
915

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ControlPlots"
22
uuid = "23c2ee80-7a9e-4350-b264-8e670f12517c"
33
authors = ["Uwe Fechner <u.fechner-1@tudelft.nl> and contributors"]
4-
version = "0.2.6"
4+
version = "0.2.7"
55

66
[deps]
77
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"

0 commit comments

Comments
 (0)