diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3f0e3b3be..e223f76b6d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - julia-version: ["1.6", "~1.9.0-0"] + julia-version: ["1.6", "1.9", "~1.10.0-0"] os: [ubuntu-latest, macOS-latest] group: - 'test_manifolds' diff --git a/NEWS.md b/NEWS.md index a9f691a656..b0b19478a5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.9.4] - 2023-11-04 + +### Added + +- Julia 1.10-rc CI workflow. + ## [0.9.3] - 2023-10-28 ### Added