From 4d7f750b4fc4f09f2f3b5147fea1f4b347770b30 Mon Sep 17 00:00:00 2001 From: "Joe(y) Carpinelli" Date: Wed, 15 Oct 2025 22:27:11 -0400 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 8 ++--- CHANGELOG.md | 29 +++++++++++++++++++ Project.toml | 2 +- lib/AstrodynamicalCalculations/Project.toml | 2 +- .../AstrodynamicalCalculations/CHANGELOG.md | 20 +++++++++++++ lib/AstrodynamicalModels/Project.toml | 2 +- .../lib/AstrodynamicalModels/CHANGELOG.md | 15 ++++++++++ lib/AstrodynamicalSolvers/Project.toml | 2 +- .../lib/AstrodynamicalSolvers/CHANGELOG.md | 21 ++++++++++++++ 9 files changed, 93 insertions(+), 8 deletions(-) create mode 100644 CHANGELOG.md create mode 100644 lib/AstrodynamicalCalculations/lib/AstrodynamicalCalculations/CHANGELOG.md create mode 100644 lib/AstrodynamicalModels/lib/AstrodynamicalModels/CHANGELOG.md create mode 100644 lib/AstrodynamicalSolvers/lib/AstrodynamicalSolvers/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ddba7b9f..fd190390 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { - ".": "0.11.0", - "lib/AstrodynamicalCalculations": "1.0.0", - "lib/AstrodynamicalModels": "3.8.0", - "lib/AstrodynamicalSolvers": "1.0.0" + ".": "0.11.1", + "lib/AstrodynamicalCalculations": "1.0.1", + "lib/AstrodynamicalModels": "3.8.1", + "lib/AstrodynamicalSolvers": "1.0.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..77c69572 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,29 @@ +# Changelog + +## [0.11.1](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/compare/GeneralAstrodynamics-v0.11.0...GeneralAstrodynamics-v0.11.1) (2025-10-16) + + +### Bug Fixes + +* Miscellaneous fixes required for `ModelingToolkit` v0.9.83 ([#271](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/issues/271)) ([0dd47a2](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/commit/0dd47a27d6d7f8d7d0e593bb33ef2a9274afd437)), closes [#269](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/issues/269) +* Update syntax for MTK v10 ([#268](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/issues/268)) ([f00a08d](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/commit/f00a08de022cb87d9116faba45a5d2139b731487)) + + +### Repository + +* Add component for GeneralAstrodynamics in Release Please ([8453ef5](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/commit/8453ef5c947f9ab52a5d302d55ba16e5848c5d4f)) +* Add flag for top-level-project in CodeCov ([#260](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/issues/260)) ([1b5125e](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/commit/1b5125e36c4a75d7a64bcd13df2ce4c81748d3f9)) +* Add Release Please configuration ([#274](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/issues/274)) ([15e365b](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/commit/15e365b899549ba6c475957441740b583073de80)) +* Cleanup container and linting ([#263](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/issues/263)) ([f7dd3ad](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/commit/f7dd3ad08fecf741b8f7bb77f353b200707f0752)) +* Fix CodeCov ([#261](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/issues/261)) ([ee78661](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/commit/ee786618c1df701f62c2b3550c70b22b17c3529f)) +* Increase code coverage for `AstrodynamicalCalculations` ([#264](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/issues/264)) ([8cd29ca](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/commit/8cd29ca107d008eddfba16d737757c8bb6b55800)) +* Tweak Release Please footer ([5649a69](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/commit/5649a69bb175401e0ef73cd6980c0f92c6ff8163)) +* Update CodeCov for GeneralAstrodynamics.jl flag ([#262](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/issues/262)) ([93d32ce](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/commit/93d32ce3e1e739289029f70b6576e7b2df79321d)) +* Update Release Please configuration ([6c73b7d](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/commit/6c73b7de6580ec8025db93ce0923f123931405c5)) + + +### Documentation + +* **AstrodynamicalCalculations:** Add usage examples ([#265](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/issues/265)) ([6499915](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/commit/6499915bd79dffe47cdf1988b1030bc09ff153cd)) +* **AstrodynamicalSolvers:** Add usage examples ([#266](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/issues/266)) ([c9c1908](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/commit/c9c1908ca22d3269f043f7ef96d0358d818338a6)) +* Fix documentation build for `AstrodynamicalSolvers` ([#272](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/issues/272)) ([1114b41](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/commit/1114b41c202180761936ba094951a7a73344e6d0)) diff --git a/Project.toml b/Project.toml index ff13a335..20d58a9f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "GeneralAstrodynamics" uuid = "8068df5b-8501-4530-bd82-d24d3c9619db" authors = ["Joey Carpinelli "] -version = "0.11.0" +version = "0.11.1" [deps] AstrodynamicalCalculations = "c0cf9fb7-f496-4999-a425-c50785d1b88b" diff --git a/lib/AstrodynamicalCalculations/Project.toml b/lib/AstrodynamicalCalculations/Project.toml index 8aea4a9a..562ef3a3 100644 --- a/lib/AstrodynamicalCalculations/Project.toml +++ b/lib/AstrodynamicalCalculations/Project.toml @@ -1,7 +1,7 @@ name = "AstrodynamicalCalculations" uuid = "c0cf9fb7-f496-4999-a425-c50785d1b88b" authors = ["Joey Carpinelli "] -version = "1.0.0" +version = "1.0.1" [deps] DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae" diff --git a/lib/AstrodynamicalCalculations/lib/AstrodynamicalCalculations/CHANGELOG.md b/lib/AstrodynamicalCalculations/lib/AstrodynamicalCalculations/CHANGELOG.md new file mode 100644 index 00000000..3939fdc0 --- /dev/null +++ b/lib/AstrodynamicalCalculations/lib/AstrodynamicalCalculations/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog + +## [1.0.1](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/compare/AstrodynamicalCalculations-v1.0.0...AstrodynamicalCalculations-v1.0.1) (2025-10-16) + + +### Bug Fixes + +* Miscellaneous fixes required for `ModelingToolkit` v0.9.83 ([#271](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/issues/271)) ([0dd47a2](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/commit/0dd47a27d6d7f8d7d0e593bb33ef2a9274afd437)), closes [#269](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/issues/269) +* Update syntax for MTK v10 ([#268](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/issues/268)) ([f00a08d](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/commit/f00a08de022cb87d9116faba45a5d2139b731487)) + + +### Repository + +* Cleanup container and linting ([#263](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/issues/263)) ([f7dd3ad](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/commit/f7dd3ad08fecf741b8f7bb77f353b200707f0752)) +* Increase code coverage for `AstrodynamicalCalculations` ([#264](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/issues/264)) ([8cd29ca](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/commit/8cd29ca107d008eddfba16d737757c8bb6b55800)) + + +### Documentation + +* **AstrodynamicalCalculations:** Add usage examples ([#265](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/issues/265)) ([6499915](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/commit/6499915bd79dffe47cdf1988b1030bc09ff153cd)) diff --git a/lib/AstrodynamicalModels/Project.toml b/lib/AstrodynamicalModels/Project.toml index 65a14aa9..66e58b90 100644 --- a/lib/AstrodynamicalModels/Project.toml +++ b/lib/AstrodynamicalModels/Project.toml @@ -1,6 +1,6 @@ name = "AstrodynamicalModels" uuid = "4282b555-f590-4262-b575-3e516e1493a7" -version = "3.8.0" +version = "3.8.1" authors = ["Joseph D Carpinelli "] [deps] diff --git a/lib/AstrodynamicalModels/lib/AstrodynamicalModels/CHANGELOG.md b/lib/AstrodynamicalModels/lib/AstrodynamicalModels/CHANGELOG.md new file mode 100644 index 00000000..5dfe6138 --- /dev/null +++ b/lib/AstrodynamicalModels/lib/AstrodynamicalModels/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +## [3.8.1](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/compare/AstrodynamicalModels-v3.8.0...AstrodynamicalModels-v3.8.1) (2025-10-16) + + +### Bug Fixes + +* Miscellaneous fixes required for `ModelingToolkit` v0.9.83 ([#271](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/issues/271)) ([0dd47a2](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/commit/0dd47a27d6d7f8d7d0e593bb33ef2a9274afd437)), closes [#269](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/issues/269) +* Update syntax for MTK v10 ([#268](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/issues/268)) ([f00a08d](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/commit/f00a08de022cb87d9116faba45a5d2139b731487)) + + +### Repository + +* Cleanup container and linting ([#263](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/issues/263)) ([f7dd3ad](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/commit/f7dd3ad08fecf741b8f7bb77f353b200707f0752)) +* Increase code coverage for `AstrodynamicalCalculations` ([#264](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/issues/264)) ([8cd29ca](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/commit/8cd29ca107d008eddfba16d737757c8bb6b55800)) diff --git a/lib/AstrodynamicalSolvers/Project.toml b/lib/AstrodynamicalSolvers/Project.toml index 1876c9a7..3f9eed11 100644 --- a/lib/AstrodynamicalSolvers/Project.toml +++ b/lib/AstrodynamicalSolvers/Project.toml @@ -1,7 +1,7 @@ name = "AstrodynamicalSolvers" uuid = "636ee813-9c9e-4a0a-af07-88b3043dcb77" authors = ["Joseph Carpinelli "] -version = "1.0.0" +version = "1.0.1" [deps] AstrodynamicalCalculations = "c0cf9fb7-f496-4999-a425-c50785d1b88b" diff --git a/lib/AstrodynamicalSolvers/lib/AstrodynamicalSolvers/CHANGELOG.md b/lib/AstrodynamicalSolvers/lib/AstrodynamicalSolvers/CHANGELOG.md new file mode 100644 index 00000000..33918eb9 --- /dev/null +++ b/lib/AstrodynamicalSolvers/lib/AstrodynamicalSolvers/CHANGELOG.md @@ -0,0 +1,21 @@ +# Changelog + +## [1.0.1](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/compare/AstrodynamicalSolvers-v1.0.0...AstrodynamicalSolvers-v1.0.1) (2025-10-16) + + +### Bug Fixes + +* Miscellaneous fixes required for `ModelingToolkit` v0.9.83 ([#271](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/issues/271)) ([0dd47a2](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/commit/0dd47a27d6d7f8d7d0e593bb33ef2a9274afd437)), closes [#269](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/issues/269) +* Update syntax for MTK v10 ([#268](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/issues/268)) ([f00a08d](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/commit/f00a08de022cb87d9116faba45a5d2139b731487)) + + +### Repository + +* Cleanup container and linting ([#263](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/issues/263)) ([f7dd3ad](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/commit/f7dd3ad08fecf741b8f7bb77f353b200707f0752)) +* Increase code coverage for `AstrodynamicalCalculations` ([#264](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/issues/264)) ([8cd29ca](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/commit/8cd29ca107d008eddfba16d737757c8bb6b55800)) + + +### Documentation + +* **AstrodynamicalSolvers:** Add usage examples ([#266](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/issues/266)) ([c9c1908](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/commit/c9c1908ca22d3269f043f7ef96d0358d818338a6)) +* Fix documentation build for `AstrodynamicalSolvers` ([#272](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/issues/272)) ([1114b41](https://github.com/JuliaAstro/GeneralAstrodynamics.jl/commit/1114b41c202180761936ba094951a7a73344e6d0))