Skip to content

Commit bb98a09

Browse files
Update SciMLLogging requirement from 1.9.1 to 1.9.1, 2.0 in the all-julia-packages group across 1 directory (#56)
* Update SciMLLogging requirement 2.0 Updates the requirements on [SciMLLogging](https://github.com/SciML/SciMLLogging.jl) to permit the latest version. Updates `SciMLLogging` to 2.0.0 - [Release notes](https://github.com/SciML/SciMLLogging.jl/releases) - [Changelog](https://github.com/SciML/SciMLLogging.jl/blob/main/CHANGELOG.md) - [Commits](SciML/SciMLLogging.jl@v1.9.1...v2.0.0) --- updated-dependencies: - dependency-name: SciMLLogging dependency-version: 2.0.0 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] <support@github.com> * bump version, add news --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mateusz Baran <mateuszbaran89@gmail.com>
1 parent c6b58ea commit bb98a09

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

NEWS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project 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+
## [0.2.9] - 2026-05-12
9+
10+
### Changed
11+
12+
* Added compatibility with `SciMLLogging` v2.
13+
814
## [0.2.8] - 2026-05-05
915

1016
### Changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ManifoldDiffEq"
22
uuid = "1143c485-9b25-4e23-a65f-701df382ec90"
3-
version = "0.2.8"
3+
version = "0.2.9"
44
authors = ["Seth Axen <seth.axen@gmail.com>", "Mateusz Baran <mateuszbaran89@gmail.com>", "Ronny Bergmann <manopt@ronnybergmann.net>", "Antoine Levitt <antoine.levitt@gmail.com>"]
55

66
[workspace]
@@ -37,7 +37,7 @@ OrdinaryDiffEqCore = "4.0"
3737
Random = "1.10"
3838
RecursiveArrayTools = "4"
3939
SciMLBase = "1, 2, 3.3"
40-
SciMLLogging = "1.9.1"
40+
SciMLLogging = "1.9.1, 2.0"
4141
SciMLOperators = "1"
4242
SimpleUnPack = "1"
4343
julia = "1.10"

0 commit comments

Comments
 (0)