From a64d35d15328c464c67a77ae9b6259789b76a840 Mon Sep 17 00:00:00 2001 From: KD Date: Sun, 30 Mar 2025 17:14:13 +0000 Subject: [PATCH] Version bump (#22) v0.1.16 Reviewed-on: https://git.kundeng.us/phoenix/icarus-models/pulls/22 Co-authored-by: KD Co-committed-by: KD --- .gitea/workflows/tag_release.yaml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/tag_release.yaml b/.gitea/workflows/tag_release.yaml index 25c260c..6a11acb 100644 --- a/.gitea/workflows/tag_release.yaml +++ b/.gitea/workflows/tag_release.yaml @@ -9,7 +9,7 @@ on: jobs: release: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout code uses: actions/checkout@v3 diff --git a/Cargo.toml b/Cargo.toml index 413ab71..4189aef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "icarus_models" -version = "0.1.14" +version = "0.2.0" edition = "2024" description = "models used for the icarus project" license = "MIT"