Skip to content

Commit

Permalink
chore: bump to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko committed Dec 1, 2024
1 parent 1ed1922 commit fcc566b
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/package-git.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ jobs:
anda:
strategy:
matrix:
version: ["f40"]
version: ["f41"]
arch: ["x86_64", "aarch64"]
fail-fast: false
runs-on: ${{ matrix.arch == 'aarch64' && 'ARM64' || 'ubuntu-latest' }}
container:
image: ghcr.io/terrapkg/builder:main
image: ghcr.io/terrapkg/builder:${{ matrix.version }}
options: --cap-add=SYS_ADMIN --privileged

steps:
- uses: actions/checkout@v2
- uses: terrapkg/anda-build@main
with:
name: "anda-git"
mockConfig: terra-40-${{ matrix.arch }}
mockConfig: terra-41-${{ matrix.arch }}
andaRepo: https://github.com/terrapkg/subatomic-repos/raw/main/terra.repo
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Cargo workspace
[package]
name = "anda"
version = "0.4.1"
version = "0.4.2"
edition = "2021"
description = "Andaman Build toolchain"
license = "MIT"
Expand All @@ -28,7 +28,7 @@ color-eyre = { workspace = true }
walkdir = "2.5.0"
tempfile = "3.14.0"
anda-config = { workspace = true }
andax = { path = "./andax", version = "0.3.1" }
andax = { path = "./andax", version = "0.4.2" }
flatpak = "0.18.1"
clap-verbosity-flag = "3.0.0"
tokio = { version = "1.41.1", features = [
Expand Down Expand Up @@ -61,7 +61,7 @@ workspace = true
members = ["anda-config", "xtask", "andax"]

[workspace.dependencies]
anda-config = { path = "./anda-config", version = "0.3.1" }
anda-config = { path = "./anda-config", version = "0.4.2" }
serde = { version = "1.0", default-features = false, features = ["derive"] }
lazy_static = "1.5"
regex = "1.11.1"
Expand Down
2 changes: 1 addition & 1 deletion anda-config/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "anda-config"
description = "Configuration module for Andaman"
version = "0.4.1"
version = "0.4.2"
edition = "2021"
license = "MIT"
repository = "https://github.com/FyraLabs/anda"
Expand Down
2 changes: 1 addition & 1 deletion andax/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "andax"
version = "0.4.1"
version = "0.4.2"
edition = "2021"
license = "MIT"
description = "Andaman scripting runtime"
Expand Down
2 changes: 1 addition & 1 deletion rust-anda-git.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

%global crate anda

%global _version 0.4.1
%global _version 0.4.2

Name: rust-anda
Version: %{_version}.%{autogitversion}
Expand Down
2 changes: 1 addition & 1 deletion rust-anda.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
%global crate anda

Name: rust-anda
Version: 0.4.1
Version: 0.4.2
Release: 1%{?dist}
Summary: Andaman Build toolchain

Expand Down

0 comments on commit fcc566b

Please sign in to comment.