File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,18 @@ All notable changes to EnSim will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.0.1] - 2026-01-02
9+
10+ ### Added
11+ - PyPI package publishing support
12+ - Automated release pipeline with trusted publisher
13+
14+ ### Fixed
15+ - Linting errors across all modules
16+ - Updated type hints to modern Python 3.10+ syntax
17+
18+ ---
19+
820## [ 1.0.0] - 2024-12-21
921
1022### Added
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " ensim"
7- version = " 1.0.0 "
7+ version = " 1.0.1 "
88description = " EnSim - Professional Rocket Engine & Flight Simulation Platform"
99readme = " README.md"
1010license = {text = " MIT" }
You can’t perform that action at this time.
0 commit comments