Skip to content

Commit c896fd8

Browse files
chore: bump version to 1.0.1
1 parent 0a3917a commit c896fd8

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to EnSim will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ensim"
7-
version = "1.0.0"
7+
version = "1.0.1"
88
description = "EnSim - Professional Rocket Engine & Flight Simulation Platform"
99
readme = "README.md"
1010
license = {text = "MIT"}

0 commit comments

Comments
 (0)