File tree Expand file tree Collapse file tree 4 files changed +18
-3
lines changed
Expand file tree Collapse file tree 4 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,17 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
1111## Unreleased
1212
1313---
14+ ## ` Ligare.all ` [ 0.10.0] - 2025-05-13
15+
16+ ### Fixed
17+ - Issue caused by OpenAPI specification resolution in Ligare.web. #222
18+
19+ ### ` Ligare.programming ` [ 0.7.0] - 2025-05-13
20+
21+ * [ Ligare.programming v0.7.0] ( https://github.com/uclahs-cds/Ligare/blob/Ligare.programming-v0.7.0/src/programming/CHANGELOG.md#070---2025-05-13 )
22+
23+ ---
24+
1425## ` Ligare.all ` [ 0.9.1] - 2025-04-28
1526
1627### Fixed
Original file line number Diff line number Diff line change 1- __version__ : str = "0.9.1 "
1+ __version__ : str = "0.10.0 "
Original file line number Diff line number Diff line change @@ -11,7 +11,11 @@ Review the `Ligare` [CHANGELOG.md](https://github.com/uclahs-cds/Ligare/blob/mai
1111---
1212## Unreleased
1313
14- ## [ 0.6.0] - 2025004-21
14+ ## [ 0.7.0] - 2025-05-12
15+ ### Changed
16+ - Changed how R script errors are handled
17+
18+ ## [ 0.6.0] - 2025-04-21
1519### Added
1620- Introduced an R integration module ` Ligare.programming.R ` for executing and communicating with R processes.
1721- Added types for creating UIs related to R methods.
Original file line number Diff line number Diff line change 33and augmenting the stdlib.
44"""
55
6- __version__ : str = "0.6 .0"
6+ __version__ : str = "0.7 .0"
You can’t perform that action at this time.
0 commit comments