Skip to content

Commit c0b052b

Browse files
committed
REL: update to v1.10.0
1 parent 3479bda commit c0b052b

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3030
<!-- These are the changes that were not released yet, please add them correctly.
3131
Attention: The newest changes should be on top -->
3232

33+
### Added
34+
35+
36+
### Changed
37+
38+
39+
### Fixed
40+
41+
42+
## [v1.10.0] - 2025-05-16
43+
3344
### Added
3445
- ENH: Support for ND arithmetic in Function class. [#810] (https://github.com/RocketPy-Team/RocketPy/pull/810)
3546
- 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 -->
5061
- BUG: Wrong Phi Initialization For nose_to_tail Rockets [#809](https://github.com/RocketPy-Team/RocketPy/pull/809)
5162
- BUG: Fix StochasticFlight time_overshoot None bug [#805](https://github.com/RocketPy-Team/RocketPy/pull/805)
5263

53-
## v1.9.0 - 2025-03-24
64+
## [v1.9.0] - 2025-03-24
5465

5566
### Added
5667

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
author = "RocketPy Team"
2828

2929
# The full version, including alpha/beta/rc tags
30-
release = "1.9.0"
30+
release = "1.10.0"
3131

3232

3333
# -- General configuration ---------------------------------------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "rocketpy"
3-
version = "1.9.0"
3+
version = "1.10.0"
44
description="Advanced 6-DOF trajectory simulation for High-Power Rocketry."
55
dynamic = ["dependencies"]
66
readme = "README.md"

0 commit comments

Comments
 (0)