File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
30
30
<!-- These are the changes that were not released yet, please add them correctly.
31
31
Attention: The newest changes should be on top -->
32
32
33
+ ### Added
34
+
35
+
36
+ ### Changed
37
+
38
+
39
+ ### Fixed
40
+
41
+
42
+ ## [ v1.10.0] - 2025-05-16
43
+
33
44
### Added
34
45
- ENH: Support for ND arithmetic in Function class. [ #810 ] (https://github.com/RocketPy-Team/RocketPy/pull/810 )
35
46
- ENH: allow users to provide custom samplers [ #803 ] ( https://github.com/RocketPy-Team/RocketPy/pull/803 )
@@ -50,7 +61,7 @@ Attention: The newest changes should be on top -->
50
61
- BUG: Wrong Phi Initialization For nose_to_tail Rockets [ #809 ] ( https://github.com/RocketPy-Team/RocketPy/pull/809 )
51
62
- BUG: Fix StochasticFlight time_overshoot None bug [ #805 ] ( https://github.com/RocketPy-Team/RocketPy/pull/805 )
52
63
53
- ## v1.9.0 - 2025-03-24
64
+ ## [ v1.9.0] - 2025-03-24
54
65
55
66
### Added
56
67
Original file line number Diff line number Diff line change 27
27
author = "RocketPy Team"
28
28
29
29
# The full version, including alpha/beta/rc tags
30
- release = "1.9 .0"
30
+ release = "1.10 .0"
31
31
32
32
33
33
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " rocketpy"
3
- version = " 1.9 .0"
3
+ version = " 1.10 .0"
4
4
description =" Advanced 6-DOF trajectory simulation for High-Power Rocketry."
5
5
dynamic = [" dependencies" ]
6
6
readme = " README.md"
You can’t perform that action at this time.
0 commit comments