Skip to content

Commit b670a7d

Browse files
authored
Merge pull request #228 from uclahs-cds/aholmes-update-changelogs
Update versions and changelogs.
2 parents bc56d55 + bc74994 commit b670a7d

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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

src/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__: str = "0.9.1"
1+
__version__: str = "0.10.0"

src/programming/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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.

src/programming/Ligare/programming/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
and augmenting the stdlib.
44
"""
55

6-
__version__: str = "0.6.0"
6+
__version__: str = "0.7.0"

0 commit comments

Comments
 (0)