You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,20 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [0.15.9] - 2026-04-23 03:00:00
9
+
10
+
### Added
11
+
12
+
- Create a `ogcore` logging environment so that logging specificed in `ogcore.config` is not overridden by other logging configurations in user code. See PR [#1109](https://github.com/PSLmodels/OG-Core/pull/1109).
13
+
8
14
## [0.15.8] - 2026-04-16 00:30:00
9
15
10
16
### Added
11
17
12
18
- Updates the `uv.lock` file to the current version of `ogcore` package (0.15.8)
13
19
- Adds `'**.lock'` to the paths in `build_and_test.yml` so that any changes to the `uv.lock` file trigger the GH Action CI tests in `build_and_test.yml`
14
20
- Incorporates the dependabot updates to `uv.lock` versions from [PR 1105](https://github.com/PSLmodels/OG-Core/pull/1105) and [PR 1106](https://github.com/PSLmodels/OG-Core/pull/1106).
21
+
- Includes [PR 1111](https://github.com/PSLmodels/OG-Core/pull/1111) and [PR 1112](https://github.com/PSLmodels/OG-Core/pull/1112) that change `build_and_test.yml` to not upload CodeCov statistics for PRs generated by dependabots and updates the `codecov-action` to v5.
15
22
16
23
## [0.15.7] - 2026-04-15 20:00:00
17
24
@@ -538,6 +545,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
538
545
- Any earlier versions of OG-USA can be found in the [`OG-Core`](https://github.com/PSLmodels/OG-Core) repository [release history](https://github.com/PSLmodels/OG-Core/releases) from [v.0.6.4](https://github.com/PSLmodels/OG-Core/releases/tag/v0.6.4) (Jul. 20, 2021) or earlier.
0 commit comments