aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* chore(bump): update version to 1.2.1 in Cargo.tomlv1.2.1简律纯2025-11-041-1/+1
|
* chore: update version to 1.2.0 in Cargo.tomlv1.2.0简律纯2025-10-291-1/+1
|
* feat: Implement plugin system with combat tracker and dice analyzer简律纯2025-10-251-2/+4
| | | | | | | | | | | | | - Added `plugin_system_demo.py` to demonstrate basic plugin usage, processing, and analysis. - Created `CombatTrackerPlugin` for tracking combat statistics including damage and healing. - Developed `DiceAnalyzerPlugin` for analyzing dice rolls and calculating success rates. - Introduced `renderer_demo.py` for rendering output in HTML, Markdown, and JSON formats. - Implemented `rule_system_demo.py` to showcase rule engine capabilities with various examples. - Established core rule engine functionality in `rules.py` with support for conditions and actions. - Enhanced base plugin structure in `base.py` to support different plugin types (Processor, Renderer, Analyzer). - Added custom exception handling in `exceptions.py` for better error management. - Configured logging setup in `logging_config.py` for improved logging capabilities. - Created unit tests in `test_rust_core.py` to validate core functionalities and performance.
* chore(deps): update pyo3 requirement from 0.25.0 to 0.27.0dependabot[bot]2025-10-201-1/+1
| | | | | | | | | | | | | | | Updates the requirements on [pyo3](https://github.com/pyo3/pyo3) to permit the latest version. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](https://github.com/pyo3/pyo3/compare/v0.25.0...v0.27.0) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.27.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* chore(deps): update pyo3 requirement from 0.24.0 to 0.25.0dependabot[bot]2025-05-191-1/+1
| | | | | | | | | | | | | | | Updates the requirements on [pyo3](https://github.com/pyo3/pyo3) to permit the latest version. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](https://github.com/pyo3/pyo3/compare/v0.24.0...v0.25.0) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.25.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* bump: update pyo3 dependency to version 0.24.0 and improve module function ↵HsiangNianian2025-03-151-1/+1
| | | | signature
* bump: update time dependency to version 0.3.39HsiangNianian2025-03-151-1/+1
|
* bump: update version to 0.2.3 in Cargo.tomlv0.2.3HsiangNianian2025-03-151-1/+1
|
* fix: update documentation URL in Cargo.tomlHsiangNianian2025-03-151-1/+1
|
* chore: bump version to 0.2.2 and update version retrieval method in __init__.pyv0.2.2HsiangNianian2025-03-141-1/+1
|
* chore: rename project to conventionalrp and update metadata in Cargo.toml ↵v0.2.1HsiangNianian2025-03-141-6/+6
| | | | and pyproject.toml
* chore: bump version to 0.2.1 in Cargo.toml and __init__.pyHsiangNianian2025-03-141-1/+1
|
* chore: bump version to 0.2.0 in Cargo.tomlHsiangNianian2025-03-141-1/+1
|
* chore: update version to 0.1.0 and enhance README with project overview and ↵HsiangNianian2025-03-141-1/+1
| | | | usage examples
* Initial commit简律纯2025-03-121-0/+19